@propulsionworks/cloudformation 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +25 -28
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +4 -4
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +0 -1
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +16 -16
- package/out/exports/resources.generated/aws-billing-billingview.d.ts +94 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +1 -1
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +2 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +19 -8
- package/out/exports/resources.generated/aws-connect-instance.d.ts +20 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +2 -5
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +8 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +2 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +137 -7
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +14 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +4 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +4 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +9 -3
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +50 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +3 -3
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +1 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +1 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +221 -18
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +7 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +11 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +103 -3
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +5 -1
- package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +41 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +8 -2
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +1 -1
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +111 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +4 -2
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +6 -6
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +5 -7
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +12 -2
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +7 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +16 -2
- package/out/exports/resources.generated/aws-wisdom-quickresponse.d.ts +137 -0
- package/package.json +1 -1
|
@@ -10,11 +10,11 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
|
10
10
|
*
|
|
11
11
|
* Currently, you can have one investigation group in each Region in your account. Each investigation in a Region is a part of the investigation group in that Region
|
|
12
12
|
*
|
|
13
|
-
* To create an investigation group and set up
|
|
13
|
+
* To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has the either the `AIOpsConsoleAdminPolicy` or the `AdministratorAccess` IAM policy attached, or to an account that has similar permissions.
|
|
14
14
|
*
|
|
15
|
-
* > You can
|
|
15
|
+
* > You can configure CloudWatch alarms to start investigations and add events to investigations. If you create your investigation group with `CreateInvestigationGroup` and you want to enable alarms to do this, you must use `PutInvestigationGroupPolicy` to create a resource policy that grants this permission to CloudWatch alarms.
|
|
16
16
|
* >
|
|
17
|
-
* > For more information about configuring CloudWatch alarms to work with
|
|
17
|
+
* > For more information about configuring CloudWatch alarms to work with CloudWatch investigations, see
|
|
18
18
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html}
|
|
19
19
|
*/
|
|
20
20
|
export type AIOpsInvestigationGroup = ResourceDefinitionWithAttributes<"AWS::AIOps::InvestigationGroup", AIOpsInvestigationGroupProps, AIOpsInvestigationGroupAttribs>;
|
|
@@ -29,69 +29,61 @@ export type AIOpsInvestigationGroup = ResourceDefinitionWithAttributes<"AWS::AIO
|
|
|
29
29
|
*
|
|
30
30
|
* Currently, you can have one investigation group in each Region in your account. Each investigation in a Region is a part of the investigation group in that Region
|
|
31
31
|
*
|
|
32
|
-
* To create an investigation group and set up
|
|
32
|
+
* To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has the either the `AIOpsConsoleAdminPolicy` or the `AdministratorAccess` IAM policy attached, or to an account that has similar permissions.
|
|
33
33
|
*
|
|
34
|
-
* > You can
|
|
34
|
+
* > You can configure CloudWatch alarms to start investigations and add events to investigations. If you create your investigation group with `CreateInvestigationGroup` and you want to enable alarms to do this, you must use `PutInvestigationGroupPolicy` to create a resource policy that grants this permission to CloudWatch alarms.
|
|
35
35
|
* >
|
|
36
|
-
* > For more information about configuring CloudWatch alarms to work with
|
|
36
|
+
* > For more information about configuring CloudWatch alarms to work with CloudWatch investigations, see
|
|
37
37
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html}
|
|
38
38
|
*/
|
|
39
39
|
export type AIOpsInvestigationGroupProps = {
|
|
40
40
|
/**
|
|
41
|
-
* Use this property to integrate
|
|
41
|
+
* Use this property to integrate CloudWatch investigations with chat applications. This property is an array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see [Getting started with Amazon Q in chat applications](https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html) and [Resource type defined by AWS Chatbot](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies) .
|
|
42
42
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-chatbotnotificationchannels}
|
|
43
43
|
*/
|
|
44
44
|
ChatbotNotificationChannels?: ChatbotNotificationChannel[] | undefined;
|
|
45
45
|
/**
|
|
46
|
-
*
|
|
46
|
+
* Number of `sourceAccountId` values that have been configured for cross-account access.
|
|
47
47
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-crossaccountconfigurations}
|
|
48
48
|
*/
|
|
49
49
|
CrossAccountConfigurations?: CrossAccountConfiguration[] | undefined;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
|
|
52
52
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-encryptionconfig}
|
|
53
53
|
*/
|
|
54
54
|
EncryptionConfig?: EncryptionConfigMap | undefined;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* Returns the IAM resource policy that is associated with the specified investigation group.
|
|
57
57
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-investigationgrouppolicy}
|
|
58
58
|
*/
|
|
59
59
|
InvestigationGroupPolicy?: string | undefined;
|
|
60
60
|
/**
|
|
61
|
-
* Specify `true` to enable
|
|
61
|
+
* Specify `true` to enable CloudWatch investigations to have access to change events that are recorded by CloudTrail. The default is `true` .
|
|
62
62
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-iscloudtraileventhistoryenabled}
|
|
63
63
|
*/
|
|
64
64
|
IsCloudTrailEventHistoryEnabled?: boolean | undefined;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* Specify either the name or the ARN of the investigation group that you want to view.
|
|
67
67
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-name}
|
|
68
68
|
*/
|
|
69
69
|
Name: string;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
* If you omit this parameter, the default of 90 days is used.
|
|
71
|
+
* Specifies how long that investigation data is kept.
|
|
74
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-retentionindays}
|
|
75
73
|
*/
|
|
76
74
|
RetentionInDays?: number | undefined;
|
|
77
75
|
/**
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
* For more information, see [How to control what data Amazon Q has access to during investigations](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-Security-Data) .
|
|
76
|
+
* The ARN of the IAM role that the investigation group uses for permissions to gather data.
|
|
81
77
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-rolearn}
|
|
82
78
|
*/
|
|
83
79
|
RoleArn?: string | undefined;
|
|
84
80
|
/**
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
* You don't need to enter tags created by myApplications or AWS CloudFormation , because Amazon Q can automatically detect those tags.
|
|
81
|
+
* Displays the custom tag keys for custom applications in your system that you have specified in the investigation group. Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources.
|
|
88
82
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-tagkeyboundaries}
|
|
89
83
|
*/
|
|
90
84
|
TagKeyBoundaries?: string[] | undefined;
|
|
91
85
|
/**
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
* Tags can help you organize and categorize your resources.
|
|
86
|
+
* The list of key-value pairs to associate with the resource.
|
|
95
87
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-tags}
|
|
96
88
|
*/
|
|
97
89
|
Tags?: Tag[] | undefined;
|
|
@@ -101,7 +93,7 @@ export type AIOpsInvestigationGroupProps = {
|
|
|
101
93
|
*/
|
|
102
94
|
export type AIOpsInvestigationGroupAttribs = {
|
|
103
95
|
/**
|
|
104
|
-
* The Amazon Resource Name (ARN) of the investigation group.
|
|
96
|
+
* The Amazon Resource Name (ARN) of the investigation group.
|
|
105
97
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-arn}
|
|
106
98
|
*/
|
|
107
99
|
Arn: string;
|
|
@@ -121,21 +113,23 @@ export type AIOpsInvestigationGroupAttribs = {
|
|
|
121
113
|
*/
|
|
122
114
|
LastModifiedAt: string;
|
|
123
115
|
/**
|
|
124
|
-
* The name of the user who
|
|
116
|
+
* The name of the user who created the investigation group.
|
|
125
117
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-lastmodifiedby}
|
|
126
118
|
*/
|
|
127
119
|
LastModifiedBy: string;
|
|
128
120
|
};
|
|
129
121
|
/**
|
|
130
|
-
* This structure is a string array.
|
|
122
|
+
* Use this structure to integrate CloudWatch investigations with chat applications. This structure is a string array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see [Getting started with Amazon Q in chat applications](https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html) and [Resource type defined by AWS Chatbot](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies) .
|
|
131
123
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-chatbotnotificationchannel.html}
|
|
132
124
|
*/
|
|
133
125
|
export type ChatbotNotificationChannel = {
|
|
134
126
|
/**
|
|
127
|
+
* Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.
|
|
135
128
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-chatbotnotificationchannel.html#cfn-aiops-investigationgroup-chatbotnotificationchannel-chatconfigurationarns}
|
|
136
129
|
*/
|
|
137
130
|
ChatConfigurationArns?: string[] | undefined;
|
|
138
131
|
/**
|
|
132
|
+
* Returns the ARN of an Amazon SNS topic used for third-party chat integrations.
|
|
139
133
|
* @minLength 20
|
|
140
134
|
* @maxLength 2048
|
|
141
135
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-chatbotnotificationchannel.html#cfn-aiops-investigationgroup-chatbotnotificationchannel-snstopicarn}
|
|
@@ -143,20 +137,23 @@ export type ChatbotNotificationChannel = {
|
|
|
143
137
|
SNSTopicArn?: string | undefined;
|
|
144
138
|
};
|
|
145
139
|
/**
|
|
140
|
+
* This structure contains information about the cross-account configuration in the account.
|
|
146
141
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-crossaccountconfiguration.html}
|
|
147
142
|
*/
|
|
148
143
|
export type CrossAccountConfiguration = {
|
|
149
144
|
/**
|
|
150
|
-
* The
|
|
145
|
+
* The ARN of an existing role which will be used to do investigations on your behalf.
|
|
151
146
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-crossaccountconfiguration.html#cfn-aiops-investigationgroup-crossaccountconfiguration-sourcerolearn}
|
|
152
147
|
*/
|
|
153
148
|
SourceRoleArn?: string | undefined;
|
|
154
149
|
};
|
|
155
150
|
/**
|
|
151
|
+
* Use this structure if you want to use a customer managed AWS KMS key to encrypt your investigation data. If you omit this parameter, CloudWatch investigations will use an AWS key to encrypt the data. For more information, see [Encryption of investigation data](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-KMS) .
|
|
156
152
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-encryptionconfigmap.html}
|
|
157
153
|
*/
|
|
158
154
|
export type EncryptionConfigMap = {
|
|
159
155
|
/**
|
|
156
|
+
* Displays whether investigation data is encrypted by a customer managed key or an AWS owned key.
|
|
160
157
|
* @minLength 1
|
|
161
158
|
* @maxLength 128
|
|
162
159
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aiops-investigationgroup-encryptionconfigmap.html#cfn-aiops-investigationgroup-encryptionconfigmap-encryptionconfigurationtype}
|
|
@@ -188,6 +188,10 @@ export type AmazonMQBrokerAttribs = {
|
|
|
188
188
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-configurationrevision}
|
|
189
189
|
*/
|
|
190
190
|
ConfigurationRevision: number;
|
|
191
|
+
/**
|
|
192
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-consoleurls}
|
|
193
|
+
*/
|
|
194
|
+
ConsoleURLs: string[];
|
|
191
195
|
/**
|
|
192
196
|
* Required. The unique ID that Amazon MQ generates for the configuration.
|
|
193
197
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-id}
|
|
@@ -396,10 +400,6 @@ export type User = {
|
|
|
396
400
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html#cfn-amazonmq-broker-user-groups}
|
|
397
401
|
*/
|
|
398
402
|
Groups?: string[] | undefined;
|
|
399
|
-
/**
|
|
400
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html#cfn-amazonmq-broker-user-jolokiaapiaccess}
|
|
401
|
-
*/
|
|
402
|
-
JolokiaApiAccess?: string | undefined;
|
|
403
403
|
/**
|
|
404
404
|
* The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
|
|
405
405
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html#cfn-amazonmq-broker-user-password}
|
|
@@ -98,7 +98,6 @@ export type Monitor = {
|
|
|
98
98
|
* ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor `AlarmArn` .
|
|
99
99
|
* @minLength 20
|
|
100
100
|
* @maxLength 2048
|
|
101
|
-
* @pattern ^((arn):(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):(iam)::\d{12}:role[/].*)$
|
|
102
101
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-environment-monitor.html#cfn-appconfig-environment-monitor-alarmrolearn}
|
|
103
102
|
*/
|
|
104
103
|
AlarmRoleArn?: string | undefined;
|
|
@@ -164,12 +164,12 @@ export type ConditionFlowNodeConfiguration = {
|
|
|
164
164
|
Conditions: FlowCondition[];
|
|
165
165
|
};
|
|
166
166
|
/**
|
|
167
|
-
*
|
|
167
|
+
* Specifies a field to be used during the reranking process in a Knowledge Base vector search. This structure identifies metadata fields that should be considered when reordering search results to improve relevance.
|
|
168
168
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-fieldforreranking.html}
|
|
169
169
|
*/
|
|
170
170
|
export type FieldForReranking = {
|
|
171
171
|
/**
|
|
172
|
-
* The name of
|
|
172
|
+
* The name of the metadata field to be used during the reranking process.
|
|
173
173
|
* @minLength 1
|
|
174
174
|
* @maxLength 2000
|
|
175
175
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-fieldforreranking.html#cfn-bedrock-flow-fieldforreranking-fieldname}
|
|
@@ -631,17 +631,17 @@ export type LoopFlowNodeConfiguration = {
|
|
|
631
631
|
Definition: FlowDefinition;
|
|
632
632
|
};
|
|
633
633
|
/**
|
|
634
|
-
*
|
|
634
|
+
* Configuration for how metadata should be used during the reranking process in Knowledge Base vector searches. This determines which metadata fields are included or excluded when reordering search results.
|
|
635
635
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html}
|
|
636
636
|
*/
|
|
637
637
|
export type MetadataConfigurationForReranking = {
|
|
638
638
|
/**
|
|
639
|
-
*
|
|
639
|
+
* The mode for selecting which metadata fields to include in the reranking process. Valid values are ALL (use all available metadata fields) or SELECTIVE (use only specified fields).
|
|
640
640
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html#cfn-bedrock-flow-metadataconfigurationforreranking-selectionmode}
|
|
641
641
|
*/
|
|
642
642
|
SelectionMode: RerankingMetadataSelectionMode;
|
|
643
643
|
/**
|
|
644
|
-
*
|
|
644
|
+
* Configuration for selective mode, which allows you to explicitly include or exclude specific metadata fields during reranking. This is only used when selectionMode is set to SELECTIVE.
|
|
645
645
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html#cfn-bedrock-flow-metadataconfigurationforreranking-selectivemodeconfiguration}
|
|
646
646
|
*/
|
|
647
647
|
SelectiveModeConfiguration?: RerankingMetadataSelectiveModeConfiguration | undefined;
|
|
@@ -797,7 +797,7 @@ export type PromptTemplateType = "TEXT";
|
|
|
797
797
|
*/
|
|
798
798
|
export type RerankingMetadataSelectionMode = "SELECTIVE" | "ALL";
|
|
799
799
|
/**
|
|
800
|
-
*
|
|
800
|
+
* Configuration for selectively including or excluding metadata fields during the reranking process. This allows you to control which metadata attributes are considered when reordering search results.
|
|
801
801
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-rerankingmetadataselectivemodeconfiguration.html}
|
|
802
802
|
*/
|
|
803
803
|
export type RerankingMetadataSelectiveModeConfiguration = {
|
|
@@ -917,22 +917,22 @@ export type TextPromptTemplateConfiguration = {
|
|
|
917
917
|
Text: string;
|
|
918
918
|
};
|
|
919
919
|
/**
|
|
920
|
-
*
|
|
920
|
+
* Configuration for using Amazon Bedrock foundation models to rerank Knowledge Base vector search results. This enables more sophisticated relevance ranking using large language models.
|
|
921
921
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html}
|
|
922
922
|
*/
|
|
923
923
|
export type VectorSearchBedrockRerankingConfiguration = {
|
|
924
924
|
/**
|
|
925
|
-
*
|
|
925
|
+
* Configuration for how document metadata should be used during the reranking process. This determines which metadata fields are included when reordering search results.
|
|
926
926
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-metadataconfiguration}
|
|
927
927
|
*/
|
|
928
928
|
MetadataConfiguration?: MetadataConfigurationForReranking | undefined;
|
|
929
929
|
/**
|
|
930
|
-
*
|
|
930
|
+
* Configuration for the Amazon Bedrock foundation model used for reranking. This includes the model ARN and any additional request fields required by the model.
|
|
931
931
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-modelconfiguration}
|
|
932
932
|
*/
|
|
933
933
|
ModelConfiguration: VectorSearchBedrockRerankingModelConfiguration;
|
|
934
934
|
/**
|
|
935
|
-
* The number of results to
|
|
935
|
+
* The maximum number of results to rerank. This limits how many of the initial vector search results will be processed by the reranking model. A smaller number improves performance but may exclude potentially relevant results.
|
|
936
936
|
* @min 1
|
|
937
937
|
* @max 100
|
|
938
938
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-numberofrerankedresults}
|
|
@@ -940,33 +940,33 @@ export type VectorSearchBedrockRerankingConfiguration = {
|
|
|
940
940
|
NumberOfRerankedResults?: number | undefined;
|
|
941
941
|
};
|
|
942
942
|
/**
|
|
943
|
-
*
|
|
943
|
+
* Configuration for the Amazon Bedrock foundation model used for reranking vector search results. This specifies which model to use and any additional parameters required by the model.
|
|
944
944
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html}
|
|
945
945
|
*/
|
|
946
946
|
export type VectorSearchBedrockRerankingModelConfiguration = {
|
|
947
947
|
/**
|
|
948
|
-
* A
|
|
948
|
+
* A list of additional fields to include in the model request during reranking. These fields provide extra context or configuration options specific to the selected foundation model.
|
|
949
949
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration-additionalmodelrequestfields}
|
|
950
950
|
*/
|
|
951
951
|
AdditionalModelRequestFields?: Record<string, unknown> | undefined;
|
|
952
952
|
/**
|
|
953
|
-
* The ARN of the
|
|
953
|
+
* The Amazon Resource Name (ARN) of the foundation model to use for reranking. This model processes the query and search results to determine a more relevant ordering.
|
|
954
954
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration-modelarn}
|
|
955
955
|
*/
|
|
956
956
|
ModelArn: string;
|
|
957
957
|
};
|
|
958
958
|
/**
|
|
959
|
-
*
|
|
959
|
+
* Configuration for reranking vector search results to improve relevance. Reranking applies additional relevance models to reorder the initial vector search results based on more sophisticated criteria.
|
|
960
960
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html}
|
|
961
961
|
*/
|
|
962
962
|
export type VectorSearchRerankingConfiguration = {
|
|
963
963
|
/**
|
|
964
|
-
*
|
|
964
|
+
* Configuration for using Amazon Bedrock foundation models to rerank search results. This is required when the reranking type is set to BEDROCK.
|
|
965
965
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchrerankingconfiguration-bedrockrerankingconfiguration}
|
|
966
966
|
*/
|
|
967
967
|
BedrockRerankingConfiguration?: VectorSearchBedrockRerankingConfiguration | undefined;
|
|
968
968
|
/**
|
|
969
|
-
* The type of
|
|
969
|
+
* The type of reranking to apply to vector search results. Currently, the only supported value is BEDROCK, which uses Amazon Bedrock foundation models for reranking.
|
|
970
970
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchrerankingconfiguration-type}
|
|
971
971
|
*/
|
|
972
972
|
Type: VectorSearchRerankingConfigurationType;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Creates a billing view with the specified billing view attributes.
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html}
|
|
5
|
+
*/
|
|
6
|
+
export type BillingBillingView = ResourceDefinitionWithAttributes<"AWS::Billing::BillingView", BillingBillingViewProps, BillingBillingViewAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Creates a billing view with the specified billing view attributes.
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html}
|
|
10
|
+
*/
|
|
11
|
+
export type BillingBillingViewProps = {
|
|
12
|
+
/**
|
|
13
|
+
* See [Expression](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html) . Billing view only supports `LINKED_ACCOUNT` and `Tags` .
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-datafilterexpression}
|
|
15
|
+
*/
|
|
16
|
+
DataFilterExpression?: {
|
|
17
|
+
Dimensions?: {
|
|
18
|
+
Key?: DimensionKey | undefined;
|
|
19
|
+
Values?: string[] | undefined;
|
|
20
|
+
} | undefined;
|
|
21
|
+
Tags?: {
|
|
22
|
+
/**
|
|
23
|
+
* @maxLength 1024
|
|
24
|
+
* @pattern [\S\s]*
|
|
25
|
+
*/
|
|
26
|
+
Key?: string | undefined;
|
|
27
|
+
Values?: string[] | undefined;
|
|
28
|
+
} | undefined;
|
|
29
|
+
} | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* The description of the billing view.
|
|
32
|
+
* @maxLength 1024
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-description}
|
|
34
|
+
*/
|
|
35
|
+
Description?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* The account name of the billing view.
|
|
38
|
+
* @minLength 1
|
|
39
|
+
* @maxLength 128
|
|
40
|
+
* @pattern [a-zA-Z0-9_\+=\.\-@]+
|
|
41
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-name}
|
|
42
|
+
*/
|
|
43
|
+
Name: string;
|
|
44
|
+
/**
|
|
45
|
+
* A list of billing views used as the data source for the custom billing view.
|
|
46
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-sourceviews}
|
|
47
|
+
*/
|
|
48
|
+
SourceViews: string[];
|
|
49
|
+
/**
|
|
50
|
+
* A list of key value map specifying tags associated to the billing view being created.
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-tags}
|
|
52
|
+
*/
|
|
53
|
+
Tags?: Tag[] | undefined;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#aws-resource-billing-billingview-return-values}
|
|
57
|
+
*/
|
|
58
|
+
export type BillingBillingViewAttribs = {
|
|
59
|
+
/**
|
|
60
|
+
* The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
|
|
61
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-arn}
|
|
62
|
+
*/
|
|
63
|
+
Arn: string;
|
|
64
|
+
/**
|
|
65
|
+
* The type of billing group.
|
|
66
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-billingviewtype}
|
|
67
|
+
*/
|
|
68
|
+
BillingViewType: BillingViewType;
|
|
69
|
+
/**
|
|
70
|
+
* The time when the billing view was created.
|
|
71
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-createdat}
|
|
72
|
+
*/
|
|
73
|
+
CreatedAt: number;
|
|
74
|
+
/**
|
|
75
|
+
* The account owner of the billing view.
|
|
76
|
+
* @pattern [0-9]{12}
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-owneraccountid}
|
|
78
|
+
*/
|
|
79
|
+
OwnerAccountId: string;
|
|
80
|
+
/**
|
|
81
|
+
* The time when the billing view was last updated.
|
|
82
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-updatedat}
|
|
83
|
+
*/
|
|
84
|
+
UpdatedAt: number;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billing-billingview-billingviewtype.html}
|
|
88
|
+
*/
|
|
89
|
+
export type BillingViewType = "PRIMARY" | "BILLING_GROUP" | "CUSTOM";
|
|
90
|
+
/**
|
|
91
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billing-billingview-dimensionkey.html}
|
|
92
|
+
*/
|
|
93
|
+
export type DimensionKey = "LINKED_ACCOUNT";
|
|
94
|
+
//# sourceMappingURL=aws-billing-billingview.d.ts.map
|
|
@@ -50,7 +50,7 @@ export type CertificateManagerCertificateProps = {
|
|
|
50
50
|
*/
|
|
51
51
|
DomainValidationOptions?: DomainValidationOption[] | undefined;
|
|
52
52
|
/**
|
|
53
|
-
* Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see [Key algorithms](https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms) .
|
|
53
|
+
* Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see [Key algorithms](https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate-characteristics.html#algorithms-term) .
|
|
54
54
|
*
|
|
55
55
|
* > Algorithms supported for an ACM certificate request include:
|
|
56
56
|
* >
|
|
@@ -11,6 +11,8 @@ export type CleanRoomsCollaboration = ResourceDefinitionWithAttributes<"AWS::Cle
|
|
|
11
11
|
export type CleanRoomsCollaborationProps = {
|
|
12
12
|
/**
|
|
13
13
|
* The analytics engine for the collaboration.
|
|
14
|
+
*
|
|
15
|
+
* > After July 16, 2025, the `CLEAN_ROOMS_SQL` parameter will no longer be available.
|
|
14
16
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-analyticsengine}
|
|
15
17
|
*/
|
|
16
18
|
AnalyticsEngine?: AnalyticsEngine | undefined;
|
|
@@ -280,7 +280,7 @@ export type CloudFormationStackSetAttribs = {
|
|
|
280
280
|
StackSetId: string;
|
|
281
281
|
};
|
|
282
282
|
/**
|
|
283
|
-
*
|
|
283
|
+
* Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU). For more information, see [Enable or disable automatic deployments for StackSets in AWS Organizations](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html) in the *AWS CloudFormation User Guide* .
|
|
284
284
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-autodeployment.html}
|
|
285
285
|
*/
|
|
286
286
|
export type AutoDeployment = {
|
|
@@ -305,18 +305,27 @@ export type Capability = "CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY
|
|
|
305
305
|
*/
|
|
306
306
|
export type ConcurrencyMode = "STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE";
|
|
307
307
|
/**
|
|
308
|
-
* The AWS
|
|
308
|
+
* The AWS Organizations accounts or AWS accounts to deploy stacks to in the specified Regions.
|
|
309
|
+
*
|
|
310
|
+
* When deploying to AWS Organizations accounts with `SERVICE_MANAGED` permissions:
|
|
311
|
+
*
|
|
312
|
+
* - You must specify the `OrganizationalUnitIds` property.
|
|
313
|
+
* - If you specify organizational units (OUs) for `OrganizationalUnitIds` and use either the `Accounts` or `AccountsUrl` property, you must also specify the `AccountFilterType` property.
|
|
314
|
+
*
|
|
315
|
+
* When deploying to AWS accounts with `SELF_MANAGED` permissions:
|
|
316
|
+
*
|
|
317
|
+
* - You must specify either the `Accounts` or `AccountsUrl` property, but not both.
|
|
309
318
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html}
|
|
310
319
|
*/
|
|
311
320
|
export type DeploymentTargets = {
|
|
312
321
|
/**
|
|
313
|
-
*
|
|
322
|
+
* Refines which accounts to deploy stacks to by specifying how to use the `Accounts` and `OrganizationalUnitIds` properties together.
|
|
314
323
|
*
|
|
315
|
-
* The following
|
|
324
|
+
* The following values determine how CloudFormation selects target accounts:
|
|
316
325
|
*
|
|
317
|
-
* - `INTERSECTION` : StackSet deploys to the accounts specified in the `Accounts`
|
|
318
|
-
* - `DIFFERENCE` : StackSet deploys to the OU, excluding the accounts specified in the `Accounts`
|
|
319
|
-
* - `UNION` StackSet deploys to the OU, and the accounts specified in the `Accounts`
|
|
326
|
+
* - `INTERSECTION` : StackSet deploys to the accounts specified in the `Accounts` property.
|
|
327
|
+
* - `DIFFERENCE` : StackSet deploys to the OU, excluding the accounts specified in the `Accounts` property.
|
|
328
|
+
* - `UNION` : StackSet deploys to the OU, and the accounts specified in the `Accounts` property. `UNION` is not supported for create operations when using StackSet as a resource or the `CreateStackInstances` API.
|
|
320
329
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html#cfn-cloudformation-stackset-deploymenttargets-accountfiltertype}
|
|
321
330
|
*/
|
|
322
331
|
AccountFilterType?: "NONE" | "UNION" | "INTERSECTION" | "DIFFERENCE" | undefined;
|
|
@@ -329,6 +338,8 @@ export type DeploymentTargets = {
|
|
|
329
338
|
Accounts?: string[] | undefined;
|
|
330
339
|
/**
|
|
331
340
|
* The Amazon S3 URL path to a file that contains a list of AWS account IDs. The file format must be either `.csv` or `.txt` , and the data can be comma-separated or new-line-separated. There is currently a 10MB limit for the data (approximately 800,000 accounts).
|
|
341
|
+
*
|
|
342
|
+
* This property serves the same purpose as `Accounts` but allows you to specify a large number of accounts.
|
|
332
343
|
* @minLength 1
|
|
333
344
|
* @maxLength 5120
|
|
334
345
|
* @pattern (s3://|http(s?)://).+
|
|
@@ -438,7 +449,7 @@ export type RegionConcurrencyType = "SEQUENTIAL" | "PARALLEL";
|
|
|
438
449
|
*/
|
|
439
450
|
export type StackInstances = {
|
|
440
451
|
/**
|
|
441
|
-
* The AWS
|
|
452
|
+
* The AWS Organizations accounts or AWS accounts to deploy stacks to in the specified Regions.
|
|
442
453
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-stackinstances.html#cfn-cloudformation-stackset-stackinstances-deploymenttargets}
|
|
443
454
|
*/
|
|
444
455
|
DeploymentTargets: DeploymentTargets;
|
|
@@ -106,11 +106,31 @@ export type Attributes = {
|
|
|
106
106
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-earlymedia}
|
|
107
107
|
*/
|
|
108
108
|
EarlyMedia?: boolean | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-enhancedchatmonitoring}
|
|
111
|
+
*/
|
|
112
|
+
EnhancedChatMonitoring?: boolean | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-enhancedcontactmonitoring}
|
|
115
|
+
*/
|
|
116
|
+
EnhancedContactMonitoring?: boolean | undefined;
|
|
117
|
+
/**
|
|
118
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-highvolumeoutbound}
|
|
119
|
+
*/
|
|
120
|
+
HighVolumeOutBound?: boolean | undefined;
|
|
109
121
|
/**
|
|
110
122
|
* Mandatory element which enables inbound calls on new instance.
|
|
111
123
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-inboundcalls}
|
|
112
124
|
*/
|
|
113
125
|
InboundCalls: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-multipartychatconference}
|
|
128
|
+
*/
|
|
129
|
+
MultiPartyChatConference?: boolean | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-multipartyconference}
|
|
132
|
+
*/
|
|
133
|
+
MultiPartyConference?: boolean | undefined;
|
|
114
134
|
/**
|
|
115
135
|
* Mandatory element which enables outbound calls on new instance.
|
|
116
136
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-outboundcalls}
|
|
@@ -23,7 +23,7 @@ export type DataSyncLocationNFSProps = {
|
|
|
23
23
|
*/
|
|
24
24
|
OnPremConfig: OnPremConfig;
|
|
25
25
|
/**
|
|
26
|
-
* Specifies the DNS name or IP
|
|
26
|
+
* Specifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.
|
|
27
27
|
* @maxLength 255
|
|
28
28
|
* @pattern ^(([a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9\-]*[A-Za-z0-9])$
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html#cfn-datasync-locationnfs-serverhostname}
|
|
@@ -79,7 +79,7 @@ export type DataSyncLocationObjectStorageProps = {
|
|
|
79
79
|
*/
|
|
80
80
|
ServerCertificate?: string | undefined;
|
|
81
81
|
/**
|
|
82
|
-
* Specifies the domain name or IP
|
|
82
|
+
* Specifies the domain name or IP address (IPv4 or IPv6) of the object storage server that your DataSync agent connects to.
|
|
83
83
|
* @maxLength 255
|
|
84
84
|
* @pattern ^(([a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9\-]*[A-Za-z0-9])$
|
|
85
85
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationobjectstorage.html#cfn-datasync-locationobjectstorage-serverhostname}
|
|
@@ -68,12 +68,9 @@ export type DataSyncLocationSMBProps = {
|
|
|
68
68
|
*/
|
|
69
69
|
Password?: string | undefined;
|
|
70
70
|
/**
|
|
71
|
-
* Specifies the domain name or IP address of the SMB file server that your DataSync agent connects to.
|
|
71
|
+
* Specifies the domain name or IP address (IPv4 or IPv6) of the SMB file server that your DataSync agent connects to.
|
|
72
72
|
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
* - You can't specify an IP version 6 (IPv6) address.
|
|
76
|
-
* - If you're using Kerberos authentication, you must specify a domain name.
|
|
73
|
+
* > If you're using Kerberos authentication, you must specify a domain name.
|
|
77
74
|
* @maxLength 255
|
|
78
75
|
* @pattern ^(([a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9\-]*[A-Za-z0-9])$
|
|
79
76
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-serverhostname}
|
|
@@ -74,6 +74,10 @@ export type DocDBDBClusterProps = {
|
|
|
74
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion}
|
|
75
75
|
*/
|
|
76
76
|
EngineVersion?: string | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-globalclusteridentifier}
|
|
79
|
+
*/
|
|
80
|
+
GlobalClusterIdentifier?: string | undefined;
|
|
77
81
|
/**
|
|
78
82
|
* The AWS KMS key identifier for an encrypted cluster.
|
|
79
83
|
*
|
|
@@ -123,6 +127,10 @@ export type DocDBDBClusterProps = {
|
|
|
123
127
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername}
|
|
124
128
|
*/
|
|
125
129
|
MasterUsername?: string | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-networktype}
|
|
132
|
+
*/
|
|
133
|
+
NetworkType?: string | undefined;
|
|
126
134
|
/**
|
|
127
135
|
* Specifies the port that the database engine is listening on.
|
|
128
136
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port}
|
|
@@ -28,6 +28,8 @@ export type EC2InstanceConnectEndpointProps = {
|
|
|
28
28
|
* - `true` - Use the client IP address as the source.
|
|
29
29
|
* - `false` - Use the network interface IP address as the source.
|
|
30
30
|
*
|
|
31
|
+
* > `PreserveClientIp` is only supported on IPv4 EC2 Instance Connect Endpoints. To use `PreserveClientIp` , the value for `IpAddressType` must be `ipv4` .
|
|
32
|
+
*
|
|
31
33
|
* Default: `false`
|
|
32
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instanceconnectendpoint.html#cfn-ec2-instanceconnectendpoint-preserveclientip}
|
|
33
35
|
*/
|