@awboost/cfn-resource-types 0.1.483 → 0.1.484
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/lib/AWS-Athena-WorkGroup.d.ts +140 -2
- package/lib/AWS-Bedrock-KnowledgeBase.d.ts +26 -1
- package/lib/AWS-Cassandra-Table.d.ts +19 -0
- package/lib/AWS-CloudFormation-StackSet.d.ts +4 -0
- package/lib/AWS-ECR-PullTimeUpdateExclusion.d.ts +23 -0
- package/lib/AWS-ECR-PullTimeUpdateExclusion.js +12 -0
- package/lib/AWS-ECR-SigningConfiguration.d.ts +76 -0
- package/lib/AWS-ECR-SigningConfiguration.js +12 -0
- package/lib/AWS-KinesisVideo-Stream.d.ts +15 -0
- package/lib/AWS-S3-Bucket.d.ts +1 -0
- package/lib/AWS-SageMaker-Cluster.d.ts +76 -0
- package/lib/AWS-SecretsManager-RotationSchedule.d.ts +23 -0
- package/package.json +1 -1
|
@@ -86,6 +86,44 @@ export type AclConfiguration = {
|
|
|
86
86
|
*/
|
|
87
87
|
S3AclOption: S3AclOption;
|
|
88
88
|
};
|
|
89
|
+
/**
|
|
90
|
+
* Type definition for `AWS::Athena::WorkGroup.Classification`.
|
|
91
|
+
* A classification refers to a set of specific configurations.
|
|
92
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-classification.html}
|
|
93
|
+
*/
|
|
94
|
+
export type Classification = {
|
|
95
|
+
/**
|
|
96
|
+
* The name of the configuration classification.
|
|
97
|
+
*/
|
|
98
|
+
Name?: string;
|
|
99
|
+
/**
|
|
100
|
+
* A set of properties specified within a configuration classification.
|
|
101
|
+
*/
|
|
102
|
+
Properties?: Record<string, string>;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Type definition for `AWS::Athena::WorkGroup.CloudWatchLoggingConfiguration`.
|
|
106
|
+
* Configuration settings for delivering logs to Amazon CloudWatch log groups.
|
|
107
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-cloudwatchloggingconfiguration.html}
|
|
108
|
+
*/
|
|
109
|
+
export type CloudWatchLoggingConfiguration = {
|
|
110
|
+
/**
|
|
111
|
+
* Enables CloudWatch logging.
|
|
112
|
+
*/
|
|
113
|
+
Enabled?: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.
|
|
116
|
+
*/
|
|
117
|
+
LogGroup?: string;
|
|
118
|
+
/**
|
|
119
|
+
* Prefix for the CloudWatch log stream name.
|
|
120
|
+
*/
|
|
121
|
+
LogStreamNamePrefix?: string;
|
|
122
|
+
/**
|
|
123
|
+
* The types of logs that you want to publish to CloudWatch.
|
|
124
|
+
*/
|
|
125
|
+
LogTypes?: Record<string, string[]>;
|
|
126
|
+
};
|
|
89
127
|
/**
|
|
90
128
|
* Type definition for `AWS::Athena::WorkGroup.CustomerContentEncryptionConfiguration`.
|
|
91
129
|
* Indicates the KMS key for encrypting notebook content.
|
|
@@ -118,6 +156,37 @@ export type EncryptionConfiguration = {
|
|
|
118
156
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-encryptionoption.html}
|
|
119
157
|
*/
|
|
120
158
|
export type EncryptionOption = "SSE_S3" | "SSE_KMS" | "CSE_KMS";
|
|
159
|
+
/**
|
|
160
|
+
* Type definition for `AWS::Athena::WorkGroup.EngineConfiguration`.
|
|
161
|
+
* The engine configuration for running queries.
|
|
162
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-engineconfiguration.html}
|
|
163
|
+
*/
|
|
164
|
+
export type EngineConfiguration = {
|
|
165
|
+
/**
|
|
166
|
+
* Contains additional notebook engine MAP<string, string> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the StartSessionRequest$NotebookVersion field, and then add a key named NotebookId to AdditionalConfigs that has the value of the Athena notebook ID.
|
|
167
|
+
*/
|
|
168
|
+
AdditionalConfigs?: Record<string, string>;
|
|
169
|
+
/**
|
|
170
|
+
* The configuration classifications that can be specified for the engine.
|
|
171
|
+
*/
|
|
172
|
+
Classifications?: Classification[];
|
|
173
|
+
/**
|
|
174
|
+
* The number of DPUs to use for the coordinator. A coordinator is a special executor that orchestrates processing work and manages other executors in a notebook session. The default is 1.
|
|
175
|
+
*/
|
|
176
|
+
CoordinatorDpuSize?: number;
|
|
177
|
+
/**
|
|
178
|
+
* The default number of DPUs to use for executors. An executor is the smallest unit of compute that a notebook session can request from Athena. The default is 1.
|
|
179
|
+
*/
|
|
180
|
+
DefaultExecutorDpuSize?: number;
|
|
181
|
+
/**
|
|
182
|
+
* The maximum number of DPUs that can run concurrently.
|
|
183
|
+
*/
|
|
184
|
+
MaxConcurrentDpus?: number;
|
|
185
|
+
/**
|
|
186
|
+
* Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.
|
|
187
|
+
*/
|
|
188
|
+
SparkProperties?: Record<string, string>;
|
|
189
|
+
};
|
|
121
190
|
/**
|
|
122
191
|
* Type definition for `AWS::Athena::WorkGroup.EngineVersion`.
|
|
123
192
|
* The Athena engine version for running queries.
|
|
@@ -129,6 +198,21 @@ export type EngineVersion = {
|
|
|
129
198
|
*/
|
|
130
199
|
SelectedEngineVersion?: string;
|
|
131
200
|
};
|
|
201
|
+
/**
|
|
202
|
+
* Type definition for `AWS::Athena::WorkGroup.ManagedLoggingConfiguration`.
|
|
203
|
+
* Configuration settings for managed log persistence.
|
|
204
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-managedloggingconfiguration.html}
|
|
205
|
+
*/
|
|
206
|
+
export type ManagedLoggingConfiguration = {
|
|
207
|
+
/**
|
|
208
|
+
* Enables managed log persistence.
|
|
209
|
+
*/
|
|
210
|
+
Enabled?: boolean;
|
|
211
|
+
/**
|
|
212
|
+
* The KMS key ARN to encrypt the logs stored in managed log persistence.
|
|
213
|
+
*/
|
|
214
|
+
KmsKey?: string;
|
|
215
|
+
};
|
|
132
216
|
/**
|
|
133
217
|
* Type definition for `AWS::Athena::WorkGroup.ManagedQueryResultsConfiguration`.
|
|
134
218
|
* The configuration for the managed query results and encryption option. ResultConfiguration and ManagedQueryResultsConfiguration cannot be set at the same time
|
|
@@ -152,6 +236,25 @@ export type ManagedStorageEncryptionConfiguration = {
|
|
|
152
236
|
*/
|
|
153
237
|
KmsKey?: string;
|
|
154
238
|
};
|
|
239
|
+
/**
|
|
240
|
+
* Type definition for `AWS::Athena::WorkGroup.MonitoringConfiguration`.
|
|
241
|
+
* Contains the configuration settings for managed log persistence, delivering logs to Amazon S3 buckets, Amazon CloudWatch log groups etc.
|
|
242
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-monitoringconfiguration.html}
|
|
243
|
+
*/
|
|
244
|
+
export type MonitoringConfiguration = {
|
|
245
|
+
/**
|
|
246
|
+
* Configuration settings for delivering logs to Amazon CloudWatch log groups.
|
|
247
|
+
*/
|
|
248
|
+
CloudWatchLoggingConfiguration?: CloudWatchLoggingConfiguration;
|
|
249
|
+
/**
|
|
250
|
+
* Configuration settings for managed log persistence.
|
|
251
|
+
*/
|
|
252
|
+
ManagedLoggingConfiguration?: ManagedLoggingConfiguration;
|
|
253
|
+
/**
|
|
254
|
+
* Configuration settings for delivering logs to Amazon S3 buckets.
|
|
255
|
+
*/
|
|
256
|
+
S3LoggingConfiguration?: S3LoggingConfiguration;
|
|
257
|
+
};
|
|
155
258
|
/**
|
|
156
259
|
* Type definition for `AWS::Athena::WorkGroup.ResultConfiguration`.
|
|
157
260
|
* The location in Amazon S3 where query results are stored and the encryption option, if any, used for query results. These are known as "client-side settings". If workgroup settings override client-side settings, then the query uses the workgroup settings.
|
|
@@ -209,6 +312,25 @@ export type ResultConfigurationUpdates = {
|
|
|
209
312
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-s3acloption.html}
|
|
210
313
|
*/
|
|
211
314
|
export type S3AclOption = "BUCKET_OWNER_FULL_CONTROL";
|
|
315
|
+
/**
|
|
316
|
+
* Type definition for `AWS::Athena::WorkGroup.S3LoggingConfiguration`.
|
|
317
|
+
* Configuration settings for delivering logs to Amazon S3 buckets.
|
|
318
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-s3loggingconfiguration.html}
|
|
319
|
+
*/
|
|
320
|
+
export type S3LoggingConfiguration = {
|
|
321
|
+
/**
|
|
322
|
+
* Enables S3 log delivery.
|
|
323
|
+
*/
|
|
324
|
+
Enabled?: boolean;
|
|
325
|
+
/**
|
|
326
|
+
* The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
|
|
327
|
+
*/
|
|
328
|
+
KmsKey?: string;
|
|
329
|
+
/**
|
|
330
|
+
* The Amazon S3 destination URI for log publishing.
|
|
331
|
+
*/
|
|
332
|
+
LogLocation?: string;
|
|
333
|
+
};
|
|
212
334
|
/**
|
|
213
335
|
* Type definition for `AWS::Athena::WorkGroup.Tag`.
|
|
214
336
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-tag.html}
|
|
@@ -247,18 +369,26 @@ export type WorkGroupConfiguration = {
|
|
|
247
369
|
* If set to "true", the settings for the workgroup override client-side settings. If set to "false", client-side settings are used
|
|
248
370
|
*/
|
|
249
371
|
EnforceWorkGroupConfiguration?: boolean;
|
|
372
|
+
/**
|
|
373
|
+
* The engine configuration for running queries.
|
|
374
|
+
*/
|
|
375
|
+
EngineConfiguration?: EngineConfiguration;
|
|
250
376
|
/**
|
|
251
377
|
* The Athena engine version for running queries.
|
|
252
378
|
*/
|
|
253
379
|
EngineVersion?: EngineVersion;
|
|
254
380
|
/**
|
|
255
|
-
*
|
|
381
|
+
* The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.
|
|
256
382
|
*/
|
|
257
383
|
ExecutionRole?: string;
|
|
258
384
|
/**
|
|
259
385
|
* The configuration for the managed query results and encryption option. ResultConfiguration and ManagedQueryResultsConfiguration cannot be set at the same time
|
|
260
386
|
*/
|
|
261
387
|
ManagedQueryResultsConfiguration?: ManagedQueryResultsConfiguration;
|
|
388
|
+
/**
|
|
389
|
+
* Contains the configuration settings for managed log persistence, delivering logs to Amazon S3 buckets, Amazon CloudWatch log groups etc.
|
|
390
|
+
*/
|
|
391
|
+
MonitoringConfiguration?: MonitoringConfiguration;
|
|
262
392
|
/**
|
|
263
393
|
* Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
|
|
264
394
|
*/
|
|
@@ -296,18 +426,26 @@ export type WorkGroupConfigurationUpdates = {
|
|
|
296
426
|
* If set to "true", the settings for the workgroup override client-side settings. If set to "false", client-side settings are used
|
|
297
427
|
*/
|
|
298
428
|
EnforceWorkGroupConfiguration?: boolean;
|
|
429
|
+
/**
|
|
430
|
+
* The engine configuration for running queries.
|
|
431
|
+
*/
|
|
432
|
+
EngineConfiguration?: EngineConfiguration;
|
|
299
433
|
/**
|
|
300
434
|
* The Athena engine version for running queries.
|
|
301
435
|
*/
|
|
302
436
|
EngineVersion?: EngineVersion;
|
|
303
437
|
/**
|
|
304
|
-
*
|
|
438
|
+
* The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.
|
|
305
439
|
*/
|
|
306
440
|
ExecutionRole?: string;
|
|
307
441
|
/**
|
|
308
442
|
* The configuration for the managed query results and encryption option. ResultConfiguration and ManagedQueryResultsConfiguration cannot be set at the same time
|
|
309
443
|
*/
|
|
310
444
|
ManagedQueryResultsConfiguration?: ManagedQueryResultsConfiguration;
|
|
445
|
+
/**
|
|
446
|
+
* Contains the configuration settings for managed log persistence, delivering logs to Amazon S3 buckets, Amazon CloudWatch log groups etc.
|
|
447
|
+
*/
|
|
448
|
+
MonitoringConfiguration?: MonitoringConfiguration;
|
|
311
449
|
/**
|
|
312
450
|
* Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
|
|
313
451
|
*/
|
|
@@ -169,7 +169,7 @@ export type KnowledgeBaseStatus = "CREATING" | "ACTIVE" | "DELETING" | "UPDATING
|
|
|
169
169
|
* The storage type of a knowledge base.
|
|
170
170
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-knowledgebasestoragetype.html}
|
|
171
171
|
*/
|
|
172
|
-
export type KnowledgeBaseStorageType = "OPENSEARCH_SERVERLESS" | "PINECONE" | "RDS" | "MONGO_DB_ATLAS" | "NEPTUNE_ANALYTICS" | "OPENSEARCH_MANAGED_CLUSTER";
|
|
172
|
+
export type KnowledgeBaseStorageType = "OPENSEARCH_SERVERLESS" | "PINECONE" | "RDS" | "MONGO_DB_ATLAS" | "NEPTUNE_ANALYTICS" | "S3_VECTORS" | "OPENSEARCH_MANAGED_CLUSTER";
|
|
173
173
|
/**
|
|
174
174
|
* Type definition for `AWS::Bedrock::KnowledgeBase.KnowledgeBaseType`.
|
|
175
175
|
* The type of a knowledge base.
|
|
@@ -791,6 +791,27 @@ export type S3Location = {
|
|
|
791
791
|
*/
|
|
792
792
|
URI: string;
|
|
793
793
|
};
|
|
794
|
+
/**
|
|
795
|
+
* Type definition for `AWS::Bedrock::KnowledgeBase.S3VectorsConfiguration`.
|
|
796
|
+
* Contains the storage configuration of the knowledge base for S3 vectors.
|
|
797
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-s3vectorsconfiguration.html}
|
|
798
|
+
*/
|
|
799
|
+
export type S3VectorsConfiguration = {
|
|
800
|
+
/**
|
|
801
|
+
* The Amazon Resource Name (ARN) of the vector index used for the knowledge base. This ARN identifies the specific vector index resource within Amazon Bedrock.
|
|
802
|
+
*/
|
|
803
|
+
IndexArn?: string;
|
|
804
|
+
/**
|
|
805
|
+
* The name of the vector index used for the knowledge base. This name identifies the vector index within the Amazon Bedrock service.
|
|
806
|
+
* @minLength `3`
|
|
807
|
+
* @maxLength `63`
|
|
808
|
+
*/
|
|
809
|
+
IndexName?: string;
|
|
810
|
+
/**
|
|
811
|
+
* The Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored. This bucket contains the vector data used by the knowledge base.
|
|
812
|
+
*/
|
|
813
|
+
VectorBucketArn?: string;
|
|
814
|
+
};
|
|
794
815
|
/**
|
|
795
816
|
* Type definition for `AWS::Bedrock::KnowledgeBase.SqlKnowledgeBaseConfiguration`.
|
|
796
817
|
* Configurations for a SQL knowledge base
|
|
@@ -836,6 +857,10 @@ export type StorageConfiguration = {
|
|
|
836
857
|
* Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.
|
|
837
858
|
*/
|
|
838
859
|
RdsConfiguration?: RdsConfiguration;
|
|
860
|
+
/**
|
|
861
|
+
* Contains the storage configuration of the knowledge base for S3 vectors.
|
|
862
|
+
*/
|
|
863
|
+
S3VectorsConfiguration?: S3VectorsConfiguration;
|
|
839
864
|
/**
|
|
840
865
|
* The storage type of a knowledge base.
|
|
841
866
|
*/
|
|
@@ -64,6 +64,10 @@ export type CassandraTableProperties = {
|
|
|
64
64
|
* @maxLength `50`
|
|
65
65
|
*/
|
|
66
66
|
Tags?: Tag[];
|
|
67
|
+
/**
|
|
68
|
+
* Warm throughput configuration for the table
|
|
69
|
+
*/
|
|
70
|
+
WarmThroughput?: WarmThroughput;
|
|
67
71
|
};
|
|
68
72
|
/**
|
|
69
73
|
* Type definition for `AWS::Cassandra::Table.AutoScalingSetting`.
|
|
@@ -264,6 +268,21 @@ export type TargetTrackingScalingPolicyConfiguration = {
|
|
|
264
268
|
ScaleOutCooldown?: number;
|
|
265
269
|
TargetValue: number;
|
|
266
270
|
};
|
|
271
|
+
/**
|
|
272
|
+
* Type definition for `AWS::Cassandra::Table.WarmThroughput`.
|
|
273
|
+
* Warm throughput configuration for the table
|
|
274
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-warmthroughput.html}
|
|
275
|
+
*/
|
|
276
|
+
export type WarmThroughput = {
|
|
277
|
+
/**
|
|
278
|
+
* @min `1`
|
|
279
|
+
*/
|
|
280
|
+
ReadUnitsPerSecond?: number;
|
|
281
|
+
/**
|
|
282
|
+
* @min `1`
|
|
283
|
+
*/
|
|
284
|
+
WriteUnitsPerSecond?: number;
|
|
285
|
+
};
|
|
267
286
|
/**
|
|
268
287
|
* Resource schema for AWS::Cassandra::Table
|
|
269
288
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html}
|
|
@@ -100,6 +100,10 @@ export type CloudFormationStackSetAttributes = {
|
|
|
100
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-autodeployment.html}
|
|
101
101
|
*/
|
|
102
102
|
export type AutoDeployment = {
|
|
103
|
+
/**
|
|
104
|
+
* A list of StackSet ARNs that this StackSet depends on for auto-deployment operations. When auto-deployment is triggered, operations will be sequenced to ensure all dependencies complete successfully before this StackSet's operation begins.
|
|
105
|
+
*/
|
|
106
|
+
DependsOn?: string[];
|
|
103
107
|
/**
|
|
104
108
|
* If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
|
|
105
109
|
*/
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::ECR::PullTimeUpdateExclusion controls the exclusion configuration for ecr image pull time update.
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pulltimeupdateexclusion.html}
|
|
6
|
+
*/
|
|
7
|
+
export type ECRPullTimeUpdateExclusionProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* Principal arn that should not update image pull times.
|
|
10
|
+
* @maxLength `200`
|
|
11
|
+
* @pattern `^arn:aws(-[a-z]+)*:iam::[0-9]{12}:(role|user)/[\w+=,.@-]+(/[\w+=,.@-]+)*$`
|
|
12
|
+
*/
|
|
13
|
+
PrincipalArn: string;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Resource Type definition for AWS::ECR::PullTimeUpdateExclusion controls the exclusion configuration for ecr image pull time update.
|
|
17
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pulltimeupdateexclusion.html}
|
|
18
|
+
*/
|
|
19
|
+
export declare class ECRPullTimeUpdateExclusion extends $Resource<"AWS::ECR::PullTimeUpdateExclusion", ECRPullTimeUpdateExclusionProperties, Record<string, never>> {
|
|
20
|
+
static readonly Type = "AWS::ECR::PullTimeUpdateExclusion";
|
|
21
|
+
constructor(logicalId: string, properties: ECRPullTimeUpdateExclusionProperties, options?: $ResourceOptions);
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=AWS-ECR-PullTimeUpdateExclusion.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::ECR::PullTimeUpdateExclusion controls the exclusion configuration for ecr image pull time update.
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pulltimeupdateexclusion.html}
|
|
5
|
+
*/
|
|
6
|
+
export class ECRPullTimeUpdateExclusion extends $Resource {
|
|
7
|
+
static Type = "AWS::ECR::PullTimeUpdateExclusion";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, ECRPullTimeUpdateExclusion.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-ECR-PullTimeUpdateExclusion.js.map
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
|
+
/**
|
|
4
|
+
* The AWS::ECR::SigningConfiguration resource creates or updates the signing configuration for an Amazon ECR registry.
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-signingconfiguration.html}
|
|
6
|
+
*/
|
|
7
|
+
export type ECRSigningConfigurationProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* Array of signing rules that define which repositories should be signed and with which signing profiles.
|
|
10
|
+
* @minLength `0`
|
|
11
|
+
* @maxLength `50`
|
|
12
|
+
*/
|
|
13
|
+
Rules: Rule[];
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Attribute type definition for `AWS::ECR::SigningConfiguration`.
|
|
17
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-signingconfiguration.html#aws-resource-ecr-signingconfiguration-return-values}
|
|
18
|
+
*/
|
|
19
|
+
export type ECRSigningConfigurationAttributes = {
|
|
20
|
+
/**
|
|
21
|
+
* 12-digit AWS account ID of the ECR registry.
|
|
22
|
+
* @pattern `^[0-9]{12}$`
|
|
23
|
+
*/
|
|
24
|
+
RegistryId: string;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Type definition for `AWS::ECR::SigningConfiguration.FilterType`.
|
|
28
|
+
* Type of repository filter
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-signingconfiguration-filtertype.html}
|
|
30
|
+
*/
|
|
31
|
+
export type FilterType = "WILDCARD_MATCH";
|
|
32
|
+
/**
|
|
33
|
+
* Type definition for `AWS::ECR::SigningConfiguration.RepositoryFilter`.
|
|
34
|
+
* An array of objects representing the details of a repository filter.
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-signingconfiguration-repositoryfilter.html}
|
|
36
|
+
*/
|
|
37
|
+
export type RepositoryFilter = {
|
|
38
|
+
/**
|
|
39
|
+
* Repository name pattern (supports '*' wildcard).
|
|
40
|
+
* @minLength `1`
|
|
41
|
+
* @maxLength `256`
|
|
42
|
+
* @pattern `^(?=.{1,256}$)(?:[a-z0-9*]+(?:[._-][a-z0-9*]*)/*)*[a-z0-9*]*(?:[._-][a-z0-9*]*)*$`
|
|
43
|
+
*/
|
|
44
|
+
Filter: string;
|
|
45
|
+
/**
|
|
46
|
+
* Type of repository filter
|
|
47
|
+
*/
|
|
48
|
+
FilterType: FilterType;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Type definition for `AWS::ECR::SigningConfiguration.Rule`.
|
|
52
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-signingconfiguration-rule.html}
|
|
53
|
+
*/
|
|
54
|
+
export type Rule = {
|
|
55
|
+
/**
|
|
56
|
+
* Optional array of repository filters. If omitted, the rule matches all repositories. If provided, must contain at least one filter. Empty arrays are not allowed.
|
|
57
|
+
* @minLength `1`
|
|
58
|
+
* @maxLength `100`
|
|
59
|
+
*/
|
|
60
|
+
RepositoryFilters?: RepositoryFilter[];
|
|
61
|
+
/**
|
|
62
|
+
* AWS Signer signing profile ARN to use for matched repositories.
|
|
63
|
+
* @maxLength `200`
|
|
64
|
+
* @pattern `^arn:aws(-[a-z]+)*:signer:[a-z0-9-]+:[0-9]{12}:\/signing-profiles\/[a-zA-Z0-9_]{2,}$`
|
|
65
|
+
*/
|
|
66
|
+
SigningProfileArn: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* The AWS::ECR::SigningConfiguration resource creates or updates the signing configuration for an Amazon ECR registry.
|
|
70
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-signingconfiguration.html}
|
|
71
|
+
*/
|
|
72
|
+
export declare class ECRSigningConfiguration extends $Resource<"AWS::ECR::SigningConfiguration", ECRSigningConfigurationProperties, ECRSigningConfigurationAttributes> {
|
|
73
|
+
static readonly Type = "AWS::ECR::SigningConfiguration";
|
|
74
|
+
constructor(logicalId: string, properties: ECRSigningConfigurationProperties, options?: $ResourceOptions);
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=AWS-ECR-SigningConfiguration.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* The AWS::ECR::SigningConfiguration resource creates or updates the signing configuration for an Amazon ECR registry.
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-signingconfiguration.html}
|
|
5
|
+
*/
|
|
6
|
+
export class ECRSigningConfiguration extends $Resource {
|
|
7
|
+
static Type = "AWS::ECR::SigningConfiguration";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, ECRSigningConfiguration.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-ECR-SigningConfiguration.js.map
|
|
@@ -39,6 +39,10 @@ export type KinesisVideoStreamProperties = {
|
|
|
39
39
|
* @pattern `[a-zA-Z0-9_.-]+`
|
|
40
40
|
*/
|
|
41
41
|
Name?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Configuration for the storage tier of the Kinesis Video Stream.
|
|
44
|
+
*/
|
|
45
|
+
StreamStorageConfiguration?: StreamStorageConfiguration;
|
|
42
46
|
/**
|
|
43
47
|
* An array of key-value pairs associated with the Kinesis Video Stream.
|
|
44
48
|
* @minLength `1`
|
|
@@ -56,6 +60,17 @@ export type KinesisVideoStreamAttributes = {
|
|
|
56
60
|
*/
|
|
57
61
|
Arn: string;
|
|
58
62
|
};
|
|
63
|
+
/**
|
|
64
|
+
* Type definition for `AWS::KinesisVideo::Stream.StreamStorageConfiguration`.
|
|
65
|
+
* Configuration for the storage tier of the Kinesis Video Stream.
|
|
66
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisvideo-stream-streamstorageconfiguration.html}
|
|
67
|
+
*/
|
|
68
|
+
export type StreamStorageConfiguration = {
|
|
69
|
+
/**
|
|
70
|
+
* The storage tier for the Kinesis Video Stream. Determines the storage class used for stream data.
|
|
71
|
+
*/
|
|
72
|
+
DefaultStorageTier?: "HOT" | "WARM";
|
|
73
|
+
};
|
|
59
74
|
/**
|
|
60
75
|
* Type definition for `AWS::KinesisVideo::Stream.Tag`.
|
|
61
76
|
* A key-value pair to associated with the Kinesis Video Stream.
|
package/lib/AWS-S3-Bucket.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
7
7
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html}
|
|
8
8
|
*/
|
|
9
9
|
export type S3BucketProperties = {
|
|
10
|
+
AbacStatus?: "Enabled" | "Disabled";
|
|
10
11
|
/**
|
|
11
12
|
* Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see [Amazon S3 Transfer Acceleration](https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html) in the *Amazon S3 User Guide*.
|
|
12
13
|
*/
|
|
@@ -151,6 +151,21 @@ export type ClusterAutoScalingConfig = {
|
|
|
151
151
|
*/
|
|
152
152
|
Mode: "Enable" | "Disable";
|
|
153
153
|
};
|
|
154
|
+
/**
|
|
155
|
+
* Type definition for `AWS::SageMaker::Cluster.ClusterCapacityRequirements`.
|
|
156
|
+
* Specifies the capacity requirements configuration for an instance group
|
|
157
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clustercapacityrequirements.html}
|
|
158
|
+
*/
|
|
159
|
+
export type ClusterCapacityRequirements = {
|
|
160
|
+
/**
|
|
161
|
+
* Options for OnDemand capacity
|
|
162
|
+
*/
|
|
163
|
+
OnDemand?: ClusterOnDemandOptions;
|
|
164
|
+
/**
|
|
165
|
+
* Options for Spot capacity
|
|
166
|
+
*/
|
|
167
|
+
Spot?: ClusterSpotOptions;
|
|
168
|
+
};
|
|
154
169
|
/**
|
|
155
170
|
* Type definition for `AWS::SageMaker::Cluster.ClusterEbsVolumeConfig`.
|
|
156
171
|
* Defines the configuration for attaching additional Amazon Elastic Block Store (EBS) volumes to the instances in the SageMaker HyperPod cluster instance group. The additional EBS volume is attached to each instance within the SageMaker HyperPod cluster instance group and mounted to /opt/sagemaker.
|
|
@@ -177,6 +192,10 @@ export type ClusterEbsVolumeConfig = {
|
|
|
177
192
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterinstancegroup.html}
|
|
178
193
|
*/
|
|
179
194
|
export type ClusterInstanceGroup = {
|
|
195
|
+
/**
|
|
196
|
+
* Specifies the capacity requirements configuration for an instance group
|
|
197
|
+
*/
|
|
198
|
+
CapacityRequirements?: ClusterCapacityRequirements;
|
|
180
199
|
/**
|
|
181
200
|
* The execution role for the instance group to assume.
|
|
182
201
|
* @minLength `20`
|
|
@@ -212,6 +231,10 @@ export type ClusterInstanceGroup = {
|
|
|
212
231
|
* The instance type of the instance group of a SageMaker HyperPod cluster.
|
|
213
232
|
*/
|
|
214
233
|
InstanceType: string;
|
|
234
|
+
/**
|
|
235
|
+
* Kubernetes configuration for cluster nodes including labels and taints.
|
|
236
|
+
*/
|
|
237
|
+
KubernetesConfig?: ClusterKubernetesConfig;
|
|
215
238
|
/**
|
|
216
239
|
* The lifecycle configuration for a SageMaker HyperPod cluster.
|
|
217
240
|
*/
|
|
@@ -252,6 +275,47 @@ export type ClusterInstanceStorageConfig = {
|
|
|
252
275
|
*/
|
|
253
276
|
EbsVolumeConfig?: ClusterEbsVolumeConfig;
|
|
254
277
|
};
|
|
278
|
+
/**
|
|
279
|
+
* Type definition for `AWS::SageMaker::Cluster.ClusterKubernetesConfig`.
|
|
280
|
+
* Kubernetes configuration for cluster nodes including labels and taints.
|
|
281
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterkubernetesconfig.html}
|
|
282
|
+
*/
|
|
283
|
+
export type ClusterKubernetesConfig = {
|
|
284
|
+
/**
|
|
285
|
+
* A map of Kubernetes labels to apply to cluster nodes.
|
|
286
|
+
*/
|
|
287
|
+
Labels?: ClusterKubernetesLabels;
|
|
288
|
+
/**
|
|
289
|
+
* A list of Kubernetes taints to apply to cluster nodes. Maximum of 50 taints.
|
|
290
|
+
* @maxLength `50`
|
|
291
|
+
*/
|
|
292
|
+
Taints?: ClusterKubernetesTaint[];
|
|
293
|
+
};
|
|
294
|
+
/**
|
|
295
|
+
* Type definition for `AWS::SageMaker::Cluster.ClusterKubernetesLabels`.
|
|
296
|
+
* A map of Kubernetes labels to apply to cluster nodes.
|
|
297
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterkuberneteslabels.html}
|
|
298
|
+
*/
|
|
299
|
+
export type ClusterKubernetesLabels = Record<string, string>;
|
|
300
|
+
/**
|
|
301
|
+
* Type definition for `AWS::SageMaker::Cluster.ClusterKubernetesTaint`.
|
|
302
|
+
* A Kubernetes taint to apply to cluster nodes.
|
|
303
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterkubernetestaint.html}
|
|
304
|
+
*/
|
|
305
|
+
export type ClusterKubernetesTaint = {
|
|
306
|
+
/**
|
|
307
|
+
* The effect of the taint.
|
|
308
|
+
*/
|
|
309
|
+
Effect: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
|
|
310
|
+
/**
|
|
311
|
+
* The key of the taint.
|
|
312
|
+
*/
|
|
313
|
+
Key: string;
|
|
314
|
+
/**
|
|
315
|
+
* The value of the taint.
|
|
316
|
+
*/
|
|
317
|
+
Value?: string;
|
|
318
|
+
};
|
|
255
319
|
/**
|
|
256
320
|
* Type definition for `AWS::SageMaker::Cluster.ClusterLifeCycleConfig`.
|
|
257
321
|
* The lifecycle configuration for a SageMaker HyperPod cluster.
|
|
@@ -272,6 +336,12 @@ export type ClusterLifeCycleConfig = {
|
|
|
272
336
|
*/
|
|
273
337
|
SourceS3Uri: string;
|
|
274
338
|
};
|
|
339
|
+
/**
|
|
340
|
+
* Type definition for `AWS::SageMaker::Cluster.ClusterOnDemandOptions`.
|
|
341
|
+
* Options for OnDemand capacity
|
|
342
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterondemandoptions.html}
|
|
343
|
+
*/
|
|
344
|
+
export type ClusterOnDemandOptions = Record<string, any>;
|
|
275
345
|
/**
|
|
276
346
|
* Type definition for `AWS::SageMaker::Cluster.ClusterOrchestratorEksConfig`.
|
|
277
347
|
* Specifies parameter(s) related to EKS as orchestrator, e.g. the EKS cluster nodes will attach to,
|
|
@@ -343,6 +413,12 @@ export type ClusterRestrictedInstanceGroup = {
|
|
|
343
413
|
*/
|
|
344
414
|
TrainingPlanArn?: string;
|
|
345
415
|
};
|
|
416
|
+
/**
|
|
417
|
+
* Type definition for `AWS::SageMaker::Cluster.ClusterSpotOptions`.
|
|
418
|
+
* Options for Spot capacity
|
|
419
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterspotoptions.html}
|
|
420
|
+
*/
|
|
421
|
+
export type ClusterSpotOptions = Record<string, any>;
|
|
346
422
|
/**
|
|
347
423
|
* Type definition for `AWS::SageMaker::Cluster.DeepHealthCheckType`.
|
|
348
424
|
* The type of deep health check(s) to be performed on the instances in the SageMaker HyperPod cluster instance group.
|
|
@@ -5,6 +5,14 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-rotationschedule.html}
|
|
6
6
|
*/
|
|
7
7
|
export type SecretsManagerRotationScheduleProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* The list of metadata needed to successfully rotate a managed external secret.
|
|
10
|
+
*/
|
|
11
|
+
ExternalSecretRotationMetadata?: ExternalSecretRotationMetadataItem[];
|
|
12
|
+
/**
|
|
13
|
+
* The ARN of the IAM role that is used by Secrets Manager to rotate a managed external secret.
|
|
14
|
+
*/
|
|
15
|
+
ExternalSecretRotationRoleArn?: string;
|
|
8
16
|
/**
|
|
9
17
|
* Creates a new Lambda rotation function based on one of the Secrets Manager rotation function templates. To use a rotation function that already exists, specify RotationLambdaARN instead.
|
|
10
18
|
*/
|
|
@@ -36,6 +44,21 @@ export type SecretsManagerRotationScheduleAttributes = {
|
|
|
36
44
|
*/
|
|
37
45
|
Id: string;
|
|
38
46
|
};
|
|
47
|
+
/**
|
|
48
|
+
* Type definition for `AWS::SecretsManager::RotationSchedule.ExternalSecretRotationMetadataItem`.
|
|
49
|
+
* The metadata needed to successfully rotate a managed external secret. Each metadata item is a key and value pair of strings in a JSON text string.
|
|
50
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-externalsecretrotationmetadataitem.html}
|
|
51
|
+
*/
|
|
52
|
+
export type ExternalSecretRotationMetadataItem = {
|
|
53
|
+
/**
|
|
54
|
+
* The key name of the metadata item. You can specify a value that's 1 to 256 characters in length.
|
|
55
|
+
*/
|
|
56
|
+
Key: string;
|
|
57
|
+
/**
|
|
58
|
+
* The value for the metadata item. You can specify a value that's 1 to 2048 characters in length.
|
|
59
|
+
*/
|
|
60
|
+
Value: string;
|
|
61
|
+
};
|
|
39
62
|
/**
|
|
40
63
|
* Type definition for `AWS::SecretsManager::RotationSchedule.HostedRotationLambda`.
|
|
41
64
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-hostedrotationlambda.html}
|