@propulsionworks/cloudformation 0.1.39 → 0.1.40
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-autoscaling-autoscalinggroup.d.ts +29 -3
- package/out/exports/resources.generated/aws-bedrockagentcore-gateway.d.ts +53 -1
- package/out/exports/resources.generated/aws-bedrockagentcore-gatewaytarget.d.ts +16 -0
- package/out/exports/resources.generated/aws-cases-caserule.d.ts +182 -0
- package/out/exports/resources.generated/aws-cases-domain.d.ts +61 -0
- package/out/exports/resources.generated/aws-cases-field.d.ts +85 -0
- package/out/exports/resources.generated/aws-cases-layout.d.ts +140 -0
- package/out/exports/resources.generated/aws-cases-template.d.ts +141 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +2 -2
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +1 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +3 -3
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +90 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +14 -14
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +9 -9
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +5 -5
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +2 -2
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +3 -3
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +2 -2
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +2 -2
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +10 -10
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +3 -3
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +9 -9
- package/out/exports/resources.generated/aws-datasync-task.d.ts +8 -8
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +25 -7
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +8 -0
- package/out/exports/resources.generated/aws-ec2-vpnconcentrator.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +2 -0
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +4 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +8 -8
- package/out/exports/resources.generated/aws-emr-step.d.ts +10 -0
- package/out/exports/resources.generated/aws-fsx-s3accesspointattachment.d.ts +14 -10
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroupv2.d.ts +244 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +4 -4
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +7 -7
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +6 -6
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +2 -2
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +5 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +92 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +5 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +6 -1
- package/out/exports/resources.generated/aws-observabilityadmin-organizationtelemetryrule.d.ts +44 -43
- package/out/exports/resources.generated/aws-observabilityadmin-telemetryrule.d.ts +45 -44
- package/out/exports/resources.generated/aws-odb-odbpeeringconnection.d.ts +10 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +82 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +5 -1
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +2 -2
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +10 -10
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +1 -1
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +10 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1 -1
- package/out/exports/resources.generated/aws-securityhub-connectorv2.d.ts +34 -45
- package/out/exports/resources.generated/aws-ses-tenant.d.ts +54 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +2 -2
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +3 -2
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +3 -2
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +23 -0
- package/package.json +1 -1
|
@@ -27,7 +27,7 @@ export type DataSyncLocationFSxONTAPProps = {
|
|
|
27
27
|
/**
|
|
28
28
|
* Specifies the ARN of the storage virtual machine (SVM) in your file system where you want to copy data to or from.
|
|
29
29
|
* @maxLength 162
|
|
30
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:storage-virtual-machine/fs-[0-9a-f]+/svm-[0-9a-f]{17,}$
|
|
30
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:storage-virtual-machine/fs-[0-9a-f]+/svm-[0-9a-f]{17,}$
|
|
31
31
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxontap.html#cfn-datasync-locationfsxontap-storagevirtualmachinearn}
|
|
32
32
|
*/
|
|
33
33
|
StorageVirtualMachineArn: string;
|
|
@@ -55,14 +55,14 @@ export type DataSyncLocationFSxONTAPAttribs = {
|
|
|
55
55
|
/**
|
|
56
56
|
* The ARN of the FSx for ONTAP file system in the specified location.
|
|
57
57
|
* @maxLength 128
|
|
58
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:file-system/fs-[0-9a-f]+$
|
|
58
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:file-system/fs-[0-9a-f]+$
|
|
59
59
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxontap.html#cfn-datasync-locationfsxontap-fsxfilesystemarn}
|
|
60
60
|
*/
|
|
61
61
|
FsxFilesystemArn: string;
|
|
62
62
|
/**
|
|
63
63
|
* The ARN of the specified location.
|
|
64
64
|
* @maxLength 128
|
|
65
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
65
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
66
66
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxontap.html#cfn-datasync-locationfsxontap-locationarn}
|
|
67
67
|
*/
|
|
68
68
|
LocationArn: string;
|
|
@@ -12,7 +12,7 @@ export type DataSyncLocationFSxOpenZFSProps = {
|
|
|
12
12
|
/**
|
|
13
13
|
* The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.
|
|
14
14
|
* @maxLength 128
|
|
15
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:file-system/fs-[0-9a-f]+$
|
|
15
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):fsx:[a-z\-0-9]+:[0-9]{12}:file-system/fs-[0-9a-f]+$
|
|
16
16
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxopenzfs.html#cfn-datasync-locationfsxopenzfs-fsxfilesystemarn}
|
|
17
17
|
*/
|
|
18
18
|
FsxFilesystemArn?: string | undefined;
|
|
@@ -50,7 +50,7 @@ export type DataSyncLocationFSxOpenZFSAttribs = {
|
|
|
50
50
|
/**
|
|
51
51
|
* The ARN of the specified FSx for OpenZFS file system location.
|
|
52
52
|
* @maxLength 128
|
|
53
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
53
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
54
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxopenzfs.html#cfn-datasync-locationfsxopenzfs-locationarn}
|
|
55
55
|
*/
|
|
56
56
|
LocationArn: string;
|
|
@@ -21,7 +21,7 @@ export type DataSyncLocationFSxWindowsProps = {
|
|
|
21
21
|
/**
|
|
22
22
|
* Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
|
|
23
23
|
* @maxLength 128
|
|
24
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\-0-9]*:[0-9]{12}:file-system/fs-.*$
|
|
24
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):fsx:[a-z\-0-9]*:[0-9]{12}:file-system/fs-.*$
|
|
25
25
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxwindows.html#cfn-datasync-locationfsxwindows-fsxfilesystemarn}
|
|
26
26
|
*/
|
|
27
27
|
FsxFilesystemArn?: string | undefined;
|
|
@@ -70,7 +70,7 @@ export type DataSyncLocationFSxWindowsAttribs = {
|
|
|
70
70
|
/**
|
|
71
71
|
* The ARN of the specified FSx for Windows Server file system location.
|
|
72
72
|
* @maxLength 128
|
|
73
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
73
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
74
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxwindows.html#cfn-datasync-locationfsxwindows-locationarn}
|
|
75
75
|
*/
|
|
76
76
|
LocationArn: string;
|
|
@@ -106,7 +106,7 @@ export type DataSyncLocationHDFSAttribs = {
|
|
|
106
106
|
/**
|
|
107
107
|
* The Amazon Resource Name (ARN) of the HDFS cluster location to describe.
|
|
108
108
|
* @maxLength 128
|
|
109
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
109
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
110
110
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationhdfs.html#cfn-datasync-locationhdfs-locationarn}
|
|
111
111
|
*/
|
|
112
112
|
LocationArn: string;
|
|
@@ -51,7 +51,7 @@ export type DataSyncLocationNFSAttribs = {
|
|
|
51
51
|
/**
|
|
52
52
|
* The Amazon Resource Name (ARN) of the NFS location that you created.
|
|
53
53
|
* @maxLength 128
|
|
54
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
54
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
55
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html#cfn-datasync-locationnfs-locationarn}
|
|
56
56
|
*/
|
|
57
57
|
LocationArn: string;
|
|
@@ -35,16 +35,16 @@ export type DataSyncLocationObjectStorageProps = {
|
|
|
35
35
|
/**
|
|
36
36
|
* Specifies configuration information for a DataSync-managed secret, which includes the `SecretKey` that DataSync uses to access a specific object storage location, with a customer-managed AWS KMS key .
|
|
37
37
|
*
|
|
38
|
-
* When you include this
|
|
38
|
+
* When you include this parameter as part of a `CreateLocationObjectStorage` request, you provide only the KMS key ARN. DataSync uses this KMS key together with the value you specify for the `SecretKey` parameter to create a DataSync-managed secret to store the location access credentials.
|
|
39
39
|
*
|
|
40
|
-
* Make sure
|
|
40
|
+
* Make sure that DataSync has permission to access the KMS key that you specify.
|
|
41
41
|
*
|
|
42
42
|
* > You can use either `CmkSecretConfig` (with `SecretKey` ) or `CustomSecretConfig` (without `SecretKey` ) to provide credentials for a `CreateLocationObjectStorage` request. Do not provide both parameters for the same request.
|
|
43
43
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationobjectstorage.html#cfn-datasync-locationobjectstorage-cmksecretconfig}
|
|
44
44
|
*/
|
|
45
45
|
CmkSecretConfig?: CmkSecretConfig | undefined;
|
|
46
46
|
/**
|
|
47
|
-
* Specifies configuration information for a customer-managed Secrets Manager secret where the secret key for a specific object storage location is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
|
|
47
|
+
* Specifies configuration information for a customer-managed Secrets Manager secret where the secret key for a specific object storage location is stored in plain text, in Secrets Manager. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
|
|
48
48
|
*
|
|
49
49
|
* > You can use either `CmkSecretConfig` (with `SecretKey` ) or `CustomSecretConfig` (without `SecretKey` ) to provide credentials for a `CreateLocationObjectStorage` request. Do not provide both parameters for the same request.
|
|
50
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationobjectstorage.html#cfn-datasync-locationobjectstorage-customsecretconfig}
|
|
@@ -117,14 +117,14 @@ export type DataSyncLocationObjectStorageAttribs = {
|
|
|
117
117
|
/**
|
|
118
118
|
* Specifies the ARN for the DataSync-managed AWS Secrets Manager secret that that is used to access a specific storage location. This property is generated by DataSync and is read-only. DataSync encrypts this secret with the KMS key that you specify for `KmsKeyArn` .
|
|
119
119
|
* @maxLength 2048
|
|
120
|
-
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$
|
|
120
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$
|
|
121
121
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationobjectstorage-cmksecretconfig.html#cfn-datasync-locationobjectstorage-cmksecretconfig-secretarn}
|
|
122
122
|
*/
|
|
123
123
|
"CmkSecretConfig.SecretArn": string;
|
|
124
124
|
/**
|
|
125
125
|
* The Amazon Resource Name (ARN) of the specified object storage location.
|
|
126
126
|
* @maxLength 128
|
|
127
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
127
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
128
128
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationobjectstorage.html#cfn-datasync-locationobjectstorage-locationarn}
|
|
129
129
|
*/
|
|
130
130
|
LocationArn: string;
|
|
@@ -137,7 +137,7 @@ export type DataSyncLocationObjectStorageAttribs = {
|
|
|
137
137
|
LocationUri: string;
|
|
138
138
|
};
|
|
139
139
|
/**
|
|
140
|
-
* Specifies configuration information for a DataSync-managed secret, such as an authentication token
|
|
140
|
+
* Specifies configuration information for a DataSync-managed secret, such as an authentication token, secret key, password, or Kerberos keytab that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .
|
|
141
141
|
*
|
|
142
142
|
* > You can use either `CmkSecretConfig` or `CustomSecretConfig` to provide credentials for a `CreateLocation` request. Do not provide both parameters for the same request.
|
|
143
143
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationobjectstorage-cmksecretconfig.html}
|
|
@@ -146,13 +146,13 @@ export type CmkSecretConfig = {
|
|
|
146
146
|
/**
|
|
147
147
|
* Specifies the ARN for the customer-managed AWS KMS key that DataSync uses to encrypt the DataSync-managed secret stored for `SecretArn` . DataSync provides this key to AWS Secrets Manager .
|
|
148
148
|
* @maxLength 2048
|
|
149
|
-
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):kms:[a-z-0-9]+:[0-9]{12}:key/.*|)$
|
|
149
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):kms:[a-z-0-9]+:[0-9]{12}:key/.*|)$
|
|
150
150
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationobjectstorage-cmksecretconfig.html#cfn-datasync-locationobjectstorage-cmksecretconfig-kmskeyarn}
|
|
151
151
|
*/
|
|
152
152
|
KmsKeyArn?: string | undefined;
|
|
153
153
|
};
|
|
154
154
|
/**
|
|
155
|
-
* Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token
|
|
155
|
+
* Specifies configuration information for a customer-managed Secrets Manager secret where a storage location credentials is stored in Secrets Manager as plain text (for authentication token, secret key, or password) or as binary (for Kerberos keytab). This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
|
|
156
156
|
*
|
|
157
157
|
* > You can use either `CmkSecretConfig` or `CustomSecretConfig` to provide credentials for a `CreateLocation` request. Do not provide both parameters for the same request.
|
|
158
158
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationobjectstorage-customsecretconfig.html}
|
|
@@ -161,14 +161,14 @@ export type CustomSecretConfig = {
|
|
|
161
161
|
/**
|
|
162
162
|
* Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for `SecretArn` .
|
|
163
163
|
* @maxLength 2048
|
|
164
|
-
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$
|
|
164
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$
|
|
165
165
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationobjectstorage-customsecretconfig.html#cfn-datasync-locationobjectstorage-customsecretconfig-secretaccessrolearn}
|
|
166
166
|
*/
|
|
167
167
|
SecretAccessRoleArn: string;
|
|
168
168
|
/**
|
|
169
169
|
* Specifies the ARN for an AWS Secrets Manager secret.
|
|
170
170
|
* @maxLength 2048
|
|
171
|
-
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$
|
|
171
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$
|
|
172
172
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationobjectstorage-customsecretconfig.html#cfn-datasync-locationobjectstorage-customsecretconfig-secretarn}
|
|
173
173
|
*/
|
|
174
174
|
SecretArn: string;
|
|
@@ -16,7 +16,7 @@ export type DataSyncLocationS3Props = {
|
|
|
16
16
|
/**
|
|
17
17
|
* The ARN of the Amazon S3 bucket.
|
|
18
18
|
* @maxLength 156
|
|
19
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3:[a-z\-0-9]*:[0-9]*:.*$
|
|
19
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):s3:[a-z\-0-9]*:[0-9]*:.*$
|
|
20
20
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locations3.html#cfn-datasync-locations3-s3bucketarn}
|
|
21
21
|
*/
|
|
22
22
|
S3BucketArn?: string | undefined;
|
|
@@ -62,7 +62,7 @@ export type DataSyncLocationS3Attribs = {
|
|
|
62
62
|
/**
|
|
63
63
|
* The Amazon Resource Name (ARN) of the specified Amazon S3 location.
|
|
64
64
|
* @maxLength 128
|
|
65
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
65
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
66
66
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locations3.html#cfn-datasync-locations3-locationarn}
|
|
67
67
|
*/
|
|
68
68
|
LocationArn: string;
|
|
@@ -84,7 +84,7 @@ export type S3Config = {
|
|
|
84
84
|
/**
|
|
85
85
|
* Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket.
|
|
86
86
|
* @maxLength 2048
|
|
87
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$
|
|
87
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$
|
|
88
88
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locations3-s3config.html#cfn-datasync-locations3-s3config-bucketaccessrolearn}
|
|
89
89
|
*/
|
|
90
90
|
BucketAccessRoleArn: string;
|
|
@@ -20,14 +20,14 @@ export type DataSyncLocationSMBProps = {
|
|
|
20
20
|
*/
|
|
21
21
|
AuthenticationType?: "NTLM" | "KERBEROS" | undefined;
|
|
22
22
|
/**
|
|
23
|
-
* Specifies configuration information for a DataSync-managed secret, such as an authentication token
|
|
23
|
+
* Specifies configuration information for a DataSync-managed secret, such as an authentication token, secret key, password, or Kerberos keytab that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .
|
|
24
24
|
*
|
|
25
25
|
* > You can use either `CmkSecretConfig` or `CustomSecretConfig` to provide credentials for a `CreateLocation` request. Do not provide both parameters for the same request.
|
|
26
26
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-cmksecretconfig}
|
|
27
27
|
*/
|
|
28
28
|
CmkSecretConfig?: CmkSecretConfig | undefined;
|
|
29
29
|
/**
|
|
30
|
-
* Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token
|
|
30
|
+
* Specifies configuration information for a customer-managed Secrets Manager secret where a storage location credentials is stored in Secrets Manager as plain text (for authentication token, secret key, or password) or as binary (for Kerberos keytab). This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
|
|
31
31
|
*
|
|
32
32
|
* > You can use either `CmkSecretConfig` or `CustomSecretConfig` to provide credentials for a `CreateLocation` request. Do not provide both parameters for the same request.
|
|
33
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-customsecretconfig}
|
|
@@ -121,14 +121,14 @@ export type DataSyncLocationSMBAttribs = {
|
|
|
121
121
|
/**
|
|
122
122
|
* Specifies the ARN for the DataSync-managed AWS Secrets Manager secret that that is used to access a specific storage location. This property is generated by DataSync and is read-only. DataSync encrypts this secret with the KMS key that you specify for `KmsKeyArn` .
|
|
123
123
|
* @maxLength 2048
|
|
124
|
-
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$
|
|
124
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$
|
|
125
125
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-cmksecretconfig.html#cfn-datasync-locationsmb-cmksecretconfig-secretarn}
|
|
126
126
|
*/
|
|
127
127
|
"CmkSecretConfig.SecretArn": string;
|
|
128
128
|
/**
|
|
129
129
|
* The Amazon Resource Name (ARN) of the specified SMB location.
|
|
130
130
|
* @maxLength 128
|
|
131
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
131
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
132
132
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-locationarn}
|
|
133
133
|
*/
|
|
134
134
|
LocationArn: string;
|
|
@@ -141,7 +141,7 @@ export type DataSyncLocationSMBAttribs = {
|
|
|
141
141
|
LocationUri: string;
|
|
142
142
|
};
|
|
143
143
|
/**
|
|
144
|
-
* Specifies configuration information for a DataSync-managed secret, such as an authentication token
|
|
144
|
+
* Specifies configuration information for a DataSync-managed secret, such as an authentication token, secret key, password, or Kerberos keytab that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .
|
|
145
145
|
*
|
|
146
146
|
* > You can use either `CmkSecretConfig` or `CustomSecretConfig` to provide credentials for a `CreateLocation` request. Do not provide both parameters for the same request.
|
|
147
147
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-cmksecretconfig.html}
|
|
@@ -150,13 +150,13 @@ export type CmkSecretConfig = {
|
|
|
150
150
|
/**
|
|
151
151
|
* Specifies the ARN for the customer-managed AWS KMS key that DataSync uses to encrypt the DataSync-managed secret stored for `SecretArn` . DataSync provides this key to AWS Secrets Manager .
|
|
152
152
|
* @maxLength 2048
|
|
153
|
-
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):kms:[a-z-0-9]+:[0-9]{12}:key/.*|)$
|
|
153
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):kms:[a-z-0-9]+:[0-9]{12}:key/.*|)$
|
|
154
154
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-cmksecretconfig.html#cfn-datasync-locationsmb-cmksecretconfig-kmskeyarn}
|
|
155
155
|
*/
|
|
156
156
|
KmsKeyArn?: string | undefined;
|
|
157
157
|
};
|
|
158
158
|
/**
|
|
159
|
-
* Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token
|
|
159
|
+
* Specifies configuration information for a customer-managed Secrets Manager secret where a storage location credentials is stored in Secrets Manager as plain text (for authentication token, secret key, or password) or as binary (for Kerberos keytab). This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
|
|
160
160
|
*
|
|
161
161
|
* > You can use either `CmkSecretConfig` or `CustomSecretConfig` to provide credentials for a `CreateLocation` request. Do not provide both parameters for the same request.
|
|
162
162
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-customsecretconfig.html}
|
|
@@ -165,14 +165,14 @@ export type CustomSecretConfig = {
|
|
|
165
165
|
/**
|
|
166
166
|
* Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for `SecretArn` .
|
|
167
167
|
* @maxLength 2048
|
|
168
|
-
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$
|
|
168
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$
|
|
169
169
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-customsecretconfig.html#cfn-datasync-locationsmb-customsecretconfig-secretaccessrolearn}
|
|
170
170
|
*/
|
|
171
171
|
SecretAccessRoleArn: string;
|
|
172
172
|
/**
|
|
173
173
|
* Specifies the ARN for an AWS Secrets Manager secret.
|
|
174
174
|
* @maxLength 2048
|
|
175
|
-
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$
|
|
175
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$
|
|
176
176
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-customsecretconfig.html#cfn-datasync-locationsmb-customsecretconfig-secretarn}
|
|
177
177
|
*/
|
|
178
178
|
SecretArn: string;
|
|
@@ -16,14 +16,14 @@ export type DataSyncTaskProps = {
|
|
|
16
16
|
*
|
|
17
17
|
* For more information, see [Monitoring data transfers with CloudWatch Logs](https://docs.aws.amazon.com/datasync/latest/userguide/configure-logging.html) .
|
|
18
18
|
* @maxLength 562
|
|
19
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\-0-9]*:[0-9]{12}:log-group:([^:\*]*)(:\*)?$
|
|
19
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):logs:[a-z\-0-9]*:[0-9]{12}:log-group:([^:\*]*)(:\*)?$
|
|
20
20
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-cloudwatchloggrouparn}
|
|
21
21
|
*/
|
|
22
22
|
CloudWatchLogGroupArn?: string | undefined;
|
|
23
23
|
/**
|
|
24
24
|
* The Amazon Resource Name (ARN) of an AWS storage resource's location.
|
|
25
25
|
* @maxLength 128
|
|
26
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
26
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
27
27
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-destinationlocationarn}
|
|
28
28
|
*/
|
|
29
29
|
DestinationLocationArn: string;
|
|
@@ -63,7 +63,7 @@ export type DataSyncTaskProps = {
|
|
|
63
63
|
/**
|
|
64
64
|
* Specifies the ARN of your transfer's source location.
|
|
65
65
|
* @maxLength 128
|
|
66
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
66
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$
|
|
67
67
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-sourcelocationarn}
|
|
68
68
|
*/
|
|
69
69
|
SourceLocationArn: string;
|
|
@@ -107,7 +107,7 @@ export type DataSyncTaskAttribs = {
|
|
|
107
107
|
/**
|
|
108
108
|
* The ARN of the task.
|
|
109
109
|
* @maxLength 128
|
|
110
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$
|
|
110
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):datasync:[a-z\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$
|
|
111
111
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-taskarn}
|
|
112
112
|
*/
|
|
113
113
|
TaskArn: string;
|
|
@@ -167,7 +167,7 @@ export type ManifestConfigSourceS3 = {
|
|
|
167
167
|
/**
|
|
168
168
|
* Specifies the AWS Identity and Access Management (IAM) role that allows DataSync to access your manifest.
|
|
169
169
|
* @maxLength 2048
|
|
170
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$
|
|
170
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$
|
|
171
171
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-manifestconfigsources3.html#cfn-datasync-task-manifestconfigsources3-bucketaccessrolearn}
|
|
172
172
|
*/
|
|
173
173
|
BucketAccessRoleArn?: string | undefined;
|
|
@@ -188,7 +188,7 @@ export type ManifestConfigSourceS3 = {
|
|
|
188
188
|
/**
|
|
189
189
|
* Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
|
|
190
190
|
* @maxLength 156
|
|
191
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$
|
|
191
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$
|
|
192
192
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-manifestconfigsources3.html#cfn-datasync-task-manifestconfigsources3-s3bucketarn}
|
|
193
193
|
*/
|
|
194
194
|
S3BucketArn?: string | undefined;
|
|
@@ -464,14 +464,14 @@ export type TaskReportConfigDestinationS3 = {
|
|
|
464
464
|
/**
|
|
465
465
|
* Specifies the Amazon Resource Name (ARN) of the IAM policy that allows Datasync to upload a task report to your S3 bucket.
|
|
466
466
|
* @maxLength 2048
|
|
467
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$
|
|
467
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$
|
|
468
468
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-taskreportconfigdestinations3.html#cfn-datasync-task-taskreportconfigdestinations3-bucketaccessrolearn}
|
|
469
469
|
*/
|
|
470
470
|
BucketAccessRoleArn?: string | undefined;
|
|
471
471
|
/**
|
|
472
472
|
* Specifies the ARN of the S3 bucket where Datasync uploads your report.
|
|
473
473
|
* @maxLength 156
|
|
474
|
-
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$
|
|
474
|
+
* @pattern ^arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$
|
|
475
475
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-taskreportconfigdestinations3.html#cfn-datasync-task-taskreportconfigdestinations3-s3bucketarn}
|
|
476
476
|
*/
|
|
477
477
|
S3BucketArn?: string | undefined;
|
|
@@ -107,16 +107,29 @@ export type DeadlineFleetAttribs = {
|
|
|
107
107
|
};
|
|
108
108
|
/**
|
|
109
109
|
* Provides information about the GPU accelerators used for jobs processed by a fleet.
|
|
110
|
+
*
|
|
111
|
+
* > Accelerator capabilities cannot be used with wait-and-save fleets. If you specify accelerator capabilities, you must use either spot or on-demand instance market options. > Each accelerator type maps to specific EC2 instance families:
|
|
112
|
+
* >
|
|
113
|
+
* > - `t4` : Uses G4dn instance family
|
|
114
|
+
* > - `a10g` : Uses G5 instance family
|
|
115
|
+
* > - `l4` : Uses G6 and Gr6 instance families
|
|
116
|
+
* > - `l40s` : Uses G6e instance family
|
|
110
117
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-acceleratorcapabilities.html}
|
|
111
118
|
*/
|
|
112
119
|
export type AcceleratorCapabilities = {
|
|
113
120
|
/**
|
|
114
121
|
* The number of GPU accelerators specified for worker hosts in this fleet.
|
|
122
|
+
*
|
|
123
|
+
* > You must specify either `acceleratorCapabilities.count.max` or `allowedInstanceTypes` when using accelerator capabilities. If you don't specify a maximum count, AWS Deadline Cloud uses the instance types you specify in `allowedInstanceTypes` to determine the maximum number of accelerators.
|
|
115
124
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-acceleratorcapabilities.html#cfn-deadline-fleet-acceleratorcapabilities-count}
|
|
116
125
|
*/
|
|
117
126
|
Count?: AcceleratorCountRange | undefined;
|
|
118
127
|
/**
|
|
119
128
|
* A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, AWS Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.
|
|
129
|
+
*
|
|
130
|
+
* > - You must specify at least one accelerator selection.
|
|
131
|
+
* > - You cannot specify the same accelerator name multiple times in the selections list.
|
|
132
|
+
* > - All accelerators in the selections must use the same runtime version.
|
|
120
133
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-acceleratorcapabilities.html#cfn-deadline-fleet-acceleratorcapabilities-selections}
|
|
121
134
|
*/
|
|
122
135
|
Selections: AcceleratorSelection[];
|
|
@@ -149,19 +162,17 @@ export type AcceleratorSelection = {
|
|
|
149
162
|
/**
|
|
150
163
|
* The name of the chip used by the GPU accelerator.
|
|
151
164
|
*
|
|
152
|
-
* If you specify `l4` as the name of the accelerator, you must specify `latest` or `grid:r570` as the runtime.
|
|
153
|
-
*
|
|
154
165
|
* The available GPU accelerators are:
|
|
155
166
|
*
|
|
156
|
-
* - `t4` - NVIDIA T4 Tensor Core GPU
|
|
157
|
-
* - `a10g` - NVIDIA A10G Tensor Core GPU
|
|
158
|
-
* - `l4` - NVIDIA L4 Tensor Core GPU
|
|
159
|
-
* - `l40s` - NVIDIA L40S Tensor Core GPU
|
|
167
|
+
* - `t4` - NVIDIA T4 Tensor Core GPU (16 GiB memory)
|
|
168
|
+
* - `a10g` - NVIDIA A10G Tensor Core GPU (24 GiB memory)
|
|
169
|
+
* - `l4` - NVIDIA L4 Tensor Core GPU (24 GiB memory)
|
|
170
|
+
* - `l40s` - NVIDIA L40S Tensor Core GPU (48 GiB memory)
|
|
160
171
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-acceleratorselection.html#cfn-deadline-fleet-acceleratorselection-name}
|
|
161
172
|
*/
|
|
162
173
|
Name: "t4" | "a10g" | "l4" | "l40s";
|
|
163
174
|
/**
|
|
164
|
-
* Specifies the runtime driver to use for the GPU accelerator. You must use the same runtime for all GPUs.
|
|
175
|
+
* Specifies the runtime driver to use for the GPU accelerator. You must use the same runtime for all GPUs in a fleet.
|
|
165
176
|
*
|
|
166
177
|
* You can choose from the following runtimes:
|
|
167
178
|
*
|
|
@@ -170,6 +181,13 @@ export type AcceleratorSelection = {
|
|
|
170
181
|
* - `grid:r535` - [NVIDIA vGPU software 16](https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/16.0/index.html)
|
|
171
182
|
*
|
|
172
183
|
* If you don't specify a runtime, AWS Deadline Cloud uses `latest` as the default. However, if you have multiple accelerators and specify `latest` for some and leave others blank, AWS Deadline Cloud raises an exception.
|
|
184
|
+
*
|
|
185
|
+
* > Not all runtimes are compatible with all accelerator types:
|
|
186
|
+
* >
|
|
187
|
+
* > - `t4` and `a10g` : Support all runtimes ( `grid:r570` , `grid:r535` )
|
|
188
|
+
* > - `l4` and `l40s` : Only support `grid:r570` and newer
|
|
189
|
+
* >
|
|
190
|
+
* > All accelerators in a fleet must use the same runtime version. You cannot mix different runtime versions within a single fleet. > When you specify `latest` , it resolves to `grid:r570` for all currently supported accelerators.
|
|
173
191
|
* @minLength 1
|
|
174
192
|
* @maxLength 100
|
|
175
193
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-acceleratorselection.html#cfn-deadline-fleet-acceleratorselection-runtime}
|
|
@@ -63,6 +63,10 @@ export type EC2ClientVpnEndpointProps = {
|
|
|
63
63
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-dnsservers}
|
|
64
64
|
*/
|
|
65
65
|
DnsServers?: string[] | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-endpointipaddresstype}
|
|
68
|
+
*/
|
|
69
|
+
EndpointIpAddressType?: string | undefined;
|
|
66
70
|
/**
|
|
67
71
|
* The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.
|
|
68
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-securitygroupids}
|
|
@@ -103,6 +107,10 @@ export type EC2ClientVpnEndpointProps = {
|
|
|
103
107
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-tagspecifications}
|
|
104
108
|
*/
|
|
105
109
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-trafficipaddresstype}
|
|
112
|
+
*/
|
|
113
|
+
TrafficIpAddressType?: string | undefined;
|
|
106
114
|
/**
|
|
107
115
|
* The transport protocol to be used by the VPN session.
|
|
108
116
|
*
|
|
@@ -35,7 +35,7 @@ export type EC2VPNConcentratorAttribs = {
|
|
|
35
35
|
*/
|
|
36
36
|
TransitGatewayAttachmentId: string;
|
|
37
37
|
/**
|
|
38
|
-
* The
|
|
38
|
+
* The ID of the VPN connection.
|
|
39
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html#cfn-ec2-vpnconcentrator-vpnconcentratorid}
|
|
40
40
|
*/
|
|
41
41
|
VpnConcentratorId: string;
|
|
@@ -102,6 +102,7 @@ export type EC2VPNConnectionProps = {
|
|
|
102
102
|
*/
|
|
103
103
|
TransportTransitGatewayAttachmentId?: string | undefined;
|
|
104
104
|
/**
|
|
105
|
+
* The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity. `standard` supports up to 1.25 Gbps per tunnel, while `large` supports up to 5 Gbps per tunnel. The default value is `standard` . Existing VPN connections without a bandwidth setting will automatically default to `standard` .
|
|
105
106
|
* @default "standard"
|
|
106
107
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconnection.html#cfn-ec2-vpnconnection-tunnelbandwidth}
|
|
107
108
|
*/
|
|
@@ -119,6 +120,7 @@ export type EC2VPNConnectionProps = {
|
|
|
119
120
|
*/
|
|
120
121
|
Type: string;
|
|
121
122
|
/**
|
|
123
|
+
* The ID of the VPN connection.
|
|
122
124
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconnection.html#cfn-ec2-vpnconnection-vpnconcentratorid}
|
|
123
125
|
*/
|
|
124
126
|
VpnConcentratorId?: string | undefined;
|
|
@@ -88,7 +88,7 @@ export type ECRRepositoryCreationTemplateAttribs = {
|
|
|
88
88
|
* Enumerable Strings representing the repository creation scenarios that the template will apply towards.
|
|
89
89
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-appliedforitem.html}
|
|
90
90
|
*/
|
|
91
|
-
export type AppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE";
|
|
91
|
+
export type AppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE" | "CREATE_ON_PUSH";
|
|
92
92
|
/**
|
|
93
93
|
* The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
|
|
94
94
|
*
|
|
@@ -132,6 +132,10 @@ export type BaselineEbsBandwidthMbpsRequest = {
|
|
|
132
132
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html}
|
|
133
133
|
*/
|
|
134
134
|
export type InstanceLaunchTemplate = {
|
|
135
|
+
/**
|
|
136
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html#cfn-ecs-capacityprovider-instancelaunchtemplate-capacityoptiontype}
|
|
137
|
+
*/
|
|
138
|
+
CapacityOptionType?: "ON_DEMAND" | "SPOT" | undefined;
|
|
135
139
|
/**
|
|
136
140
|
* The Amazon Resource Name (ARN) of the instance profile that Amazon ECS applies to Amazon ECS Managed Instances. This instance profile must include the necessary permissions for your tasks to access AWS services and resources.
|
|
137
141
|
*
|
|
@@ -6,7 +6,7 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
|
6
6
|
*
|
|
7
7
|
* For later updates, you will only be able to update a node group using a launch template only if it was originally deployed with a launch template. Additionally, the launch template ID or name must match what was used when the node group was created. You can update the launch template version with necessary changes. For more information about using launch templates, see [Customizing managed nodes with launch templates](https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) .
|
|
8
8
|
*
|
|
9
|
-
* An Amazon EKS managed node group is an Amazon EC2
|
|
9
|
+
* An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by AWS for an Amazon EKS cluster. For more information, see [Managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) in the *Amazon EKS User Guide* .
|
|
10
10
|
*
|
|
11
11
|
* > Windows AMI types are only supported for commercial AWS Regions that support Windows on Amazon EKS.
|
|
12
12
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html}
|
|
@@ -19,7 +19,7 @@ export type EKSNodegroup = ResourceDefinitionWithAttributes<"AWS::EKS::Nodegroup
|
|
|
19
19
|
*
|
|
20
20
|
* For later updates, you will only be able to update a node group using a launch template only if it was originally deployed with a launch template. Additionally, the launch template ID or name must match what was used when the node group was created. You can update the launch template version with necessary changes. For more information about using launch templates, see [Customizing managed nodes with launch templates](https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) .
|
|
21
21
|
*
|
|
22
|
-
* An Amazon EKS managed node group is an Amazon EC2
|
|
22
|
+
* An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by AWS for an Amazon EKS cluster. For more information, see [Managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) in the *Amazon EKS User Guide* .
|
|
23
23
|
*
|
|
24
24
|
* > Windows AMI types are only supported for commercial AWS Regions that support Windows on Amazon EKS.
|
|
25
25
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html}
|
|
@@ -199,26 +199,26 @@ export type NodeRepairConfig = {
|
|
|
199
199
|
*/
|
|
200
200
|
Enabled?: boolean | undefined;
|
|
201
201
|
/**
|
|
202
|
-
* Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a count of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set
|
|
202
|
+
* Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a count of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set `maxParallelNodesRepairedPercentage` at the same time.
|
|
203
203
|
* @min 1
|
|
204
204
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-noderepairconfig.html#cfn-eks-nodegroup-noderepairconfig-maxparallelnodesrepairedcount}
|
|
205
205
|
*/
|
|
206
206
|
MaxParallelNodesRepairedCount?: number | undefined;
|
|
207
207
|
/**
|
|
208
|
-
* Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a percentage of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set
|
|
208
|
+
* Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a percentage of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set `maxParallelNodesRepairedCount` at the same time.
|
|
209
209
|
* @min 1
|
|
210
210
|
* @max 100
|
|
211
211
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-noderepairconfig.html#cfn-eks-nodegroup-noderepairconfig-maxparallelnodesrepairedpercentage}
|
|
212
212
|
*/
|
|
213
213
|
MaxParallelNodesRepairedPercentage?: number | undefined;
|
|
214
214
|
/**
|
|
215
|
-
* Specify a count threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set
|
|
215
|
+
* Specify a count threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set `maxUnhealthyNodeThresholdPercentage` at the same time.
|
|
216
216
|
* @min 1
|
|
217
217
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-noderepairconfig.html#cfn-eks-nodegroup-noderepairconfig-maxunhealthynodethresholdcount}
|
|
218
218
|
*/
|
|
219
219
|
MaxUnhealthyNodeThresholdCount?: number | undefined;
|
|
220
220
|
/**
|
|
221
|
-
* Specify a percentage threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set
|
|
221
|
+
* Specify a percentage threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set `maxUnhealthyNodeThresholdCount` at the same time.
|
|
222
222
|
* @min 1
|
|
223
223
|
* @max 100
|
|
224
224
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-noderepairconfig.html#cfn-eks-nodegroup-noderepairconfig-maxunhealthynodethresholdpercentage}
|
|
@@ -236,7 +236,7 @@ export type NodeRepairConfig = {
|
|
|
236
236
|
*/
|
|
237
237
|
export type NodeRepairConfigOverrides = {
|
|
238
238
|
/**
|
|
239
|
-
* Specify the minimum time in minutes to wait before attempting to repair a node with this specific
|
|
239
|
+
* Specify the minimum time in minutes to wait before attempting to repair a node with this specific `nodeMonitoringCondition` and `nodeUnhealthyReason` .
|
|
240
240
|
* @min 1
|
|
241
241
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-noderepairconfigoverrides.html#cfn-eks-nodegroup-noderepairconfigoverrides-minrepairwaittimemins}
|
|
242
242
|
*/
|
|
@@ -274,7 +274,7 @@ export type RemoteAccess = {
|
|
|
274
274
|
SourceSecurityGroups?: string[] | undefined;
|
|
275
275
|
};
|
|
276
276
|
/**
|
|
277
|
-
* An object representing the scaling configuration details for the
|
|
277
|
+
* An object representing the scaling configuration details for the Auto Scaling group that is associated with your node group. When creating a node group, you must specify all or none of the properties. When updating a node group, you can specify any or none of the properties.
|
|
278
278
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-scalingconfig.html}
|
|
279
279
|
*/
|
|
280
280
|
export type ScalingConfig = {
|
|
@@ -14,6 +14,11 @@ export type EMRStepProps = {
|
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-emr-step-actiononfailure}
|
|
15
15
|
*/
|
|
16
16
|
ActionOnFailure: string;
|
|
17
|
+
/**
|
|
18
|
+
* The KMS key ARN to encrypt the logs published to the given Amazon S3 destination. When omitted, EMR falls back to cluster-level logging behavior.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-emr-step-encryptionkeyarn}
|
|
20
|
+
*/
|
|
21
|
+
EncryptionKeyArn?: string | undefined;
|
|
17
22
|
/**
|
|
18
23
|
* The `HadoopJarStepConfig` property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.
|
|
19
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-emr-step-hadoopjarstep}
|
|
@@ -24,6 +29,11 @@ export type EMRStepProps = {
|
|
|
24
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-emr-step-jobflowid}
|
|
25
30
|
*/
|
|
26
31
|
JobFlowId: string;
|
|
32
|
+
/**
|
|
33
|
+
* The Amazon S3 destination URI for log publishing. When omitted, EMR falls back to cluster-level logging behavior.
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-emr-step-loguri}
|
|
35
|
+
*/
|
|
36
|
+
LogUri?: string | undefined;
|
|
27
37
|
/**
|
|
28
38
|
* The name of the cluster step.
|
|
29
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-step.html#cfn-emr-step-name}
|