@awboost/cfn-resource-types 0.1.197 → 0.1.198
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-ApiGateway-BasePathMappingV2.d.ts +43 -0
- package/lib/AWS-ApiGateway-BasePathMappingV2.js +12 -0
- package/lib/AWS-ApiGateway-DomainNameAccessAssociation.d.ts +51 -0
- package/lib/AWS-ApiGateway-DomainNameAccessAssociation.js +12 -0
- package/lib/AWS-ApiGateway-DomainNameV2.d.ts +50 -0
- package/lib/AWS-ApiGateway-DomainNameV2.js +12 -0
- package/lib/AWS-ApplicationAutoScaling-ScalingPolicy.d.ts +146 -0
- package/lib/AWS-AutoScaling-AutoScalingGroup.d.ts +17 -0
- package/lib/AWS-CloudFront-CachePolicy.d.ts +105 -12
- package/lib/AWS-CloudFront-CachePolicy.js +7 -1
- package/lib/AWS-CloudFront-CloudFrontOriginAccessIdentity.d.ts +11 -2
- package/lib/AWS-CloudFront-CloudFrontOriginAccessIdentity.js +2 -1
- package/lib/AWS-CloudFront-ContinuousDeploymentPolicy.d.ts +52 -2
- package/lib/AWS-CloudFront-ContinuousDeploymentPolicy.js +4 -1
- package/lib/AWS-CloudFront-Distribution.d.ts +53 -11
- package/lib/AWS-CloudFront-Function.d.ts +42 -2
- package/lib/AWS-CloudFront-Function.js +5 -1
- package/lib/AWS-CloudFront-KeyGroup.d.ts +20 -2
- package/lib/AWS-CloudFront-KeyGroup.js +3 -1
- package/lib/AWS-CloudFront-KeyValueStore.d.ts +20 -2
- package/lib/AWS-CloudFront-KeyValueStore.js +2 -1
- package/lib/AWS-CloudFront-MonitoringSubscription.d.ts +18 -2
- package/lib/AWS-CloudFront-MonitoringSubscription.js +2 -1
- package/lib/AWS-CloudFront-OriginAccessControl.d.ts +29 -4
- package/lib/AWS-CloudFront-OriginAccessControl.js +4 -1
- package/lib/AWS-CloudFront-OriginRequestPolicy.d.ts +75 -8
- package/lib/AWS-CloudFront-OriginRequestPolicy.js +8 -1
- package/lib/AWS-CloudFront-PublicKey.d.ts +20 -2
- package/lib/AWS-CloudFront-PublicKey.js +2 -1
- package/lib/AWS-CloudFront-RealtimeLogConfig.d.ts +28 -4
- package/lib/AWS-CloudFront-RealtimeLogConfig.js +2 -1
- package/lib/AWS-CloudFront-ResponseHeadersPolicy.d.ts +213 -6
- package/lib/AWS-CloudFront-ResponseHeadersPolicy.js +5 -1
- package/lib/AWS-CloudTrail-Dashboard.d.ts +129 -0
- package/lib/AWS-CloudTrail-Dashboard.js +13 -0
- package/lib/AWS-Connect-EmailAddress.d.ts +79 -0
- package/lib/AWS-Connect-EmailAddress.js +12 -0
- package/lib/AWS-Connect-HoursOfOperation.d.ts +82 -0
- package/lib/AWS-CustomerProfiles-SegmentDefinition.d.ts +424 -0
- package/lib/AWS-CustomerProfiles-SegmentDefinition.js +13 -0
- package/lib/AWS-DynamoDB-Table.d.ts +9 -0
- package/lib/AWS-EC2-LaunchTemplate.d.ts +28 -0
- package/lib/AWS-IVS-IngestConfiguration.d.ts +92 -0
- package/lib/AWS-IVS-IngestConfiguration.js +12 -0
- package/lib/AWS-IoTFleetWise-DecoderManifest.d.ts +63 -2
- package/lib/AWS-IoTFleetWise-StateTemplate.d.ts +75 -0
- package/lib/AWS-IoTFleetWise-StateTemplate.js +12 -0
- package/lib/AWS-IoTSiteWise-Portal.d.ts +25 -0
- package/lib/AWS-Lambda-EventSourceMapping.d.ts +19 -0
- package/lib/AWS-M2-Deployment.d.ts +48 -0
- package/lib/AWS-M2-Deployment.js +13 -0
- package/lib/AWS-OpenSearchServerless-SecurityConfig.d.ts +41 -1
- package/lib/AWS-RDS-GlobalCluster.d.ts +11 -0
- package/lib/AWS-ResourceGroups-TagSyncTask.d.ts +78 -0
- package/lib/AWS-ResourceGroups-TagSyncTask.js +13 -0
- package/lib/AWS-S3Express-DirectoryBucket.d.ts +54 -0
- package/lib/AWS-SageMaker-Cluster.d.ts +1 -0
- package/lib/AWS-SageMaker-Domain.d.ts +1 -1
- package/lib/AWS-SageMaker-ModelPackage.d.ts +1 -1
- package/lib/AWS-SageMaker-UserProfile.d.ts +1 -1
- package/lib/AWS-Synthetics-Canary.d.ts +4 -0
- package/lib/AWS-Wisdom-MessageTemplate.d.ts +668 -0
- package/lib/AWS-Wisdom-MessageTemplate.js +12 -0
- package/lib/AWS-Wisdom-MessageTemplateVersion.d.ts +45 -0
- package/lib/AWS-Wisdom-MessageTemplateVersion.js +13 -0
- package/lib/AWS-WorkSpacesWeb-DataProtectionSettings.d.ts +182 -0
- package/lib/AWS-WorkSpacesWeb-DataProtectionSettings.js +12 -0
- package/lib/AWS-WorkSpacesWeb-Portal.d.ts +6 -0
- package/package.json +1 -1
|
@@ -19,6 +19,10 @@ export type S3ExpressDirectoryBucketProperties = {
|
|
|
19
19
|
* Specifies the number of Availability Zone that's used for redundancy for the bucket.
|
|
20
20
|
*/
|
|
21
21
|
DataRedundancy: "SingleAvailabilityZone";
|
|
22
|
+
/**
|
|
23
|
+
* Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.
|
|
24
|
+
*/
|
|
25
|
+
LifecycleConfiguration?: LifecycleConfiguration;
|
|
22
26
|
/**
|
|
23
27
|
* Specifies the AZ ID of the Availability Zone where the directory bucket will be created. An example AZ ID value is 'use1-az5'.
|
|
24
28
|
*/
|
|
@@ -38,6 +42,18 @@ export type S3ExpressDirectoryBucketAttributes = {
|
|
|
38
42
|
*/
|
|
39
43
|
AvailabilityZoneName: string;
|
|
40
44
|
};
|
|
45
|
+
/**
|
|
46
|
+
* Type definition for `AWS::S3Express::DirectoryBucket.AbortIncompleteMultipartUpload`.
|
|
47
|
+
* Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
|
|
48
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-abortincompletemultipartupload.html}
|
|
49
|
+
*/
|
|
50
|
+
export type AbortIncompleteMultipartUpload = {
|
|
51
|
+
/**
|
|
52
|
+
* Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.
|
|
53
|
+
* @min `0`
|
|
54
|
+
*/
|
|
55
|
+
DaysAfterInitiation: number;
|
|
56
|
+
};
|
|
41
57
|
/**
|
|
42
58
|
* Type definition for `AWS::S3Express::DirectoryBucket.BucketEncryption`.
|
|
43
59
|
* Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS).
|
|
@@ -49,6 +65,44 @@ export type BucketEncryption = {
|
|
|
49
65
|
*/
|
|
50
66
|
ServerSideEncryptionConfiguration: ServerSideEncryptionRule[];
|
|
51
67
|
};
|
|
68
|
+
/**
|
|
69
|
+
* Type definition for `AWS::S3Express::DirectoryBucket.LifecycleConfiguration`.
|
|
70
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-lifecycleconfiguration.html}
|
|
71
|
+
*/
|
|
72
|
+
export type LifecycleConfiguration = {
|
|
73
|
+
/**
|
|
74
|
+
* A lifecycle rule for individual objects in an Amazon S3 Express bucket.
|
|
75
|
+
*/
|
|
76
|
+
Rules: Rule[];
|
|
77
|
+
};
|
|
78
|
+
/**
|
|
79
|
+
* Type definition for `AWS::S3Express::DirectoryBucket.Rule`.
|
|
80
|
+
* You must specify at least one of the following properties: AbortIncompleteMultipartUpload, or ExpirationInDays.
|
|
81
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-rule.html}
|
|
82
|
+
*/
|
|
83
|
+
export type Rule = {
|
|
84
|
+
/**
|
|
85
|
+
* Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
|
|
86
|
+
*/
|
|
87
|
+
AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload;
|
|
88
|
+
ExpirationInDays?: number;
|
|
89
|
+
/**
|
|
90
|
+
* @maxLength `255`
|
|
91
|
+
*/
|
|
92
|
+
Id?: string;
|
|
93
|
+
/**
|
|
94
|
+
* @maxLength `20`
|
|
95
|
+
* @pattern `[0-9]+`
|
|
96
|
+
*/
|
|
97
|
+
ObjectSizeGreaterThan?: string;
|
|
98
|
+
/**
|
|
99
|
+
* @maxLength `20`
|
|
100
|
+
* @pattern `[0-9]+`
|
|
101
|
+
*/
|
|
102
|
+
ObjectSizeLessThan?: string;
|
|
103
|
+
Prefix?: string;
|
|
104
|
+
Status: "Enabled" | "Disabled";
|
|
105
|
+
};
|
|
52
106
|
/**
|
|
53
107
|
* Type definition for `AWS::S3Express::DirectoryBucket.ServerSideEncryptionByDefault`.
|
|
54
108
|
* Specifies the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied.
|
|
@@ -89,6 +89,7 @@ export type ClusterEbsVolumeConfig = {
|
|
|
89
89
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterinstancegroup.html}
|
|
90
90
|
*/
|
|
91
91
|
export type ClusterInstanceGroup = {
|
|
92
|
+
CustomMetadata?: unknown;
|
|
92
93
|
/**
|
|
93
94
|
* The execution role for the instance group to assume.
|
|
94
95
|
* @minLength `20`
|
|
@@ -443,7 +443,7 @@ export type LifecycleManagement = "ENABLED" | "DISABLED";
|
|
|
443
443
|
* Type definition for `AWS::SageMaker::Domain.MlTools`.
|
|
444
444
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-mltools.html}
|
|
445
445
|
*/
|
|
446
|
-
export type MlTools = "DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects" | "InferenceOptimization";
|
|
446
|
+
export type MlTools = "DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects" | "InferenceOptimization" | "HyperPodClusters" | "Comet" | "DeepchecksLLMEvaluation" | "Fiddler" | "LakeraGuard";
|
|
447
447
|
/**
|
|
448
448
|
* Type definition for `AWS::SageMaker::Domain.ResourceSpec`.
|
|
449
449
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-resourcespec.html}
|
|
@@ -148,7 +148,7 @@ export type SageMakerModelPackageAttributes = {
|
|
|
148
148
|
* The Amazon Resource Name (ARN) of the model package group.
|
|
149
149
|
* @minLength `1`
|
|
150
150
|
* @maxLength `2048`
|
|
151
|
-
* @pattern `^arn:aws(-cn|-us-gov)?:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:model-package/[\S]{1,2048}$`
|
|
151
|
+
* @pattern `^arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:model-package/[\S]{1,2048}$`
|
|
152
152
|
*/
|
|
153
153
|
ModelPackageArn: string;
|
|
154
154
|
/**
|
|
@@ -299,7 +299,7 @@ export type LifecycleManagement = "ENABLED" | "DISABLED";
|
|
|
299
299
|
* Type definition for `AWS::SageMaker::UserProfile.MlTools`.
|
|
300
300
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-mltools.html}
|
|
301
301
|
*/
|
|
302
|
-
export type MlTools = "DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects" | "InferenceOptimization";
|
|
302
|
+
export type MlTools = "DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects" | "InferenceOptimization" | "HyperPodClusters" | "Comet" | "DeepchecksLLMEvaluation" | "Fiddler" | "LakeraGuard";
|
|
303
303
|
/**
|
|
304
304
|
* Type definition for `AWS::SageMaker::UserProfile.ResourceSpec`.
|
|
305
305
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-resourcespec.html}
|
|
@@ -35,6 +35,10 @@ export type SyntheticsCanaryProperties = {
|
|
|
35
35
|
* @pattern `^[0-9a-z_\-]{1,255}$`
|
|
36
36
|
*/
|
|
37
37
|
Name: string;
|
|
38
|
+
/**
|
|
39
|
+
* Setting to control if provisioned resources created by Synthetics are deleted alongside the canary. Default is AUTOMATIC.
|
|
40
|
+
*/
|
|
41
|
+
ProvisionedResourceCleanup?: "AUTOMATIC" | "OFF";
|
|
38
42
|
/**
|
|
39
43
|
* List of resources which canary tags should be replicated to.
|
|
40
44
|
*/
|