@propulsionworks/cloudformation 0.1.15 → 0.1.16
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-b2bi-partnership.d.ts +8 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +1 -1
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +24 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +3 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +2 -2
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +39 -7
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +82 -46
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +6 -2
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +2 -3
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +1 -1
- package/out/exports/resources.generated/aws-evs-environment.d.ts +1 -1
- package/out/exports/resources.generated/aws-fsx-s3accesspointattachment.d.ts +25 -3
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +1 -56
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +1 -85
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +1 -57
- package/out/exports/resources.generated/aws-iot-logging.d.ts +2 -2
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +18 -5
- package/out/exports/resources.generated/aws-lex-bot.d.ts +1 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +2 -0
- package/out/exports/resources.generated/aws-odb-cloudautonomousvmcluster.d.ts +285 -0
- package/out/exports/resources.generated/aws-odb-cloudexadatainfrastructure.d.ts +200 -0
- package/out/exports/resources.generated/aws-odb-cloudvmcluster.d.ts +233 -0
- package/out/exports/resources.generated/aws-odb-odbnetwork.d.ts +98 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +2 -2
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +54 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +1 -1
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +23 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +26 -2
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +5 -4
- package/out/exports/resources.generated/aws-redshiftserverless-snapshot.d.ts +109 -0
- package/out/exports/resources.generated/aws-s3tables-table.d.ts +166 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +1 -0
- package/package.json +1 -1
|
@@ -268,7 +268,7 @@ export type ECSServiceAttribs = {
|
|
|
268
268
|
*/
|
|
269
269
|
Name: string;
|
|
270
270
|
/**
|
|
271
|
-
*
|
|
271
|
+
* The ARN that identifies the service. For more information about the ARN format, see [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#ecs-resource-ids) in the *Amazon ECS Developer Guide* .
|
|
272
272
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicearn}
|
|
273
273
|
*/
|
|
274
274
|
ServiceArn: string;
|
|
@@ -56,7 +56,6 @@ export type ECSTaskDefinitionProps = {
|
|
|
56
56
|
*/
|
|
57
57
|
Family?: string | undefined;
|
|
58
58
|
/**
|
|
59
|
-
* The Elastic Inference accelerators to use for the containers in the task.
|
|
60
59
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-inferenceaccelerators}
|
|
61
60
|
*/
|
|
62
61
|
InferenceAccelerators?: InferenceAccelerator[] | undefined;
|
|
@@ -884,12 +883,12 @@ export type HostVolumeProperties = {
|
|
|
884
883
|
SourcePath?: string | undefined;
|
|
885
884
|
};
|
|
886
885
|
/**
|
|
887
|
-
* Details on an Elastic Inference accelerator. For more information, see [Working with Amazon Elastic Inference on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html) in the *Amazon Elastic Container Service Developer Guide
|
|
886
|
+
* Details on an Elastic Inference accelerator. For more information, see [Working with Amazon Elastic Inference on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
888
887
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html}
|
|
889
888
|
*/
|
|
890
889
|
export type InferenceAccelerator = {
|
|
891
890
|
/**
|
|
892
|
-
* The Elastic Inference accelerator device name. The
|
|
891
|
+
* The Elastic Inference accelerator device name. The ``deviceName`` must also be referenced in a container definition as a [ResourceRequirement](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ResourceRequirement.html).
|
|
893
892
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html#cfn-ecs-taskdefinition-inferenceaccelerator-devicename}
|
|
894
893
|
*/
|
|
895
894
|
DeviceName?: string | undefined;
|
|
@@ -25,7 +25,7 @@ export type EMRServerlessApplicationProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
AutoStopConfiguration?: AutoStopConfiguration | undefined;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-identitycenterconfiguration}
|
|
30
30
|
*/
|
|
31
31
|
IdentityCenterConfiguration?: IdentityCenterConfiguration | undefined;
|
|
@@ -71,7 +71,7 @@ export type EVSEnvironmentProps = {
|
|
|
71
71
|
*/
|
|
72
72
|
KmsKeyId?: string | undefined;
|
|
73
73
|
/**
|
|
74
|
-
* The license information that Amazon EVS requires to create an environment. Amazon EVS requires two license keys: a VCF solution key and a vSAN license key.
|
|
74
|
+
* The license information that Amazon EVS requires to create an environment. Amazon EVS requires two license keys: a VCF solution key and a vSAN license key. The VCF solution key must cover a minimum of 256 cores. The vSAN license key must provide at least 110 TiB of vSAN capacity.
|
|
75
75
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-licenseinfo}
|
|
76
76
|
*/
|
|
77
77
|
LicenseInfo: {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* An S3 access point attached to an Amazon FSx volume.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html}
|
|
5
5
|
*/
|
|
6
6
|
export type FSxS3AccessPointAttachment = ResourceDefinitionWithAttributes<"AWS::FSx::S3AccessPointAttachment", FSxS3AccessPointAttachmentProps, FSxS3AccessPointAttachmentAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* An S3 access point attached to an Amazon FSx volume.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html}
|
|
10
10
|
*/
|
|
11
11
|
export type FSxS3AccessPointAttachmentProps = {
|
|
12
12
|
/**
|
|
13
|
-
* The
|
|
13
|
+
* The name of the S3 access point attachment; also used for the name of the S3 access point.
|
|
14
14
|
* @minLength 3
|
|
15
15
|
* @maxLength 50
|
|
16
16
|
* @pattern ^(?=[a-z0-9])[a-z0-9-]{1,48}[a-z0-9]$
|
|
@@ -18,14 +18,17 @@ export type FSxS3AccessPointAttachmentProps = {
|
|
|
18
18
|
*/
|
|
19
19
|
Name: string;
|
|
20
20
|
/**
|
|
21
|
+
* The OpenZFSConfiguration of the S3 access point attachment.
|
|
21
22
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html#cfn-fsx-s3accesspointattachment-openzfsconfiguration}
|
|
22
23
|
*/
|
|
23
24
|
OpenZFSConfiguration: S3AccessPointOpenZFSConfiguration;
|
|
24
25
|
/**
|
|
26
|
+
* The S3 access point configuration of the S3 access point attachment.
|
|
25
27
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html#cfn-fsx-s3accesspointattachment-s3accesspoint}
|
|
26
28
|
*/
|
|
27
29
|
S3AccessPoint?: S3AccessPoint | undefined;
|
|
28
30
|
/**
|
|
31
|
+
* The type of Amazon FSx volume that the S3 access point is attached to.
|
|
29
32
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html#cfn-fsx-s3accesspointattachment-type}
|
|
30
33
|
*/
|
|
31
34
|
Type: "OPENZFS";
|
|
@@ -35,6 +38,7 @@ export type FSxS3AccessPointAttachmentProps = {
|
|
|
35
38
|
*/
|
|
36
39
|
export type FSxS3AccessPointAttachmentAttribs = {
|
|
37
40
|
/**
|
|
41
|
+
* The S3 access point's alias.
|
|
38
42
|
* @minLength 1
|
|
39
43
|
* @maxLength 63
|
|
40
44
|
* @pattern ^[0-9a-z\\-]{1,63}
|
|
@@ -42,6 +46,7 @@ export type FSxS3AccessPointAttachmentAttribs = {
|
|
|
42
46
|
*/
|
|
43
47
|
"S3AccessPoint.Alias": string;
|
|
44
48
|
/**
|
|
49
|
+
* The S3 access point's ARN.
|
|
45
50
|
* @minLength 8
|
|
46
51
|
* @maxLength 1024
|
|
47
52
|
* @pattern ^arn:[^:]{1,63}:[^:]{0,63}:[^:]{0,63}:(?:|\d{12}):[^/].{0,1023}$
|
|
@@ -50,10 +55,12 @@ export type FSxS3AccessPointAttachmentAttribs = {
|
|
|
50
55
|
"S3AccessPoint.ResourceARN": string;
|
|
51
56
|
};
|
|
52
57
|
/**
|
|
58
|
+
* The GID of the file system user.
|
|
53
59
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-filesystemgid.html}
|
|
54
60
|
*/
|
|
55
61
|
export type FileSystemGID = {
|
|
56
62
|
/**
|
|
63
|
+
* The GID of the file system user.
|
|
57
64
|
* @min 0
|
|
58
65
|
* @max 4294967295
|
|
59
66
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-filesystemgid.html#cfn-fsx-s3accesspointattachment-filesystemgid-gid}
|
|
@@ -61,33 +68,40 @@ export type FileSystemGID = {
|
|
|
61
68
|
Gid: number;
|
|
62
69
|
};
|
|
63
70
|
/**
|
|
71
|
+
* Specifies the file system user identity that will be used for authorizing all file access requests that are made using the S3 access point.
|
|
64
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsfilesystemidentity.html}
|
|
65
73
|
*/
|
|
66
74
|
export type OpenZFSFileSystemIdentity = {
|
|
67
75
|
/**
|
|
76
|
+
* Specifies the UID and GIDs of the file system POSIX user.
|
|
68
77
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsfilesystemidentity.html#cfn-fsx-s3accesspointattachment-openzfsfilesystemidentity-posixuser}
|
|
69
78
|
*/
|
|
70
79
|
PosixUser: OpenZFSPosixFileSystemUser;
|
|
71
80
|
/**
|
|
81
|
+
* Specifies the FSx for OpenZFS user identity type, accepts only `POSIX` .
|
|
72
82
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsfilesystemidentity.html#cfn-fsx-s3accesspointattachment-openzfsfilesystemidentity-type}
|
|
73
83
|
*/
|
|
74
84
|
Type: "POSIX";
|
|
75
85
|
};
|
|
76
86
|
/**
|
|
87
|
+
* The FSx for OpenZFS file system user that is used for authorizing all file access requests that are made using the S3 access point.
|
|
77
88
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html}
|
|
78
89
|
*/
|
|
79
90
|
export type OpenZFSPosixFileSystemUser = {
|
|
80
91
|
/**
|
|
92
|
+
* The GID of the file system user.
|
|
81
93
|
* @min 0
|
|
82
94
|
* @max 4294967295
|
|
83
95
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html#cfn-fsx-s3accesspointattachment-openzfsposixfilesystemuser-gid}
|
|
84
96
|
*/
|
|
85
97
|
Gid: number;
|
|
86
98
|
/**
|
|
99
|
+
* The list of secondary GIDs for the file system user.
|
|
87
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html#cfn-fsx-s3accesspointattachment-openzfsposixfilesystemuser-secondarygids}
|
|
88
101
|
*/
|
|
89
102
|
SecondaryGids?: FileSystemGID[] | undefined;
|
|
90
103
|
/**
|
|
104
|
+
* The UID of the file system user.
|
|
91
105
|
* @min 0
|
|
92
106
|
* @max 4294967295
|
|
93
107
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html#cfn-fsx-s3accesspointattachment-openzfsposixfilesystemuser-uid}
|
|
@@ -95,29 +109,35 @@ export type OpenZFSPosixFileSystemUser = {
|
|
|
95
109
|
Uid: number;
|
|
96
110
|
};
|
|
97
111
|
/**
|
|
112
|
+
* Describes the S3 access point configuration of the S3 access point attachment.
|
|
98
113
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html}
|
|
99
114
|
*/
|
|
100
115
|
export type S3AccessPoint = {
|
|
101
116
|
/**
|
|
117
|
+
* The S3 access point's policy.
|
|
102
118
|
* @minLength 1
|
|
103
119
|
* @maxLength 200000
|
|
104
120
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html#cfn-fsx-s3accesspointattachment-s3accesspoint-policy}
|
|
105
121
|
*/
|
|
106
122
|
Policy?: Record<string, unknown> | string | undefined;
|
|
107
123
|
/**
|
|
124
|
+
* The S3 access point's virtual private cloud (VPC) configuration.
|
|
108
125
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html#cfn-fsx-s3accesspointattachment-s3accesspoint-vpcconfiguration}
|
|
109
126
|
*/
|
|
110
127
|
VpcConfiguration?: S3AccessPointVpcConfiguration | undefined;
|
|
111
128
|
};
|
|
112
129
|
/**
|
|
130
|
+
* Describes the FSx for OpenZFS attachment configuration of an S3 access point attachment.
|
|
113
131
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration.html}
|
|
114
132
|
*/
|
|
115
133
|
export type S3AccessPointOpenZFSConfiguration = {
|
|
116
134
|
/**
|
|
135
|
+
* The file system identity used to authorize file access requests made using the S3 access point.
|
|
117
136
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration.html#cfn-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration-filesystemidentity}
|
|
118
137
|
*/
|
|
119
138
|
FileSystemIdentity: OpenZFSFileSystemIdentity;
|
|
120
139
|
/**
|
|
140
|
+
* The ID of the FSx for OpenZFS volume that the S3 access point is attached to.
|
|
121
141
|
* @minLength 23
|
|
122
142
|
* @maxLength 23
|
|
123
143
|
* @pattern ^(fsvol-[0-9a-f]{17,})$
|
|
@@ -126,10 +146,12 @@ export type S3AccessPointOpenZFSConfiguration = {
|
|
|
126
146
|
VolumeId: string;
|
|
127
147
|
};
|
|
128
148
|
/**
|
|
149
|
+
* If included, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).
|
|
129
150
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointvpcconfiguration.html}
|
|
130
151
|
*/
|
|
131
152
|
export type S3AccessPointVpcConfiguration = {
|
|
132
153
|
/**
|
|
154
|
+
* Specifies the virtual private cloud (VPC) for the S3 access point VPC configuration, if one exists.
|
|
133
155
|
* @minLength 12
|
|
134
156
|
* @maxLength 21
|
|
135
157
|
* @pattern ^(vpc-[0-9a-f]{8,})$
|
|
@@ -343,7 +343,7 @@ export type LogConfiguration = {
|
|
|
343
343
|
*/
|
|
344
344
|
LogDestination?: LogDestination | undefined;
|
|
345
345
|
/**
|
|
346
|
-
* If log destination is CLOUDWATCH, logs are sent to the specified log group in Amazon CloudWatch.
|
|
346
|
+
* If log destination is `CLOUDWATCH` , logs are sent to the specified log group in Amazon CloudWatch.
|
|
347
347
|
* @minLength 1
|
|
348
348
|
* @maxLength 512
|
|
349
349
|
* @pattern [a-zA-Z0-9:/\-\*]+
|
|
@@ -15,61 +15,6 @@ export type ImageBuilderComponent = ResourceDefinitionWithAttributes<"AWS::Image
|
|
|
15
15
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html}
|
|
16
16
|
*/
|
|
17
17
|
export type ImageBuilderComponentProps = {
|
|
18
|
-
/**
|
|
19
|
-
* The change description of the component. Describes what change has been made in this version, or what makes this version different from other versions of the component.
|
|
20
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription}
|
|
21
|
-
*/
|
|
22
|
-
ChangeDescription?: string | undefined;
|
|
23
|
-
/**
|
|
24
|
-
* Component `data` contains inline YAML document content for the component. Alternatively, you can specify the `uri` of a YAML document file stored in Amazon S3. However, you cannot specify both properties.
|
|
25
|
-
* @minLength 1
|
|
26
|
-
* @maxLength 16000
|
|
27
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data}
|
|
28
|
-
*/
|
|
29
|
-
Data: string;
|
|
30
|
-
/**
|
|
31
|
-
* Describes the contents of the component.
|
|
32
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description}
|
|
33
|
-
*/
|
|
34
|
-
Description?: string | undefined;
|
|
35
|
-
/**
|
|
36
|
-
* The ID of the KMS key that is used to encrypt this component.
|
|
37
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid}
|
|
38
|
-
*/
|
|
39
|
-
KmsKeyId?: string | undefined;
|
|
40
|
-
/**
|
|
41
|
-
* The name of the component.
|
|
42
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name}
|
|
43
|
-
*/
|
|
44
|
-
Name: string;
|
|
45
|
-
/**
|
|
46
|
-
* The operating system platform of the component.
|
|
47
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform}
|
|
48
|
-
*/
|
|
49
|
-
Platform: "Windows" | "Linux" | "macOS";
|
|
50
|
-
/**
|
|
51
|
-
* The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.
|
|
52
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-supportedosversions}
|
|
53
|
-
*/
|
|
54
|
-
SupportedOsVersions?: string[] | undefined;
|
|
55
|
-
/**
|
|
56
|
-
* The tags that apply to the component.
|
|
57
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-tags}
|
|
58
|
-
*/
|
|
59
|
-
Tags?: Record<string, string> | undefined;
|
|
60
|
-
/**
|
|
61
|
-
* The `uri` of a YAML component document file. This must be an S3 URL ( `s3://bucket/key` ), and the requester must have permission to access the S3 bucket it points to. If you use Amazon S3, you can specify component content up to your service quota.
|
|
62
|
-
*
|
|
63
|
-
* Alternatively, you can specify the YAML document inline, using the component `data` property. You cannot specify both properties.
|
|
64
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri}
|
|
65
|
-
*/
|
|
66
|
-
Uri?: string | undefined;
|
|
67
|
-
/**
|
|
68
|
-
* The component version. For example, `1.0.0` .
|
|
69
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version}
|
|
70
|
-
*/
|
|
71
|
-
Version: string;
|
|
72
|
-
} | {
|
|
73
18
|
/**
|
|
74
19
|
* The change description of the component. Describes what change has been made in this version, or what makes this version different from other versions of the component.
|
|
75
20
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription}
|
|
@@ -118,7 +63,7 @@ export type ImageBuilderComponentProps = {
|
|
|
118
63
|
* Alternatively, you can specify the YAML document inline, using the component `data` property. You cannot specify both properties.
|
|
119
64
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri}
|
|
120
65
|
*/
|
|
121
|
-
Uri
|
|
66
|
+
Uri?: string | undefined;
|
|
122
67
|
/**
|
|
123
68
|
* The component version. For example, `1.0.0` .
|
|
124
69
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version}
|
|
@@ -9,90 +9,6 @@ export type ImageBuilderContainerRecipe = ResourceDefinitionWithAttributes<"AWS:
|
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html}
|
|
10
10
|
*/
|
|
11
11
|
export type ImageBuilderContainerRecipeProps = {
|
|
12
|
-
/**
|
|
13
|
-
* Build and test components that are included in the container recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.
|
|
14
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-components}
|
|
15
|
-
*/
|
|
16
|
-
Components: ComponentConfiguration[];
|
|
17
|
-
/**
|
|
18
|
-
* Specifies the type of container, such as Docker.
|
|
19
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-containertype}
|
|
20
|
-
*/
|
|
21
|
-
ContainerType: "DOCKER";
|
|
22
|
-
/**
|
|
23
|
-
* The description of the container recipe.
|
|
24
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-description}
|
|
25
|
-
*/
|
|
26
|
-
Description?: string | undefined;
|
|
27
|
-
/**
|
|
28
|
-
* Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.
|
|
29
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-dockerfiletemplatedata}
|
|
30
|
-
*/
|
|
31
|
-
DockerfileTemplateData: string;
|
|
32
|
-
/**
|
|
33
|
-
* The S3 URI for the Dockerfile that will be used to build your container image.
|
|
34
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-dockerfiletemplateuri}
|
|
35
|
-
*/
|
|
36
|
-
DockerfileTemplateUri?: string | undefined;
|
|
37
|
-
/**
|
|
38
|
-
* Specifies the operating system version for the base image.
|
|
39
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-imageosversionoverride}
|
|
40
|
-
*/
|
|
41
|
-
ImageOsVersionOverride?: string | undefined;
|
|
42
|
-
/**
|
|
43
|
-
* A group of options that can be used to configure an instance for building and testing container images.
|
|
44
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-instanceconfiguration}
|
|
45
|
-
*/
|
|
46
|
-
InstanceConfiguration?: InstanceConfiguration | undefined;
|
|
47
|
-
/**
|
|
48
|
-
* Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
|
|
49
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-kmskeyid}
|
|
50
|
-
*/
|
|
51
|
-
KmsKeyId?: string | undefined;
|
|
52
|
-
/**
|
|
53
|
-
* The name of the container recipe.
|
|
54
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-name}
|
|
55
|
-
*/
|
|
56
|
-
Name: string;
|
|
57
|
-
/**
|
|
58
|
-
* The base image for customizations specified in the container recipe. This can contain an Image Builder image resource ARN or a container image URI, for example `amazonlinux:latest` .
|
|
59
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-parentimage}
|
|
60
|
-
*/
|
|
61
|
-
ParentImage: string;
|
|
62
|
-
/**
|
|
63
|
-
* Specifies the operating system platform when you use a custom base image.
|
|
64
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-platformoverride}
|
|
65
|
-
*/
|
|
66
|
-
PlatformOverride?: "Windows" | "Linux" | undefined;
|
|
67
|
-
/**
|
|
68
|
-
* Tags that are attached to the container recipe.
|
|
69
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-tags}
|
|
70
|
-
*/
|
|
71
|
-
Tags?: Record<string, string> | undefined;
|
|
72
|
-
/**
|
|
73
|
-
* The destination repository for the container image.
|
|
74
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-targetrepository}
|
|
75
|
-
*/
|
|
76
|
-
TargetRepository: TargetContainerRepository;
|
|
77
|
-
/**
|
|
78
|
-
* The semantic version of the container recipe.
|
|
79
|
-
*
|
|
80
|
-
* > The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
|
|
81
|
-
* >
|
|
82
|
-
* > *Assignment:* For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
|
|
83
|
-
* >
|
|
84
|
-
* > *Patterns:* You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
|
|
85
|
-
* >
|
|
86
|
-
* > *Filtering:* With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
87
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-version}
|
|
88
|
-
*/
|
|
89
|
-
Version: string;
|
|
90
|
-
/**
|
|
91
|
-
* The working directory for use during build and test workflows.
|
|
92
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-workingdirectory}
|
|
93
|
-
*/
|
|
94
|
-
WorkingDirectory?: string | undefined;
|
|
95
|
-
} | {
|
|
96
12
|
/**
|
|
97
13
|
* Build and test components that are included in the container recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.
|
|
98
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-components}
|
|
@@ -117,7 +33,7 @@ export type ImageBuilderContainerRecipeProps = {
|
|
|
117
33
|
* The S3 URI for the Dockerfile that will be used to build your container image.
|
|
118
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-dockerfiletemplateuri}
|
|
119
35
|
*/
|
|
120
|
-
DockerfileTemplateUri
|
|
36
|
+
DockerfileTemplateUri?: string | undefined;
|
|
121
37
|
/**
|
|
122
38
|
* Specifies the operating system version for the base image.
|
|
123
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-imageosversionoverride}
|
|
@@ -9,62 +9,6 @@ export type ImageBuilderWorkflow = ResourceDefinitionWithAttributes<"AWS::ImageB
|
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html}
|
|
10
10
|
*/
|
|
11
11
|
export type ImageBuilderWorkflowProps = {
|
|
12
|
-
/**
|
|
13
|
-
* Describes what change has been made in this version of the workflow, or what makes this version different from other versions of the workflow.
|
|
14
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-changedescription}
|
|
15
|
-
*/
|
|
16
|
-
ChangeDescription?: string | undefined;
|
|
17
|
-
/**
|
|
18
|
-
* Contains the UTF-8 encoded YAML document content for the workflow. Alternatively, you can specify the `uri` of a YAML document file stored in Amazon S3. However, you cannot specify both properties.
|
|
19
|
-
* @minLength 1
|
|
20
|
-
* @maxLength 16000
|
|
21
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-data}
|
|
22
|
-
*/
|
|
23
|
-
Data: string;
|
|
24
|
-
/**
|
|
25
|
-
* Describes the workflow.
|
|
26
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-description}
|
|
27
|
-
*/
|
|
28
|
-
Description?: string | undefined;
|
|
29
|
-
/**
|
|
30
|
-
* The ID of the KMS key that is used to encrypt this workflow resource.
|
|
31
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-kmskeyid}
|
|
32
|
-
*/
|
|
33
|
-
KmsKeyId?: string | undefined;
|
|
34
|
-
/**
|
|
35
|
-
* The name of the workflow to create.
|
|
36
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-name}
|
|
37
|
-
*/
|
|
38
|
-
Name: string;
|
|
39
|
-
/**
|
|
40
|
-
* Tags that apply to the workflow resource.
|
|
41
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-tags}
|
|
42
|
-
*/
|
|
43
|
-
Tags?: Record<string, string> | undefined;
|
|
44
|
-
/**
|
|
45
|
-
* The phase in the image build process for which the workflow resource is responsible.
|
|
46
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-type}
|
|
47
|
-
*/
|
|
48
|
-
Type: "BUILD" | "TEST" | "DISTRIBUTION";
|
|
49
|
-
/**
|
|
50
|
-
* The `uri` of a YAML component document file. This must be an S3 URL ( `s3://bucket/key` ), and the requester must have permission to access the S3 bucket it points to. If you use Amazon S3, you can specify component content up to your service quota.
|
|
51
|
-
*
|
|
52
|
-
* Alternatively, you can specify the YAML document inline, using the component `data` property. You cannot specify both properties.
|
|
53
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-uri}
|
|
54
|
-
*/
|
|
55
|
-
Uri?: string | undefined;
|
|
56
|
-
/**
|
|
57
|
-
* The semantic version of this workflow resource. The semantic version syntax adheres to the following rules.
|
|
58
|
-
*
|
|
59
|
-
* > The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
|
|
60
|
-
* >
|
|
61
|
-
* > *Assignment:* For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
|
|
62
|
-
* >
|
|
63
|
-
* > *Patterns:* You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
|
|
64
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-version}
|
|
65
|
-
*/
|
|
66
|
-
Version: string;
|
|
67
|
-
} | {
|
|
68
12
|
/**
|
|
69
13
|
* Describes what change has been made in this version of the workflow, or what makes this version different from other versions of the workflow.
|
|
70
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-changedescription}
|
|
@@ -108,7 +52,7 @@ export type ImageBuilderWorkflowProps = {
|
|
|
108
52
|
* Alternatively, you can specify the YAML document inline, using the component `data` property. You cannot specify both properties.
|
|
109
53
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-uri}
|
|
110
54
|
*/
|
|
111
|
-
Uri
|
|
55
|
+
Uri?: string | undefined;
|
|
112
56
|
/**
|
|
113
57
|
* The semantic version of this workflow resource. The semantic version syntax adheres to the following rules.
|
|
114
58
|
*
|
|
@@ -2,7 +2,7 @@ import type { ResourceDefinition } from "../main.ts";
|
|
|
2
2
|
/**
|
|
3
3
|
* Configure logging.
|
|
4
4
|
*
|
|
5
|
-
* > If you already set the log function of AWS IoT Core , you can't deploy the
|
|
5
|
+
* > If you already set the log function of AWS IoT Core , you can't deploy the Cloud Development Kit to change the logging settings. You can change the logging settings by either:
|
|
6
6
|
* >
|
|
7
7
|
* > - Importing the existing logging resource into your AWS CloudFormation stack, such as with the [infrastructure as code generator (IaC generator)](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/generate-IaC.html) .
|
|
8
8
|
* > - Calling `aws iot set-v2-logging-options --disable-all-logs` before creating a new CloudFormation stack. This command disables all AWS IoT logging. As a result, no AWS IoT logs will be delivered to Amazon CloudWatch until you re-enable logging.
|
|
@@ -12,7 +12,7 @@ export type IoTLogging = ResourceDefinition<"AWS::IoT::Logging", IoTLoggingProps
|
|
|
12
12
|
/**
|
|
13
13
|
* Configure logging.
|
|
14
14
|
*
|
|
15
|
-
* > If you already set the log function of AWS IoT Core , you can't deploy the
|
|
15
|
+
* > If you already set the log function of AWS IoT Core , you can't deploy the Cloud Development Kit to change the logging settings. You can change the logging settings by either:
|
|
16
16
|
* >
|
|
17
17
|
* > - Importing the existing logging resource into your AWS CloudFormation stack, such as with the [infrastructure as code generator (IaC generator)](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/generate-IaC.html) .
|
|
18
18
|
* > - Calling `aws iot set-v2-logging-options --disable-all-logs` before creating a new CloudFormation stack. This command disables all AWS IoT logging. As a result, no AWS IoT logs will be delivered to Amazon CloudWatch until you re-enable logging.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* Use the AWS CloudFormation `AWS::Kinesis::StreamConsumer` resource to register a consumer with a Kinesis data stream. The consumer you register can then call [SubscribeToShard](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_SubscribeToShard.html) to receive data from the stream using enhanced fan-out, at a rate of up to 2 MiB per second for every shard you subscribe to. This rate is unaffected by the total number of consumers that read from the same stream.
|
|
4
4
|
*
|
|
@@ -19,14 +19,25 @@ export type KinesisStreamConsumer = ResourceDefinitionWithAttributes<"AWS::Kines
|
|
|
19
19
|
export type KinesisStreamConsumerProps = {
|
|
20
20
|
/**
|
|
21
21
|
* The name of the consumer is something you choose when you register the consumer.
|
|
22
|
+
* @minLength 1
|
|
23
|
+
* @maxLength 128
|
|
24
|
+
* @pattern ^[a-zA-Z0-9_.-]+$
|
|
22
25
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername}
|
|
23
26
|
*/
|
|
24
27
|
ConsumerName: string;
|
|
25
28
|
/**
|
|
26
29
|
* The ARN of the stream with which you registered the consumer.
|
|
30
|
+
* @minLength 1
|
|
31
|
+
* @maxLength 2048
|
|
32
|
+
* @pattern ^arn:aws.*:kinesis:.*:\d{12}:stream/\S+
|
|
27
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn}
|
|
28
34
|
*/
|
|
29
35
|
StreamARN: string;
|
|
36
|
+
/**
|
|
37
|
+
* An arbitrary set of tags (key–value pairs) to associate with the Kinesis consumer.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-tags}
|
|
39
|
+
*/
|
|
40
|
+
Tags?: Tag[] | undefined;
|
|
30
41
|
};
|
|
31
42
|
/**
|
|
32
43
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#aws-resource-kinesis-streamconsumer-return-values}
|
|
@@ -46,6 +57,9 @@ export type KinesisStreamConsumerAttribs = {
|
|
|
46
57
|
ConsumerCreationTimestamp: string;
|
|
47
58
|
/**
|
|
48
59
|
* The name you gave the consumer when you registered it.
|
|
60
|
+
* @minLength 1
|
|
61
|
+
* @maxLength 128
|
|
62
|
+
* @pattern ^[a-zA-Z0-9_.-]+$
|
|
49
63
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername}
|
|
50
64
|
*/
|
|
51
65
|
ConsumerName: string;
|
|
@@ -54,12 +68,11 @@ export type KinesisStreamConsumerAttribs = {
|
|
|
54
68
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumerstatus}
|
|
55
69
|
*/
|
|
56
70
|
ConsumerStatus: string;
|
|
57
|
-
/**
|
|
58
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-id}
|
|
59
|
-
*/
|
|
60
|
-
Id: string;
|
|
61
71
|
/**
|
|
62
72
|
* The ARN of the data stream with which the consumer is registered.
|
|
73
|
+
* @minLength 1
|
|
74
|
+
* @maxLength 2048
|
|
75
|
+
* @pattern ^arn:aws.*:kinesis:.*:\d{12}:stream/\S+
|
|
63
76
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn}
|
|
64
77
|
*/
|
|
65
78
|
StreamARN: string;
|
|
@@ -800,6 +800,7 @@ export type FulfillmentUpdatesSpecification = {
|
|
|
800
800
|
UpdateResponse?: FulfillmentUpdateResponseSpecification | undefined;
|
|
801
801
|
};
|
|
802
802
|
/**
|
|
803
|
+
* Contains specifications about the generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
|
|
803
804
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-generativeaisettings.html}
|
|
804
805
|
*/
|
|
805
806
|
export type GenerativeAISettings = {
|
|
@@ -96,6 +96,8 @@ export type NeptuneDBInstanceProps = {
|
|
|
96
96
|
* `AWS::Neptune::DBInstance` does not support restoring from snapshots.
|
|
97
97
|
*
|
|
98
98
|
* `AWS::Neptune::DBCluster` does support restoring from snapshots.
|
|
99
|
+
*
|
|
100
|
+
*
|
|
99
101
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsnapshotidentifier}
|
|
100
102
|
*/
|
|
101
103
|
DBSnapshotIdentifier?: string | undefined;
|