@propulsionworks/cloudformation 0.1.24 → 0.1.26
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-aps-scraper.d.ts +69 -1
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +3 -1
- package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicy.d.ts +40 -15
- package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicyversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +2 -2
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +23 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +1 -1
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +2 -2
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +3 -3
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +6 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +1 -1
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +6 -4
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecs-service.d.ts +10 -4
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +5 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +1 -27
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +4 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +7 -8
- package/out/exports/resources.generated/aws-iotsitewise-computationmodel.d.ts +16 -23
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +6 -11
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +53 -35
- package/out/exports/resources.generated/aws-lex-bot.d.ts +6 -0
- package/out/exports/resources.generated/aws-notifications-organizationalunitassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +12 -8
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +76 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +1 -1
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +21 -1
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +17 -6
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +12 -7
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +5 -3
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +25 -0
- package/out/exports/resources.generated/aws-s3tables-namespace.d.ts +9 -1
- package/out/exports/resources.generated/aws-s3tables-table.d.ts +20 -12
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +8 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +10 -2
- package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +15 -6
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +53 -0
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +3 -3
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +2 -2
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +1 -1
- package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +6 -2
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +8 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +1 -0
- package/out/exports/resources.generated/aws-smsvoice-configurationset.d.ts +211 -0
- package/out/exports/resources.generated/aws-smsvoice-optoutlist.d.ts +36 -0
- package/out/exports/resources.generated/aws-smsvoice-phonenumber.d.ts +136 -0
- package/out/exports/resources.generated/aws-smsvoice-pool.d.ts +126 -0
- package/out/exports/resources.generated/aws-smsvoice-protectconfiguration.d.ts +102 -0
- package/out/exports/resources.generated/aws-smsvoice-resourcepolicy.d.ts +24 -0
- package/out/exports/resources.generated/aws-smsvoice-senderid.d.ts +45 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +11 -3
- package/out/exports/resources.generated/aws-workspacesinstances-workspaceinstance.d.ts +101 -0
- package/package.json +1 -1
|
@@ -29,6 +29,11 @@ export type OmicsWorkflowVersionProps = {
|
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-accelerators}
|
|
30
30
|
*/
|
|
31
31
|
Accelerators?: Accelerators | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* Contains information about a source code repository that hosts the workflow definition files.
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-definitionrepository}
|
|
35
|
+
*/
|
|
36
|
+
DefinitionRepository?: DefinitionRepository | undefined;
|
|
32
37
|
/**
|
|
33
38
|
* @minLength 1
|
|
34
39
|
* @maxLength 256
|
|
@@ -59,6 +64,12 @@ export type OmicsWorkflowVersionProps = {
|
|
|
59
64
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-parametertemplate}
|
|
60
65
|
*/
|
|
61
66
|
ParameterTemplate?: Record<string, WorkflowParameter> | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* Path to the primary workflow parameter template JSON file inside the repository
|
|
69
|
+
* @pattern ^[\S]+$
|
|
70
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-parametertemplatepath}
|
|
71
|
+
*/
|
|
72
|
+
ParameterTemplatePath?: string | undefined;
|
|
62
73
|
/**
|
|
63
74
|
* @min 0
|
|
64
75
|
* @max 100000
|
|
@@ -97,6 +108,25 @@ export type OmicsWorkflowVersionProps = {
|
|
|
97
108
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-workflowid}
|
|
98
109
|
*/
|
|
99
110
|
WorkflowId: string;
|
|
111
|
+
/**
|
|
112
|
+
* The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-readmemarkdown}
|
|
114
|
+
*/
|
|
115
|
+
readmeMarkdown?: string | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
|
|
118
|
+
* @minLength 1
|
|
119
|
+
* @maxLength 128
|
|
120
|
+
* @pattern ^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$
|
|
121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-readmepath}
|
|
122
|
+
*/
|
|
123
|
+
readmePath?: string | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
|
|
126
|
+
* @pattern ^s3://([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])/((.{1,1024}))$
|
|
127
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-readmeuri}
|
|
128
|
+
*/
|
|
129
|
+
readmeUri?: string | undefined;
|
|
100
130
|
};
|
|
101
131
|
/**
|
|
102
132
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#aws-resource-omics-workflowversion-return-values}
|
|
@@ -140,6 +170,52 @@ export type OmicsWorkflowVersionAttribs = {
|
|
|
140
170
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-accelerators.html}
|
|
141
171
|
*/
|
|
142
172
|
export type Accelerators = "GPU";
|
|
173
|
+
/**
|
|
174
|
+
* Contains information about a source code repository that hosts the workflow definition files.
|
|
175
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-definitionrepository.html}
|
|
176
|
+
*/
|
|
177
|
+
export type DefinitionRepository = {
|
|
178
|
+
/**
|
|
179
|
+
* The Amazon Resource Name (ARN) of the connection to the source code repository.
|
|
180
|
+
* @minLength 1
|
|
181
|
+
* @maxLength 256
|
|
182
|
+
* @pattern ^arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+$
|
|
183
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-definitionrepository.html#cfn-omics-workflowversion-definitionrepository-connectionarn}
|
|
184
|
+
*/
|
|
185
|
+
connectionArn?: string | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* A list of file patterns to exclude when retrieving the workflow definition from the repository.
|
|
188
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-definitionrepository.html#cfn-omics-workflowversion-definitionrepository-excludefilepatterns}
|
|
189
|
+
*/
|
|
190
|
+
excludeFilePatterns?: string[] | undefined;
|
|
191
|
+
/**
|
|
192
|
+
* The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
|
|
193
|
+
* @pattern .+/.+
|
|
194
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-definitionrepository.html#cfn-omics-workflowversion-definitionrepository-fullrepositoryid}
|
|
195
|
+
*/
|
|
196
|
+
fullRepositoryId?: string | undefined;
|
|
197
|
+
/**
|
|
198
|
+
* The source reference for the repository, such as a branch name, tag, or commit ID.
|
|
199
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-definitionrepository.html#cfn-omics-workflowversion-definitionrepository-sourcereference}
|
|
200
|
+
*/
|
|
201
|
+
sourceReference?: SourceReference | undefined;
|
|
202
|
+
};
|
|
203
|
+
/**
|
|
204
|
+
* Contains information about the source reference in a code repository, such as a branch, tag, or commit.
|
|
205
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-sourcereference.html}
|
|
206
|
+
*/
|
|
207
|
+
export type SourceReference = {
|
|
208
|
+
/**
|
|
209
|
+
* The type of source reference, such as branch, tag, or commit.
|
|
210
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-sourcereference.html#cfn-omics-workflowversion-sourcereference-type}
|
|
211
|
+
*/
|
|
212
|
+
type?: "BRANCH" | "TAG" | "COMMIT" | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* The value of the source reference, such as the branch name, tag name, or commit ID.
|
|
215
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-sourcereference.html#cfn-omics-workflowversion-sourcereference-value}
|
|
216
|
+
*/
|
|
217
|
+
value?: string | undefined;
|
|
218
|
+
};
|
|
143
219
|
/**
|
|
144
220
|
* @minLength 1
|
|
145
221
|
* @maxLength 64
|
|
@@ -16,6 +16,10 @@ export type OpenSearchServerlessSecurityConfigProps = {
|
|
|
16
16
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-securityconfig.html#cfn-opensearchserverless-securityconfig-description}
|
|
17
17
|
*/
|
|
18
18
|
Description?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-securityconfig.html#cfn-opensearchserverless-securityconfig-iamfederationoptions}
|
|
21
|
+
*/
|
|
22
|
+
IamFederationOptions?: IamFederationConfigOptions | undefined;
|
|
19
23
|
/**
|
|
20
24
|
* Describes IAM Identity Center options in the form of a key-value map.
|
|
21
25
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-securityconfig.html#cfn-opensearchserverless-securityconfig-iamidentitycenteroptions}
|
|
@@ -67,6 +71,22 @@ export type OpenSearchServerlessSecurityConfigAttribs = {
|
|
|
67
71
|
*/
|
|
68
72
|
Id: string;
|
|
69
73
|
};
|
|
74
|
+
/**
|
|
75
|
+
* Describe IAM federation options in form of key value map
|
|
76
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-securityconfig-iamfederationconfigoptions.html}
|
|
77
|
+
*/
|
|
78
|
+
export type IamFederationConfigOptions = {
|
|
79
|
+
/**
|
|
80
|
+
* Group attribute for this IAM federation integration
|
|
81
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-securityconfig-iamfederationconfigoptions.html#cfn-opensearchserverless-securityconfig-iamfederationconfigoptions-groupattribute}
|
|
82
|
+
*/
|
|
83
|
+
GroupAttribute?: string | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* User attribute for this IAM federation integration
|
|
86
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-securityconfig-iamfederationconfigoptions.html#cfn-opensearchserverless-securityconfig-iamfederationconfigoptions-userattribute}
|
|
87
|
+
*/
|
|
88
|
+
UserAttribute?: string | undefined;
|
|
89
|
+
};
|
|
70
90
|
/**
|
|
71
91
|
* Describes IAM Identity Center options for an OpenSearch Serverless security configuration in the form of a key-value map.
|
|
72
92
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-securityconfig-iamidentitycenterconfigoptions.html}
|
|
@@ -135,5 +155,5 @@ export type SamlConfigOptions = {
|
|
|
135
155
|
* Config type for security config
|
|
136
156
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-securityconfig-securityconfigtype.html}
|
|
137
157
|
*/
|
|
138
|
-
export type SecurityConfigType = "saml" | "iamidentitycenter";
|
|
158
|
+
export type SecurityConfigType = "saml" | "iamidentitycenter" | "iamfederation";
|
|
139
159
|
//# sourceMappingURL=aws-opensearchserverless-securityconfig.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Creates an AWS PCS cluster resource. For more information, see [Creating a cluster in AWS Parallel Computing Service](https://docs.aws.amazon.com/pcs/latest/userguide/working-with_clusters_create.html) in the *AWS PCS User Guide* .
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-cluster.html}
|
|
5
5
|
*/
|
|
6
6
|
export type PCSCluster = ResourceDefinitionWithAttributes<"AWS::PCS::Cluster", PCSClusterProps, PCSClusterAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Creates an AWS PCS cluster resource. For more information, see [Creating a cluster in AWS Parallel Computing Service](https://docs.aws.amazon.com/pcs/latest/userguide/working-with_clusters_create.html) in the *AWS PCS User Guide* .
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-cluster.html}
|
|
10
10
|
*/
|
|
11
11
|
export type PCSClusterProps = {
|
|
@@ -48,6 +48,10 @@ export type PCSClusterProps = {
|
|
|
48
48
|
};
|
|
49
49
|
/**
|
|
50
50
|
* The size of the cluster.
|
|
51
|
+
*
|
|
52
|
+
* - `SMALL` : 32 compute nodes and 256 jobs
|
|
53
|
+
* - `MEDIUM` : 512 compute nodes and 8192 jobs
|
|
54
|
+
* - `LARGE` : 2048 compute nodes and 16,384 jobs
|
|
51
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-cluster.html#cfn-pcs-cluster-size}
|
|
52
56
|
*/
|
|
53
57
|
Size: "SMALL" | "MEDIUM" | "LARGE";
|
|
@@ -90,20 +94,24 @@ export type PCSClusterAttribs = {
|
|
|
90
94
|
*/
|
|
91
95
|
Id: string;
|
|
92
96
|
/**
|
|
93
|
-
* The provisioning status of the cluster.
|
|
97
|
+
* The provisioning status of the cluster.
|
|
98
|
+
*
|
|
99
|
+
* > The provisioning status doesn't indicate the overall health of the cluster. > The resource enters the `SUSPENDING` and `SUSPENDED` states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is `SUSPENDED` . For more information, see [Frequently asked questions about Slurm versions in AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/slurm-versions_faq.html) in the *AWS PCS User Guide* .
|
|
94
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-cluster.html#cfn-pcs-cluster-status}
|
|
95
101
|
*/
|
|
96
102
|
Status: "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED";
|
|
97
103
|
};
|
|
98
104
|
/**
|
|
99
|
-
* The accounting configuration includes configurable settings for Slurm accounting.
|
|
105
|
+
* The accounting configuration includes configurable settings for Slurm accounting.
|
|
100
106
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-accounting.html}
|
|
101
107
|
*/
|
|
102
108
|
export type Accounting = {
|
|
103
109
|
/**
|
|
104
110
|
* The default value for all purge settings for `slurmdbd.conf` . For more information, see the [slurmdbd.conf documentation at SchedMD](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurmdbd.conf.html) .
|
|
105
111
|
*
|
|
106
|
-
* The default value
|
|
112
|
+
* The default value for `defaultPurgeTimeInDays` is `-1` .
|
|
113
|
+
*
|
|
114
|
+
* A value of `-1` means there is no purge time and records persist as long as the cluster exists.
|
|
107
115
|
*
|
|
108
116
|
* > `0` isn't a valid value.
|
|
109
117
|
* @min -1
|
|
@@ -125,7 +133,7 @@ export type Accounting = {
|
|
|
125
133
|
*/
|
|
126
134
|
export type AuthKey = {
|
|
127
135
|
/**
|
|
128
|
-
* The Amazon Resource Name (ARN) of the shared Slurm key.
|
|
136
|
+
* The Amazon Resource Name (ARN) of the the shared Slurm key.
|
|
129
137
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-authkey.html#cfn-pcs-cluster-authkey-secretarn}
|
|
130
138
|
*/
|
|
131
139
|
SecretArn: string;
|
|
@@ -148,6 +156,9 @@ export type SlurmCustomSetting = {
|
|
|
148
156
|
* - [`Prolog`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Prolog_1)
|
|
149
157
|
* - [`Epilog`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Epilog_1)
|
|
150
158
|
* - [`SelectTypeParameters`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_SelectTypeParameters)
|
|
159
|
+
* - [`AccountingStorageEnforce`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_AccountingStorageEnforce)
|
|
160
|
+
*
|
|
161
|
+
* > AWS PCS supports a subset of the options for `AccountingStorageEnforce` . For more information, see [Slurm accounting in AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/slurm-accounting.html) in the *AWS PCS User Guide* .
|
|
151
162
|
* - For *compute node groups*
|
|
152
163
|
*
|
|
153
164
|
* - [`Weight`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Weight)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Creates an AWS PCS compute node group resource. For more information, see [Creating a compute node group in AWS PCS](https://docs.aws.amazon.com/pcs/latest/userguide/working-with_cng_create.html) in the *AWS PCS User Guide* .
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html}
|
|
5
5
|
*/
|
|
6
6
|
export type PCSComputeNodeGroup = ResourceDefinitionWithAttributes<"AWS::PCS::ComputeNodeGroup", PCSComputeNodeGroupProps, PCSComputeNodeGroupAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Creates an AWS PCS compute node group resource. For more information, see [Creating a compute node group in AWS PCS](https://docs.aws.amazon.com/pcs/latest/userguide/working-with_cng_create.html) in the *AWS PCS User Guide* .
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html}
|
|
10
10
|
*/
|
|
11
11
|
export type PCSComputeNodeGroupProps = {
|
|
@@ -35,13 +35,13 @@ export type PCSComputeNodeGroupProps = {
|
|
|
35
35
|
Version: string;
|
|
36
36
|
};
|
|
37
37
|
/**
|
|
38
|
-
* The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have pcs:RegisterComputeNodeGroupInstance
|
|
38
|
+
* The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have the `pcs:RegisterComputeNodeGroupInstance` permission and the role name must start with `AWSPCS` or must have the path `/aws-pcs/` . For more information, see [IAM instance profiles for AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/security-instance-profiles.html) in the *AWS PCS User Guide* .
|
|
39
39
|
* @pattern ^arn:aws([a-zA-Z-]{0,10})?:iam::[0-9]{12}:instance-profile/.{1,128}$
|
|
40
40
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html#cfn-pcs-computenodegroup-iaminstanceprofilearn}
|
|
41
41
|
*/
|
|
42
42
|
IamInstanceProfileArn: string;
|
|
43
43
|
/**
|
|
44
|
-
* A list of EC2 instance configurations that AWS PCS can provision in the compute node group.
|
|
44
|
+
* A list of EC2 instance configurations that AWS AWS PCS can provision in the compute node group.
|
|
45
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html#cfn-pcs-computenodegroup-instanceconfigs}
|
|
46
46
|
*/
|
|
47
47
|
InstanceConfigs: InstanceConfig[];
|
|
@@ -51,7 +51,7 @@ export type PCSComputeNodeGroupProps = {
|
|
|
51
51
|
*/
|
|
52
52
|
Name?: string | undefined;
|
|
53
53
|
/**
|
|
54
|
-
* Specifies how EC2 instances are purchased on your behalf. AWS PCS supports On-Demand and Spot instances. For more information, see Instance purchasing options in the Amazon Elastic Compute Cloud User Guide. If you don't provide this option, it defaults to On-Demand.
|
|
54
|
+
* Specifies how EC2 instances are purchased on your behalf. AWS AWS PCS supports On-Demand and Spot instances. For more information, see [Instance purchasing options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html) in the *Amazon Elastic Compute Cloud User Guide* . If you don't provide this option, it defaults to On-Demand.
|
|
55
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html#cfn-pcs-computenodegroup-purchaseoption}
|
|
56
56
|
*/
|
|
57
57
|
PurchaseOption?: "ONDEMAND" | "SPOT" | undefined;
|
|
@@ -82,7 +82,7 @@ export type PCSComputeNodeGroupProps = {
|
|
|
82
82
|
SlurmCustomSettings?: SlurmCustomSetting[] | undefined;
|
|
83
83
|
} | undefined;
|
|
84
84
|
/**
|
|
85
|
-
* Additional configuration when you specify `SPOT` as the `purchaseOption` .
|
|
85
|
+
* Additional configuration when you specify `SPOT` as the `purchaseOption` for the `CreateComputeNodeGroup` API action.
|
|
86
86
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html#cfn-pcs-computenodegroup-spotoptions}
|
|
87
87
|
*/
|
|
88
88
|
SpotOptions?: {
|
|
@@ -117,7 +117,9 @@ export type PCSComputeNodeGroupAttribs = {
|
|
|
117
117
|
*/
|
|
118
118
|
Id: string;
|
|
119
119
|
/**
|
|
120
|
-
* The provisioning status of the compute node group.
|
|
120
|
+
* The provisioning status of the compute node group.
|
|
121
|
+
*
|
|
122
|
+
* > The provisioning status doesn't indicate the overall health of the compute node group. > The resource enters the `SUSPENDING` and `SUSPENDED` states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is `SUSPENDED` . For more information, see [Frequently asked questions about Slurm versions in AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/slurm-versions_faq.html) in the *AWS PCS User Guide* .
|
|
121
123
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html#cfn-pcs-computenodegroup-status}
|
|
122
124
|
*/
|
|
123
125
|
Status: "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED";
|
|
@@ -148,6 +150,9 @@ export type SlurmCustomSetting = {
|
|
|
148
150
|
* - [`Prolog`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Prolog_1)
|
|
149
151
|
* - [`Epilog`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Epilog_1)
|
|
150
152
|
* - [`SelectTypeParameters`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_SelectTypeParameters)
|
|
153
|
+
* - [`AccountingStorageEnforce`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_AccountingStorageEnforce)
|
|
154
|
+
*
|
|
155
|
+
* > AWS PCS supports a subset of the options for `AccountingStorageEnforce` . For more information, see [Slurm accounting in AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/slurm-accounting.html) in the *AWS PCS User Guide* .
|
|
151
156
|
* - For *compute node groups*
|
|
152
157
|
*
|
|
153
158
|
* - [`Weight`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Weight)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Creates an AWS PCS queue resource. For more information, see [Creating a queue in AWS PCS](https://docs.aws.amazon.com/pcs/latest/userguide/working-with_queues_create.html) in the *AWS PCS User Guide* .
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-queue.html}
|
|
5
5
|
*/
|
|
6
6
|
export type PCSQueue = ResourceDefinitionWithAttributes<"AWS::PCS::Queue", PCSQueueProps, PCSQueueAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Creates an AWS PCS queue resource. For more information, see [Creating a queue in AWS PCS](https://docs.aws.amazon.com/pcs/latest/userguide/working-with_queues_create.html) in the *AWS PCS User Guide* .
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-queue.html}
|
|
10
10
|
*/
|
|
11
11
|
export type PCSQueueProps = {
|
|
@@ -46,7 +46,9 @@ export type PCSQueueAttribs = {
|
|
|
46
46
|
*/
|
|
47
47
|
Id: string;
|
|
48
48
|
/**
|
|
49
|
-
* The provisioning status of the queue.
|
|
49
|
+
* The provisioning status of the queue.
|
|
50
|
+
*
|
|
51
|
+
* > The provisioning status doesn't indicate the overall health of the queue. > The resource enters the `SUSPENDING` and `SUSPENDED` states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is `SUSPENDED` . For more information, see [Frequently asked questions about Slurm versions in AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/slurm-versions_faq.html) in the *AWS PCS User Guide* .
|
|
50
52
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-queue.html#cfn-pcs-queue-status}
|
|
51
53
|
*/
|
|
52
54
|
Status: "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED";
|
|
@@ -316,6 +316,14 @@ export type ArcThicknessOptions = "SMALL" | "MEDIUM" | "LARGE";
|
|
|
316
316
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.html}
|
|
317
317
|
*/
|
|
318
318
|
export type AssetOptions = {
|
|
319
|
+
/**
|
|
320
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.html#cfn-quicksight-dashboard-assetoptions-excludeddatasetarns}
|
|
321
|
+
*/
|
|
322
|
+
ExcludedDataSetArns?: string[] | undefined;
|
|
323
|
+
/**
|
|
324
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.html#cfn-quicksight-dashboard-assetoptions-qbusinessinsightsstatus}
|
|
325
|
+
*/
|
|
326
|
+
QBusinessInsightsStatus?: QBusinessInsightsStatus | undefined;
|
|
319
327
|
/**
|
|
320
328
|
* Determines the timezone for the analysis.
|
|
321
329
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.html#cfn-quicksight-dashboard-assetoptions-timezone}
|
|
@@ -2475,6 +2483,10 @@ export type DashboardPublishOptions = {
|
|
|
2475
2483
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-datapointtooltipoption}
|
|
2476
2484
|
*/
|
|
2477
2485
|
DataPointTooltipOption?: DataPointTooltipOption | undefined;
|
|
2486
|
+
/**
|
|
2487
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-dataqaenabledoption}
|
|
2488
|
+
*/
|
|
2489
|
+
DataQAEnabledOption?: DataQAEnabledOption | undefined;
|
|
2478
2490
|
/**
|
|
2479
2491
|
* Export to .csv option.
|
|
2480
2492
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-exporttocsvoption}
|
|
@@ -2917,6 +2929,15 @@ export type DataPointTooltipOption = {
|
|
|
2917
2929
|
*/
|
|
2918
2930
|
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
2919
2931
|
};
|
|
2932
|
+
/**
|
|
2933
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dataqaenabledoption.html}
|
|
2934
|
+
*/
|
|
2935
|
+
export type DataQAEnabledOption = {
|
|
2936
|
+
/**
|
|
2937
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dataqaenabledoption.html#cfn-quicksight-dashboard-dataqaenabledoption-availabilitystatus}
|
|
2938
|
+
*/
|
|
2939
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
2940
|
+
};
|
|
2920
2941
|
/**
|
|
2921
2942
|
* A data set.
|
|
2922
2943
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datasetidentifierdeclaration.html}
|
|
@@ -10291,6 +10312,10 @@ export type ProgressBarOptions = {
|
|
|
10291
10312
|
*/
|
|
10292
10313
|
Visibility?: Visibility | undefined;
|
|
10293
10314
|
};
|
|
10315
|
+
/**
|
|
10316
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-qbusinessinsightsstatus.html}
|
|
10317
|
+
*/
|
|
10318
|
+
export type QBusinessInsightsStatus = "ENABLED" | "DISABLED";
|
|
10294
10319
|
/**
|
|
10295
10320
|
* The aggregated field well configuration of a `RadarChartVisual` .
|
|
10296
10321
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-radarchartaggregatedfieldwells.html}
|
|
@@ -3,6 +3,10 @@ import type { ResourceDefinition } from "../main.ts";
|
|
|
3
3
|
* Creates a namespace. A namespace is a logical grouping of tables within your table bucket, which you can use to organize tables. For more information, see [Create a namespace](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-create.html) in the *Amazon Simple Storage Service User Guide* .
|
|
4
4
|
*
|
|
5
5
|
* - **Permissions** - You must have the `s3tables:CreateNamespace` permission to use this operation.
|
|
6
|
+
* - **Cloud Development Kit** - To use S3 Tables AWS CDK constructs, add the `@aws-cdk/aws-s3tables-alpha` dependency with one of the following options:
|
|
7
|
+
*
|
|
8
|
+
* - NPM: `npm i @aws-cdk/aws-s3tables-alpha`
|
|
9
|
+
* - Yarn: `yarn add @aws-cdk/aws-s3tables-alpha`
|
|
6
10
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-namespace.html}
|
|
7
11
|
*/
|
|
8
12
|
export type S3TablesNamespace = ResourceDefinition<"AWS::S3Tables::Namespace", S3TablesNamespaceProps>;
|
|
@@ -10,6 +14,10 @@ export type S3TablesNamespace = ResourceDefinition<"AWS::S3Tables::Namespace", S
|
|
|
10
14
|
* Creates a namespace. A namespace is a logical grouping of tables within your table bucket, which you can use to organize tables. For more information, see [Create a namespace](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-create.html) in the *Amazon Simple Storage Service User Guide* .
|
|
11
15
|
*
|
|
12
16
|
* - **Permissions** - You must have the `s3tables:CreateNamespace` permission to use this operation.
|
|
17
|
+
* - **Cloud Development Kit** - To use S3 Tables AWS CDK constructs, add the `@aws-cdk/aws-s3tables-alpha` dependency with one of the following options:
|
|
18
|
+
*
|
|
19
|
+
* - NPM: `npm i @aws-cdk/aws-s3tables-alpha`
|
|
20
|
+
* - Yarn: `yarn add @aws-cdk/aws-s3tables-alpha`
|
|
13
21
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-namespace.html}
|
|
14
22
|
*/
|
|
15
23
|
export type S3TablesNamespaceProps = {
|
|
@@ -19,7 +27,7 @@ export type S3TablesNamespaceProps = {
|
|
|
19
27
|
*/
|
|
20
28
|
Namespace: string;
|
|
21
29
|
/**
|
|
22
|
-
* The Amazon Resource Name (ARN) of the
|
|
30
|
+
* The Amazon Resource Name (ARN) of the table bucket to create the namespace in.
|
|
23
31
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-namespace.html#cfn-s3tables-namespace-tablebucketarn}
|
|
24
32
|
*/
|
|
25
33
|
TableBucketARN: string;
|
|
@@ -7,6 +7,10 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
|
7
7
|
* - If you use this operation with the optional `encryptionConfiguration` request parameter you must have the `s3tables:PutTableEncryption` permission.
|
|
8
8
|
*
|
|
9
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
|
+
* - **Cloud Development Kit** - To use S3 Tables AWS CDK constructs, add the `@aws-cdk/aws-s3tables-alpha` dependency with one of the following options:
|
|
11
|
+
*
|
|
12
|
+
* - NPM: `npm i @aws-cdk/aws-s3tables-alpha`
|
|
13
|
+
* - Yarn: `yarn add @aws-cdk/aws-s3tables-alpha`
|
|
10
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html}
|
|
11
15
|
*/
|
|
12
16
|
export type S3TablesTable = ResourceDefinitionWithAttributes<"AWS::S3Tables::Table", S3TablesTableProps, S3TablesTableAttribs>;
|
|
@@ -18,11 +22,15 @@ export type S3TablesTable = ResourceDefinitionWithAttributes<"AWS::S3Tables::Tab
|
|
|
18
22
|
* - If you use this operation with the optional `encryptionConfiguration` request parameter you must have the `s3tables:PutTableEncryption` permission.
|
|
19
23
|
*
|
|
20
24
|
* > 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) .
|
|
25
|
+
* - **Cloud Development Kit** - To use S3 Tables AWS CDK constructs, add the `@aws-cdk/aws-s3tables-alpha` dependency with one of the following options:
|
|
26
|
+
*
|
|
27
|
+
* - NPM: `npm i @aws-cdk/aws-s3tables-alpha`
|
|
28
|
+
* - Yarn: `yarn add @aws-cdk/aws-s3tables-alpha`
|
|
21
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html}
|
|
22
30
|
*/
|
|
23
31
|
export type S3TablesTableProps = {
|
|
24
32
|
/**
|
|
25
|
-
*
|
|
33
|
+
* Contains details about the compaction settings for an Iceberg table.
|
|
26
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-compaction}
|
|
27
35
|
*/
|
|
28
36
|
Compaction?: Compaction | undefined;
|
|
@@ -37,17 +45,17 @@ export type S3TablesTableProps = {
|
|
|
37
45
|
*/
|
|
38
46
|
Namespace: string;
|
|
39
47
|
/**
|
|
40
|
-
*
|
|
48
|
+
* The format of the table.
|
|
41
49
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-opentableformat}
|
|
42
50
|
*/
|
|
43
51
|
OpenTableFormat: OpenTableFormat;
|
|
44
52
|
/**
|
|
45
|
-
* Contains details about the snapshot management settings for
|
|
53
|
+
* Contains details about the Iceberg snapshot management settings for the table.
|
|
46
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-snapshotmanagement}
|
|
47
55
|
*/
|
|
48
56
|
SnapshotManagement?: SnapshotManagement | undefined;
|
|
49
57
|
/**
|
|
50
|
-
* The Amazon Resource Name (ARN) of the
|
|
58
|
+
* The Amazon Resource Name (ARN) of the table bucket to create the table in.
|
|
51
59
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-tablebucketarn}
|
|
52
60
|
*/
|
|
53
61
|
TableBucketARN: string;
|
|
@@ -57,7 +65,7 @@ export type S3TablesTableProps = {
|
|
|
57
65
|
*/
|
|
58
66
|
TableName: string;
|
|
59
67
|
/**
|
|
60
|
-
* Indicates that you don't want to specify a schema for the table. This property is mutually exclusive to
|
|
68
|
+
* 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
69
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-withoutmetadata}
|
|
62
70
|
*/
|
|
63
71
|
WithoutMetadata?: WithoutMetadata | undefined;
|
|
@@ -72,7 +80,7 @@ export type S3TablesTableAttribs = {
|
|
|
72
80
|
*/
|
|
73
81
|
TableARN: string;
|
|
74
82
|
/**
|
|
75
|
-
* The version token of the table
|
|
83
|
+
* The version token of the table.
|
|
76
84
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-versiontoken}
|
|
77
85
|
*/
|
|
78
86
|
VersionToken: string;
|
|
@@ -83,12 +91,12 @@ export type S3TablesTableAttribs = {
|
|
|
83
91
|
WarehouseLocation: string;
|
|
84
92
|
};
|
|
85
93
|
/**
|
|
86
|
-
*
|
|
94
|
+
* Contains details about the compaction settings for an Iceberg table.
|
|
87
95
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-compaction.html}
|
|
88
96
|
*/
|
|
89
97
|
export type Compaction = {
|
|
90
98
|
/**
|
|
91
|
-
*
|
|
99
|
+
* The status of the maintenance configuration.
|
|
92
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-compaction.html#cfn-s3tables-table-compaction-status}
|
|
93
101
|
*/
|
|
94
102
|
Status?: "enabled" | "disabled" | undefined;
|
|
@@ -105,7 +113,7 @@ export type Compaction = {
|
|
|
105
113
|
*/
|
|
106
114
|
export type IcebergMetadata = {
|
|
107
115
|
/**
|
|
108
|
-
*
|
|
116
|
+
* The schema for an Iceberg table.
|
|
109
117
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergmetadata.html#cfn-s3tables-table-icebergmetadata-icebergschema}
|
|
110
118
|
*/
|
|
111
119
|
IcebergSchema: IcebergSchema;
|
|
@@ -116,7 +124,7 @@ export type IcebergMetadata = {
|
|
|
116
124
|
*/
|
|
117
125
|
export type IcebergSchema = {
|
|
118
126
|
/**
|
|
119
|
-
*
|
|
127
|
+
* The schema fields for the table
|
|
120
128
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergschema.html#cfn-s3tables-table-icebergschema-schemafieldlist}
|
|
121
129
|
*/
|
|
122
130
|
SchemaFieldList: SchemaField[];
|
|
@@ -148,7 +156,7 @@ export type SchemaField = {
|
|
|
148
156
|
Type: string;
|
|
149
157
|
};
|
|
150
158
|
/**
|
|
151
|
-
* Contains details about the snapshot management settings for an Iceberg table.
|
|
159
|
+
* Contains details about the snapshot management settings for an Iceberg table. The oldest snapshot expires when its age exceeds the `maxSnapshotAgeHours` and the total number of snapshots exceeds the value for the minimum number of snapshots to keep `minSnapshotsToKeep` .
|
|
152
160
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-snapshotmanagement.html}
|
|
153
161
|
*/
|
|
154
162
|
export type SnapshotManagement = {
|
|
@@ -165,7 +173,7 @@ export type SnapshotManagement = {
|
|
|
165
173
|
*/
|
|
166
174
|
MinSnapshotsToKeep?: number | undefined;
|
|
167
175
|
/**
|
|
168
|
-
*
|
|
176
|
+
* The status of the maintenance configuration.
|
|
169
177
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-snapshotmanagement.html#cfn-s3tables-table-snapshotmanagement-status}
|
|
170
178
|
*/
|
|
171
179
|
Status?: "enabled" | "disabled" | undefined;
|
|
@@ -4,6 +4,10 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
|
4
4
|
*
|
|
5
5
|
* - **Permissions** - - You must have the `s3tables:CreateTableBucket` permission to use this operation.
|
|
6
6
|
* - If you use this operation with the optional `encryptionConfiguration` parameter you must have the `s3tables:PutTableBucketEncryption` permission.
|
|
7
|
+
* - **Cloud Development Kit** - To use S3 Tables AWS CDK constructs, add the `@aws-cdk/aws-s3tables-alpha` dependency with one of the following options:
|
|
8
|
+
*
|
|
9
|
+
* - NPM: `npm i @aws-cdk/aws-s3tables-alpha`
|
|
10
|
+
* - Yarn: `yarn add @aws-cdk/aws-s3tables-alpha`
|
|
7
11
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablebucket.html}
|
|
8
12
|
*/
|
|
9
13
|
export type S3TablesTableBucket = ResourceDefinitionWithAttributes<"AWS::S3Tables::TableBucket", S3TablesTableBucketProps, S3TablesTableBucketAttribs>;
|
|
@@ -12,6 +16,10 @@ export type S3TablesTableBucket = ResourceDefinitionWithAttributes<"AWS::S3Table
|
|
|
12
16
|
*
|
|
13
17
|
* - **Permissions** - - You must have the `s3tables:CreateTableBucket` permission to use this operation.
|
|
14
18
|
* - If you use this operation with the optional `encryptionConfiguration` parameter you must have the `s3tables:PutTableBucketEncryption` permission.
|
|
19
|
+
* - **Cloud Development Kit** - To use S3 Tables AWS CDK constructs, add the `@aws-cdk/aws-s3tables-alpha` dependency with one of the following options:
|
|
20
|
+
*
|
|
21
|
+
* - NPM: `npm i @aws-cdk/aws-s3tables-alpha`
|
|
22
|
+
* - Yarn: `yarn add @aws-cdk/aws-s3tables-alpha`
|
|
15
23
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablebucket.html}
|
|
16
24
|
*/
|
|
17
25
|
export type S3TablesTableBucketProps = {
|
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
import type { ResourceDefinition, PolicyDocument } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* Creates a new
|
|
3
|
+
* Creates a new maintenance configuration or replaces an existing table bucket policy for a table bucket. For more information, see [Adding a table bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-add) in the *Amazon Simple Storage Service User Guide* .
|
|
4
4
|
*
|
|
5
5
|
* - **Permissions** - You must have the `s3tables:PutTableBucketPolicy` permission to use this operation.
|
|
6
|
+
* - **Cloud Development Kit** - To use S3 Tables AWS CDK constructs, add the `@aws-cdk/aws-s3tables-alpha` dependency with one of the following options:
|
|
7
|
+
*
|
|
8
|
+
* - NPM: `npm i @aws-cdk/aws-s3tables-alpha`
|
|
9
|
+
* - Yarn: `yarn add @aws-cdk/aws-s3tables-alpha`
|
|
6
10
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablebucketpolicy.html}
|
|
7
11
|
*/
|
|
8
12
|
export type S3TablesTableBucketPolicy = ResourceDefinition<"AWS::S3Tables::TableBucketPolicy", S3TablesTableBucketPolicyProps>;
|
|
9
13
|
/**
|
|
10
|
-
* Creates a new
|
|
14
|
+
* Creates a new maintenance configuration or replaces an existing table bucket policy for a table bucket. For more information, see [Adding a table bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-add) in the *Amazon Simple Storage Service User Guide* .
|
|
11
15
|
*
|
|
12
16
|
* - **Permissions** - You must have the `s3tables:PutTableBucketPolicy` permission to use this operation.
|
|
17
|
+
* - **Cloud Development Kit** - To use S3 Tables AWS CDK constructs, add the `@aws-cdk/aws-s3tables-alpha` dependency with one of the following options:
|
|
18
|
+
*
|
|
19
|
+
* - NPM: `npm i @aws-cdk/aws-s3tables-alpha`
|
|
20
|
+
* - Yarn: `yarn add @aws-cdk/aws-s3tables-alpha`
|
|
13
21
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablebucketpolicy.html}
|
|
14
22
|
*/
|
|
15
23
|
export type S3TablesTableBucketPolicyProps = {
|