@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
|
@@ -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,166 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::S3Tables::Table
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html}
|
|
5
|
+
*/
|
|
6
|
+
export type S3TablesTable = ResourceDefinitionWithAttributes<"AWS::S3Tables::Table", S3TablesTableProps, S3TablesTableAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource Type definition for AWS::S3Tables::Table
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html}
|
|
10
|
+
*/
|
|
11
|
+
export type S3TablesTableProps = {
|
|
12
|
+
/**
|
|
13
|
+
* Settings governing the Compaction maintenance action. Contains details about the compaction settings for an Iceberg table.
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-compaction}
|
|
15
|
+
*/
|
|
16
|
+
Compaction?: Compaction | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* Contains details about the metadata for an Iceberg table.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-icebergmetadata}
|
|
20
|
+
*/
|
|
21
|
+
IcebergMetadata?: IcebergMetadata | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* The namespace that the table belongs to.
|
|
24
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-namespace}
|
|
25
|
+
*/
|
|
26
|
+
Namespace: string;
|
|
27
|
+
/**
|
|
28
|
+
* Format of the table.
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-opentableformat}
|
|
30
|
+
*/
|
|
31
|
+
OpenTableFormat: OpenTableFormat;
|
|
32
|
+
/**
|
|
33
|
+
* Contains details about the snapshot management settings for an Iceberg table. A snapshot is expired when it exceeds MinSnapshotsToKeep and MaxSnapshotAgeHours.
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-snapshotmanagement}
|
|
35
|
+
*/
|
|
36
|
+
SnapshotManagement?: SnapshotManagement | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* The Amazon Resource Name (ARN) of the specified table bucket.
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-tablebucketarn}
|
|
40
|
+
*/
|
|
41
|
+
TableBucketARN: string;
|
|
42
|
+
/**
|
|
43
|
+
* The name for the table.
|
|
44
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-tablename}
|
|
45
|
+
*/
|
|
46
|
+
TableName: string;
|
|
47
|
+
/**
|
|
48
|
+
* 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'.
|
|
49
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-withoutmetadata}
|
|
50
|
+
*/
|
|
51
|
+
WithoutMetadata?: WithoutMetadata | undefined;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#aws-resource-s3tables-table-return-values}
|
|
55
|
+
*/
|
|
56
|
+
export type S3TablesTableAttribs = {
|
|
57
|
+
/**
|
|
58
|
+
* The Amazon Resource Name (ARN) of the specified table.
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-tablearn}
|
|
60
|
+
*/
|
|
61
|
+
TableARN: string;
|
|
62
|
+
/**
|
|
63
|
+
* The version token of the table
|
|
64
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-versiontoken}
|
|
65
|
+
*/
|
|
66
|
+
VersionToken: string;
|
|
67
|
+
/**
|
|
68
|
+
* The warehouse location of the table.
|
|
69
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-warehouselocation}
|
|
70
|
+
*/
|
|
71
|
+
WarehouseLocation: string;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Settings governing the Compaction maintenance action. Contains details about the compaction settings for an Iceberg table.
|
|
75
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-compaction.html}
|
|
76
|
+
*/
|
|
77
|
+
export type Compaction = {
|
|
78
|
+
/**
|
|
79
|
+
* Indicates whether the Compaction maintenance action is enabled.
|
|
80
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-compaction.html#cfn-s3tables-table-compaction-status}
|
|
81
|
+
*/
|
|
82
|
+
Status?: "enabled" | "disabled" | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* The target file size for the table in MB.
|
|
85
|
+
* @min 64
|
|
86
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-compaction.html#cfn-s3tables-table-compaction-targetfilesizemb}
|
|
87
|
+
*/
|
|
88
|
+
TargetFileSizeMB?: number | undefined;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Contains details about the metadata for an Iceberg table.
|
|
92
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergmetadata.html}
|
|
93
|
+
*/
|
|
94
|
+
export type IcebergMetadata = {
|
|
95
|
+
/**
|
|
96
|
+
* Contains details about the schema for an Iceberg table
|
|
97
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergmetadata.html#cfn-s3tables-table-icebergmetadata-icebergschema}
|
|
98
|
+
*/
|
|
99
|
+
IcebergSchema: IcebergSchema;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* Contains details about the schema for an Iceberg table
|
|
103
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergschema.html}
|
|
104
|
+
*/
|
|
105
|
+
export type IcebergSchema = {
|
|
106
|
+
/**
|
|
107
|
+
* Contains details about the schema for an Iceberg table
|
|
108
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergschema.html#cfn-s3tables-table-icebergschema-schemafieldlist}
|
|
109
|
+
*/
|
|
110
|
+
SchemaFieldList: SchemaField[];
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* Format of the table.
|
|
114
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-opentableformat.html}
|
|
115
|
+
*/
|
|
116
|
+
export type OpenTableFormat = "ICEBERG";
|
|
117
|
+
/**
|
|
118
|
+
* Contains details about the schema for an Iceberg table
|
|
119
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-schemafield.html}
|
|
120
|
+
*/
|
|
121
|
+
export type SchemaField = {
|
|
122
|
+
/**
|
|
123
|
+
* The name of the field
|
|
124
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-schemafield.html#cfn-s3tables-table-schemafield-name}
|
|
125
|
+
*/
|
|
126
|
+
Name: string;
|
|
127
|
+
/**
|
|
128
|
+
* A Boolean value that specifies whether values are required for each row in this field
|
|
129
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-schemafield.html#cfn-s3tables-table-schemafield-required}
|
|
130
|
+
*/
|
|
131
|
+
Required?: boolean | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* The field type
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-schemafield.html#cfn-s3tables-table-schemafield-type}
|
|
135
|
+
*/
|
|
136
|
+
Type: string;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* Contains details about the snapshot management settings for an Iceberg table. A snapshot is expired when it exceeds MinSnapshotsToKeep and MaxSnapshotAgeHours.
|
|
140
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-snapshotmanagement.html}
|
|
141
|
+
*/
|
|
142
|
+
export type SnapshotManagement = {
|
|
143
|
+
/**
|
|
144
|
+
* The maximum age of a snapshot before it can be expired.
|
|
145
|
+
* @min 1
|
|
146
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-snapshotmanagement.html#cfn-s3tables-table-snapshotmanagement-maxsnapshotagehours}
|
|
147
|
+
*/
|
|
148
|
+
MaxSnapshotAgeHours?: number | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* The minimum number of snapshots to keep.
|
|
151
|
+
* @min 1
|
|
152
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-snapshotmanagement.html#cfn-s3tables-table-snapshotmanagement-minsnapshotstokeep}
|
|
153
|
+
*/
|
|
154
|
+
MinSnapshotsToKeep?: number | undefined;
|
|
155
|
+
/**
|
|
156
|
+
* Indicates whether the SnapshotManagement maintenance action is enabled.
|
|
157
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-snapshotmanagement.html#cfn-s3tables-table-snapshotmanagement-status}
|
|
158
|
+
*/
|
|
159
|
+
Status?: "enabled" | "disabled" | undefined;
|
|
160
|
+
};
|
|
161
|
+
/**
|
|
162
|
+
* 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'.
|
|
163
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-withoutmetadata.html}
|
|
164
|
+
*/
|
|
165
|
+
export type WithoutMetadata = "Yes";
|
|
166
|
+
//# sourceMappingURL=aws-s3tables-table.d.ts.map
|
|
@@ -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;
|