@propulsionworks/cloudformation 0.1.15 → 0.1.17

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.
Files changed (52) hide show
  1. package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +53 -13
  2. package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +2 -0
  3. package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +8 -0
  4. package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +1 -1
  5. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +24 -0
  6. package/out/exports/resources.generated/aws-cassandra-table.d.ts +11 -1
  7. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +4 -0
  8. package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +1 -1
  9. package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +1 -1
  10. package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +1 -0
  11. package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +4 -4
  12. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +39 -39
  13. package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +3 -2
  14. package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +1 -1
  15. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +42 -8
  16. package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +1 -1
  17. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +82 -46
  18. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +6 -2
  19. package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +1 -1
  20. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +1 -1
  21. package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +2 -2
  22. package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +0 -4
  24. package/out/exports/resources.generated/aws-emrserverless-application.d.ts +1 -1
  25. package/out/exports/resources.generated/aws-evs-environment.d.ts +1 -1
  26. package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +25 -7
  27. package/out/exports/resources.generated/aws-fsx-s3accesspointattachment.d.ts +25 -3
  28. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-glue-job.d.ts +1 -1
  30. package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +1 -56
  31. package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +1 -85
  32. package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +1 -57
  33. package/out/exports/resources.generated/aws-iot-logging.d.ts +2 -2
  34. package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +18 -5
  35. package/out/exports/resources.generated/aws-lex-bot.d.ts +1 -0
  36. package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +2 -0
  37. package/out/exports/resources.generated/aws-odb-cloudautonomousvmcluster.d.ts +299 -0
  38. package/out/exports/resources.generated/aws-odb-cloudexadatainfrastructure.d.ts +212 -0
  39. package/out/exports/resources.generated/aws-odb-cloudvmcluster.d.ts +251 -0
  40. package/out/exports/resources.generated/aws-odb-odbnetwork.d.ts +108 -0
  41. package/out/exports/resources.generated/aws-omics-workflow.d.ts +2 -2
  42. package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +54 -0
  43. package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +1 -1
  44. package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +23 -0
  45. package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +32 -2
  46. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +1 -1
  47. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +5 -4
  48. package/out/exports/resources.generated/aws-redshiftserverless-snapshot.d.ts +109 -0
  49. package/out/exports/resources.generated/aws-s3tables-table.d.ts +178 -0
  50. package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +1 -1
  51. package/out/exports/resources.generated/aws-transfer-server.d.ts +1 -0
  52. package/package.json +1 -1
@@ -0,0 +1,109 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ /**
3
+ * A snapshot object that contains databases.
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html}
5
+ */
6
+ export type RedshiftServerlessSnapshot = ResourceDefinitionWithAttributes<"AWS::RedshiftServerless::Snapshot", RedshiftServerlessSnapshotProps, RedshiftServerlessSnapshotAttribs>;
7
+ /**
8
+ * A snapshot object that contains databases.
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html}
10
+ */
11
+ export type RedshiftServerlessSnapshotProps = {
12
+ /**
13
+ * The name of the namepsace.
14
+ * @minLength 3
15
+ * @maxLength 64
16
+ * @pattern ^(?=^[a-z0-9-]+$).{3,64}$
17
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-namespacename}
18
+ */
19
+ NamespaceName?: string | undefined;
20
+ /**
21
+ * The retention period of the snapshot created by the scheduled action.
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-retentionperiod}
23
+ */
24
+ RetentionPeriod?: number | undefined;
25
+ /**
26
+ * The name of the snapshot.
27
+ * @minLength 3
28
+ * @maxLength 64
29
+ * @pattern ^(?=^[a-z0-9-]+$).{3,64}$
30
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-snapshotname}
31
+ */
32
+ SnapshotName: string;
33
+ /**
34
+ * An array of [Tag objects](https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html) to associate with the snapshot.
35
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-tags}
36
+ */
37
+ Tags?: Tag[] | undefined;
38
+ };
39
+ /**
40
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#aws-resource-redshiftserverless-snapshot-return-values}
41
+ */
42
+ export type RedshiftServerlessSnapshotAttribs = {
43
+ /**
44
+ * The owner AWS ; account of the snapshot.
45
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-owneraccount}
46
+ */
47
+ OwnerAccount: string;
48
+ /**
49
+ * The username of the database within a snapshot.
50
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-adminusername}
51
+ */
52
+ "Snapshot.AdminUsername": string;
53
+ /**
54
+ * The unique identifier of the KMS key used to encrypt the snapshot.
55
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-kmskeyid}
56
+ */
57
+ "Snapshot.KmsKeyId": string;
58
+ /**
59
+ * The Amazon Resource Name (ARN) of the namespace the snapshot was created from.
60
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-namespacearn}
61
+ */
62
+ "Snapshot.NamespaceArn": string;
63
+ /**
64
+ * The name of the namepsace.
65
+ * @minLength 3
66
+ * @maxLength 64
67
+ * @pattern ^[a-z0-9-]+$
68
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-namespacename}
69
+ */
70
+ "Snapshot.NamespaceName": string;
71
+ /**
72
+ * The owner AWS ; account of the snapshot.
73
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-owneraccount}
74
+ */
75
+ "Snapshot.OwnerAccount": string;
76
+ /**
77
+ * The retention period of the snapshot created by the scheduled action.
78
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-retentionperiod}
79
+ */
80
+ "Snapshot.RetentionPeriod": number;
81
+ /**
82
+ * The Amazon Resource Name (ARN) of the snapshot.
83
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-snapshotarn}
84
+ */
85
+ "Snapshot.SnapshotArn": string;
86
+ /**
87
+ * The timestamp of when the snapshot was created.
88
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-snapshotcreatetime}
89
+ */
90
+ "Snapshot.SnapshotCreateTime": string;
91
+ /**
92
+ * The name of the snapshot.
93
+ * @minLength 3
94
+ * @maxLength 64
95
+ * @pattern ^[a-z0-9-]+$
96
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-snapshotname}
97
+ */
98
+ "Snapshot.SnapshotName": string;
99
+ /**
100
+ * The status of the snapshot.
101
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-status}
102
+ */
103
+ "Snapshot.Status": SnapshotStatus;
104
+ };
105
+ /**
106
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshotstatus.html}
107
+ */
108
+ export type SnapshotStatus = "AVAILABLE" | "CREATING" | "DELETED" | "CANCELLED" | "FAILED" | "COPYING";
109
+ //# sourceMappingURL=aws-redshiftserverless-snapshot.d.ts.map
@@ -0,0 +1,178 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ /**
3
+ * Creates a new table associated with the given namespace in a table bucket. For more information, see [Creating an Amazon S3 table](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-create.html) in the *Amazon Simple Storage Service User Guide* .
4
+ *
5
+ * - **Permissions** - - You must have the `s3tables:CreateTable` permission to use this operation.
6
+ * - If you use this operation with the optional `metadata` request parameter you must have the `s3tables:PutTableData` permission.
7
+ * - If you use this operation with the optional `encryptionConfiguration` request parameter you must have the `s3tables:PutTableEncryption` permission.
8
+ *
9
+ * > Additionally, If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see [Permissions requirements for S3 Tables SSE-KMS encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-kms-permissions.html) .
10
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html}
11
+ */
12
+ export type S3TablesTable = ResourceDefinitionWithAttributes<"AWS::S3Tables::Table", S3TablesTableProps, S3TablesTableAttribs>;
13
+ /**
14
+ * Creates a new table associated with the given namespace in a table bucket. For more information, see [Creating an Amazon S3 table](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-create.html) in the *Amazon Simple Storage Service User Guide* .
15
+ *
16
+ * - **Permissions** - - You must have the `s3tables:CreateTable` permission to use this operation.
17
+ * - If you use this operation with the optional `metadata` request parameter you must have the `s3tables:PutTableData` permission.
18
+ * - If you use this operation with the optional `encryptionConfiguration` request parameter you must have the `s3tables:PutTableEncryption` permission.
19
+ *
20
+ * > Additionally, If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see [Permissions requirements for S3 Tables SSE-KMS encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-kms-permissions.html) .
21
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html}
22
+ */
23
+ export type S3TablesTableProps = {
24
+ /**
25
+ * Settings governing the Compaction maintenance action. Contains details about the compaction settings for an Iceberg table.
26
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-compaction}
27
+ */
28
+ Compaction?: Compaction | undefined;
29
+ /**
30
+ * Contains details about the metadata for an Iceberg table.
31
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-icebergmetadata}
32
+ */
33
+ IcebergMetadata?: IcebergMetadata | undefined;
34
+ /**
35
+ * The name of the namespace.
36
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-namespace}
37
+ */
38
+ Namespace: string;
39
+ /**
40
+ * Format of the table.
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-opentableformat}
42
+ */
43
+ OpenTableFormat: OpenTableFormat;
44
+ /**
45
+ * Contains details about the snapshot management settings for an Iceberg table. A snapshot is expired when it exceeds MinSnapshotsToKeep and MaxSnapshotAgeHours.
46
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-snapshotmanagement}
47
+ */
48
+ SnapshotManagement?: SnapshotManagement | undefined;
49
+ /**
50
+ * The Amazon Resource Name (ARN) of the specified table bucket.
51
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-tablebucketarn}
52
+ */
53
+ TableBucketARN: string;
54
+ /**
55
+ * The name for the table.
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-tablename}
57
+ */
58
+ TableName: string;
59
+ /**
60
+ * Indicates that you don't want to specify a schema for the table. This property is mutually exclusive to 'IcebergMetadata', and its only possible value is 'Yes'.
61
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-withoutmetadata}
62
+ */
63
+ WithoutMetadata?: WithoutMetadata | undefined;
64
+ };
65
+ /**
66
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#aws-resource-s3tables-table-return-values}
67
+ */
68
+ export type S3TablesTableAttribs = {
69
+ /**
70
+ * The Amazon Resource Name (ARN) of the table.
71
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-tablearn}
72
+ */
73
+ TableARN: string;
74
+ /**
75
+ * The version token of the table
76
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-versiontoken}
77
+ */
78
+ VersionToken: string;
79
+ /**
80
+ * The warehouse location of the table.
81
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-warehouselocation}
82
+ */
83
+ WarehouseLocation: string;
84
+ };
85
+ /**
86
+ * Settings governing the Compaction maintenance action. Contains details about the compaction settings for an Iceberg table.
87
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-compaction.html}
88
+ */
89
+ export type Compaction = {
90
+ /**
91
+ * Indicates whether the Compaction maintenance action is enabled.
92
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-compaction.html#cfn-s3tables-table-compaction-status}
93
+ */
94
+ Status?: "enabled" | "disabled" | undefined;
95
+ /**
96
+ * The target file size for the table in MB.
97
+ * @min 64
98
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-compaction.html#cfn-s3tables-table-compaction-targetfilesizemb}
99
+ */
100
+ TargetFileSizeMB?: number | undefined;
101
+ };
102
+ /**
103
+ * Contains details about the metadata for an Iceberg table.
104
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergmetadata.html}
105
+ */
106
+ export type IcebergMetadata = {
107
+ /**
108
+ * Contains details about the schema for an Iceberg table
109
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergmetadata.html#cfn-s3tables-table-icebergmetadata-icebergschema}
110
+ */
111
+ IcebergSchema: IcebergSchema;
112
+ };
113
+ /**
114
+ * Contains details about the schema for an Iceberg table.
115
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergschema.html}
116
+ */
117
+ export type IcebergSchema = {
118
+ /**
119
+ * Contains details about the schema for an Iceberg table
120
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergschema.html#cfn-s3tables-table-icebergschema-schemafieldlist}
121
+ */
122
+ SchemaFieldList: SchemaField[];
123
+ };
124
+ /**
125
+ * Format of the table.
126
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-opentableformat.html}
127
+ */
128
+ export type OpenTableFormat = "ICEBERG";
129
+ /**
130
+ * Contains details about a schema field.
131
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-schemafield.html}
132
+ */
133
+ export type SchemaField = {
134
+ /**
135
+ * The name of the field.
136
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-schemafield.html#cfn-s3tables-table-schemafield-name}
137
+ */
138
+ Name: string;
139
+ /**
140
+ * A Boolean value that specifies whether values are required for each row in this field. By default, this is `false` and null values are allowed in the field. If this is `true` the field does not allow null values.
141
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-schemafield.html#cfn-s3tables-table-schemafield-required}
142
+ */
143
+ Required?: boolean | undefined;
144
+ /**
145
+ * The field type. S3 Tables supports all Apache Iceberg primitive types. For more information, see the [Apache Iceberg documentation](https://docs.aws.amazon.com/https://iceberg.apache.org/spec/#primitive-types) .
146
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-schemafield.html#cfn-s3tables-table-schemafield-type}
147
+ */
148
+ Type: string;
149
+ };
150
+ /**
151
+ * Contains details about the snapshot management settings for an Iceberg table. A snapshot is expired when it exceeds MinSnapshotsToKeep and MaxSnapshotAgeHours.
152
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-snapshotmanagement.html}
153
+ */
154
+ export type SnapshotManagement = {
155
+ /**
156
+ * The maximum age of a snapshot before it can be expired.
157
+ * @min 1
158
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-snapshotmanagement.html#cfn-s3tables-table-snapshotmanagement-maxsnapshotagehours}
159
+ */
160
+ MaxSnapshotAgeHours?: number | undefined;
161
+ /**
162
+ * The minimum number of snapshots to keep.
163
+ * @min 1
164
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-snapshotmanagement.html#cfn-s3tables-table-snapshotmanagement-minsnapshotstokeep}
165
+ */
166
+ MinSnapshotsToKeep?: number | undefined;
167
+ /**
168
+ * Indicates whether the SnapshotManagement maintenance action is enabled.
169
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-snapshotmanagement.html#cfn-s3tables-table-snapshotmanagement-status}
170
+ */
171
+ Status?: "enabled" | "disabled" | undefined;
172
+ };
173
+ /**
174
+ * Indicates that you don't want to specify a schema for the table. This property is mutually exclusive to 'IcebergMetadata', and its only possible value is 'Yes'.
175
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-withoutmetadata.html}
176
+ */
177
+ export type WithoutMetadata = "Yes";
178
+ //# sourceMappingURL=aws-s3tables-table.d.ts.map
@@ -28,7 +28,7 @@ export type TimestreamInfluxDBInstanceProps = {
28
28
  * The Timestream for InfluxDB DB instance type to run on.
29
29
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-influxdbinstance.html#cfn-timestream-influxdbinstance-dbinstancetype}
30
30
  */
31
- DbInstanceType?: "db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge" | undefined;
31
+ DbInstanceType?: "db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge" | "db.influx.24xlarge" | undefined;
32
32
  /**
33
33
  * The name or id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.
34
34
  * @minLength 3
@@ -242,6 +242,7 @@ export type EndpointDetails = {
242
242
  * > - The server must already have `SubnetIds` populated ( `SubnetIds` and `AddressAllocationIds` cannot be updated simultaneously).
243
243
  * > - `AddressAllocationIds` can't contain duplicates, and must be equal in length to `SubnetIds` . For example, if you have three subnet IDs, you must also specify three address allocation IDs.
244
244
  * > - Call the `UpdateServer` API to set or change this parameter.
245
+ * > - You can't set address allocation IDs for servers that have an `IpAddressType` set to `DUALSTACK` You can only set this property if `IpAddressType` is set to `IPV4` .
245
246
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html#cfn-transfer-server-endpointdetails-addressallocationids}
246
247
  */
247
248
  AddressAllocationIds?: string[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propulsionworks/cloudformation",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "author": {
5
5
  "name": "Gordon Leigh"
6
6
  },