@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.
- package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +53 -13
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +2 -0
- 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 +11 -1
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +4 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +4 -4
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +39 -39
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +3 -2
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +42 -8
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +1 -1
- 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-customergateway.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +0 -4
- 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-filesystem.d.ts +25 -7
- 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-glue-job.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 +299 -0
- package/out/exports/resources.generated/aws-odb-cloudexadatainfrastructure.d.ts +212 -0
- package/out/exports/resources.generated/aws-odb-cloudvmcluster.d.ts +251 -0
- package/out/exports/resources.generated/aws-odb-odbnetwork.d.ts +108 -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 +32 -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 +178 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +1 -1
- package/out/exports/resources.generated/aws-transfer-server.d.ts +1 -0
- package/package.json +1 -1
|
@@ -10,45 +10,46 @@ import type { ResourceDefinitionWithAttributes, Tag, PolicyDocument } from "../m
|
|
|
10
10
|
*
|
|
11
11
|
* - The IAM Principal executing the stack operation must have the permissions listed below in all regions where you plan to have a global table replica. The IAM Principal's permissions should not have restrictions based on IP source address. Some global tables operations (for example, adding a replica) are asynchronous, and require that the IAM Principal is valid until they complete. You should not delete the Principal (user or IAM role) until CloudFormation has finished updating your stack.
|
|
12
12
|
*
|
|
13
|
+
* - `application-autoscaling:DeleteScalingPolicy`
|
|
14
|
+
* - `application-autoscaling:DeleteScheduledAction`
|
|
15
|
+
* - `application-autoscaling:DeregisterScalableTarget`
|
|
16
|
+
* - `application-autoscaling:DescribeScalableTargets`
|
|
17
|
+
* - `application-autoscaling:DescribeScalingPolicies`
|
|
18
|
+
* - `application-autoscaling:PutScalingPolicy`
|
|
19
|
+
* - `application-autoscaling:PutScheduledAction`
|
|
20
|
+
* - `application-autoscaling:RegisterScalableTarget`
|
|
21
|
+
* - `dynamodb:BatchWriteItem`
|
|
22
|
+
* - `dynamodb:CreateGlobalTableWitness`
|
|
13
23
|
* - `dynamodb:CreateTable`
|
|
14
|
-
* - `dynamodb:
|
|
24
|
+
* - `dynamodb:CreateTableReplica`
|
|
25
|
+
* - `dynamodb:DeleteGlobalTableWitness`
|
|
26
|
+
* - `dynamodb:DeleteItem`
|
|
15
27
|
* - `dynamodb:DeleteTable`
|
|
28
|
+
* - `dynamodb:DeleteTableReplica`
|
|
16
29
|
* - `dynamodb:DescribeContinuousBackups`
|
|
17
30
|
* - `dynamodb:DescribeContributorInsights`
|
|
18
31
|
* - `dynamodb:DescribeTable`
|
|
19
32
|
* - `dynamodb:DescribeTableReplicaAutoScaling`
|
|
20
33
|
* - `dynamodb:DescribeTimeToLive`
|
|
21
|
-
* - `dynamodb:ListTables`
|
|
22
|
-
* - `dynamodb:UpdateTimeToLive`
|
|
23
|
-
* - `dynamodb:UpdateContributorInsights`
|
|
24
|
-
* - `dynamodb:UpdateContinuousBackups`
|
|
25
|
-
* - `dynamodb:ListTagsOfResource`
|
|
26
|
-
* - `dynamodb:TagResource`
|
|
27
|
-
* - `dynamodb:UntagResource`
|
|
28
|
-
* - `dynamodb:BatchWriteItem`
|
|
29
|
-
* - `dynamodb:CreateTableReplica`
|
|
30
|
-
* - `dynamodb:DeleteItem`
|
|
31
|
-
* - `dynamodb:DeleteTableReplica`
|
|
32
34
|
* - `dynamodb:DisableKinesisStreamingDestination`
|
|
33
35
|
* - `dynamodb:EnableKinesisStreamingDestination`
|
|
34
36
|
* - `dynamodb:GetItem`
|
|
37
|
+
* - `dynamodb:ListTables`
|
|
38
|
+
* - `dynamodb:ListTagsOfResource`
|
|
35
39
|
* - `dynamodb:PutItem`
|
|
36
40
|
* - `dynamodb:Query`
|
|
37
41
|
* - `dynamodb:Scan`
|
|
42
|
+
* - `dynamodb:TagResource`
|
|
43
|
+
* - `dynamodb:UntagResource`
|
|
44
|
+
* - `dynamodb:UpdateContinuousBackups`
|
|
45
|
+
* - `dynamodb:UpdateContributorInsights`
|
|
38
46
|
* - `dynamodb:UpdateItem`
|
|
39
|
-
* - `dynamodb:
|
|
47
|
+
* - `dynamodb:UpdateTable`
|
|
40
48
|
* - `dynamodb:UpdateTableReplicaAutoScaling`
|
|
49
|
+
* - `dynamodb:UpdateTimeToLive`
|
|
41
50
|
* - `iam:CreateServiceLinkedRole`
|
|
42
51
|
* - `kms:CreateGrant`
|
|
43
52
|
* - `kms:DescribeKey`
|
|
44
|
-
* - `application-autoscaling:DeleteScalingPolicy`
|
|
45
|
-
* - `application-autoscaling:DeleteScheduledAction`
|
|
46
|
-
* - `application-autoscaling:DeregisterScalableTarget`
|
|
47
|
-
* - `application-autoscaling:DescribeScalingPolicies`
|
|
48
|
-
* - `application-autoscaling:DescribeScalableTargets`
|
|
49
|
-
* - `application-autoscaling:PutScalingPolicy`
|
|
50
|
-
* - `application-autoscaling:PutScheduledAction`
|
|
51
|
-
* - `application-autoscaling:RegisterScalableTarget`
|
|
52
53
|
* - When using provisioned billing mode, CloudFormation will create an auto scaling policy on each of your replicas to control their write capacities. You must configure this policy using the `WriteProvisionedThroughputSettings` property. CloudFormation will ensure that all replicas have the same write capacity auto scaling property. You cannot directly specify a value for write capacity for a global table.
|
|
53
54
|
* - If your table uses provisioned capacity, you must configure auto scaling directly in the `AWS::DynamoDB::GlobalTable` resource. You should not configure additional auto scaling policies on any of the table replicas or global secondary indexes, either via API or via `AWS::ApplicationAutoScaling::ScalableTarget` or `AWS::ApplicationAutoScaling::ScalingPolicy` . Doing so might result in unexpected behavior and is unsupported.
|
|
54
55
|
* - In AWS CloudFormation , each global table is controlled by a single stack, in a single region, regardless of the number of replicas. When you deploy your template, CloudFormation will create/update all replicas as part of a single stack operation. You should not deploy the same `AWS::DynamoDB::GlobalTable` resource in multiple regions. Doing so will result in errors, and is unsupported. If you deploy your application template in multiple regions, you can use conditions to only create the resource in a single region. Alternatively, you can choose to define your `AWS::DynamoDB::GlobalTable` resources in a stack separate from your application stack, and make sure it is only deployed to a single region.
|
|
@@ -66,45 +67,46 @@ export type DynamoDBGlobalTable = ResourceDefinitionWithAttributes<"AWS::DynamoD
|
|
|
66
67
|
*
|
|
67
68
|
* - The IAM Principal executing the stack operation must have the permissions listed below in all regions where you plan to have a global table replica. The IAM Principal's permissions should not have restrictions based on IP source address. Some global tables operations (for example, adding a replica) are asynchronous, and require that the IAM Principal is valid until they complete. You should not delete the Principal (user or IAM role) until CloudFormation has finished updating your stack.
|
|
68
69
|
*
|
|
70
|
+
* - `application-autoscaling:DeleteScalingPolicy`
|
|
71
|
+
* - `application-autoscaling:DeleteScheduledAction`
|
|
72
|
+
* - `application-autoscaling:DeregisterScalableTarget`
|
|
73
|
+
* - `application-autoscaling:DescribeScalableTargets`
|
|
74
|
+
* - `application-autoscaling:DescribeScalingPolicies`
|
|
75
|
+
* - `application-autoscaling:PutScalingPolicy`
|
|
76
|
+
* - `application-autoscaling:PutScheduledAction`
|
|
77
|
+
* - `application-autoscaling:RegisterScalableTarget`
|
|
78
|
+
* - `dynamodb:BatchWriteItem`
|
|
79
|
+
* - `dynamodb:CreateGlobalTableWitness`
|
|
69
80
|
* - `dynamodb:CreateTable`
|
|
70
|
-
* - `dynamodb:
|
|
81
|
+
* - `dynamodb:CreateTableReplica`
|
|
82
|
+
* - `dynamodb:DeleteGlobalTableWitness`
|
|
83
|
+
* - `dynamodb:DeleteItem`
|
|
71
84
|
* - `dynamodb:DeleteTable`
|
|
85
|
+
* - `dynamodb:DeleteTableReplica`
|
|
72
86
|
* - `dynamodb:DescribeContinuousBackups`
|
|
73
87
|
* - `dynamodb:DescribeContributorInsights`
|
|
74
88
|
* - `dynamodb:DescribeTable`
|
|
75
89
|
* - `dynamodb:DescribeTableReplicaAutoScaling`
|
|
76
90
|
* - `dynamodb:DescribeTimeToLive`
|
|
77
|
-
* - `dynamodb:ListTables`
|
|
78
|
-
* - `dynamodb:UpdateTimeToLive`
|
|
79
|
-
* - `dynamodb:UpdateContributorInsights`
|
|
80
|
-
* - `dynamodb:UpdateContinuousBackups`
|
|
81
|
-
* - `dynamodb:ListTagsOfResource`
|
|
82
|
-
* - `dynamodb:TagResource`
|
|
83
|
-
* - `dynamodb:UntagResource`
|
|
84
|
-
* - `dynamodb:BatchWriteItem`
|
|
85
|
-
* - `dynamodb:CreateTableReplica`
|
|
86
|
-
* - `dynamodb:DeleteItem`
|
|
87
|
-
* - `dynamodb:DeleteTableReplica`
|
|
88
91
|
* - `dynamodb:DisableKinesisStreamingDestination`
|
|
89
92
|
* - `dynamodb:EnableKinesisStreamingDestination`
|
|
90
93
|
* - `dynamodb:GetItem`
|
|
94
|
+
* - `dynamodb:ListTables`
|
|
95
|
+
* - `dynamodb:ListTagsOfResource`
|
|
91
96
|
* - `dynamodb:PutItem`
|
|
92
97
|
* - `dynamodb:Query`
|
|
93
98
|
* - `dynamodb:Scan`
|
|
99
|
+
* - `dynamodb:TagResource`
|
|
100
|
+
* - `dynamodb:UntagResource`
|
|
101
|
+
* - `dynamodb:UpdateContinuousBackups`
|
|
102
|
+
* - `dynamodb:UpdateContributorInsights`
|
|
94
103
|
* - `dynamodb:UpdateItem`
|
|
95
|
-
* - `dynamodb:
|
|
104
|
+
* - `dynamodb:UpdateTable`
|
|
96
105
|
* - `dynamodb:UpdateTableReplicaAutoScaling`
|
|
106
|
+
* - `dynamodb:UpdateTimeToLive`
|
|
97
107
|
* - `iam:CreateServiceLinkedRole`
|
|
98
108
|
* - `kms:CreateGrant`
|
|
99
109
|
* - `kms:DescribeKey`
|
|
100
|
-
* - `application-autoscaling:DeleteScalingPolicy`
|
|
101
|
-
* - `application-autoscaling:DeleteScheduledAction`
|
|
102
|
-
* - `application-autoscaling:DeregisterScalableTarget`
|
|
103
|
-
* - `application-autoscaling:DescribeScalingPolicies`
|
|
104
|
-
* - `application-autoscaling:DescribeScalableTargets`
|
|
105
|
-
* - `application-autoscaling:PutScalingPolicy`
|
|
106
|
-
* - `application-autoscaling:PutScheduledAction`
|
|
107
|
-
* - `application-autoscaling:RegisterScalableTarget`
|
|
108
110
|
* - When using provisioned billing mode, CloudFormation will create an auto scaling policy on each of your replicas to control their write capacities. You must configure this policy using the `WriteProvisionedThroughputSettings` property. CloudFormation will ensure that all replicas have the same write capacity auto scaling property. You cannot directly specify a value for write capacity for a global table.
|
|
109
111
|
* - If your table uses provisioned capacity, you must configure auto scaling directly in the `AWS::DynamoDB::GlobalTable` resource. You should not configure additional auto scaling policies on any of the table replicas or global secondary indexes, either via API or via `AWS::ApplicationAutoScaling::ScalableTarget` or `AWS::ApplicationAutoScaling::ScalingPolicy` . Doing so might result in unexpected behavior and is unsupported.
|
|
110
112
|
* - In AWS CloudFormation , each global table is controlled by a single stack, in a single region, regardless of the number of replicas. When you deploy your template, CloudFormation will create/update all replicas as part of a single stack operation. You should not deploy the same `AWS::DynamoDB::GlobalTable` resource in multiple regions. Doing so will result in errors, and is unsupported. If you deploy your application template in multiple regions, you can use conditions to only create the resource in a single region. Alternatively, you can choose to define your `AWS::DynamoDB::GlobalTable` resources in a stack separate from your application stack, and make sure it is only deployed to a single region.
|
|
@@ -133,6 +135,11 @@ export type DynamoDBGlobalTableProps = {
|
|
|
133
135
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-globalsecondaryindexes}
|
|
134
136
|
*/
|
|
135
137
|
GlobalSecondaryIndexes?: GlobalSecondaryIndex[] | undefined;
|
|
138
|
+
/**
|
|
139
|
+
* The list of witnesses of the MRSC global table. Only one witness Region can be configured per MRSC global table.
|
|
140
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-globaltablewitnesses}
|
|
141
|
+
*/
|
|
142
|
+
GlobalTableWitnesses?: GlobalTableWitness[] | undefined;
|
|
136
143
|
/**
|
|
137
144
|
* Specifies the attributes that make up the primary key for the table. The attributes in the `KeySchema` property must also be defined in the `AttributeDefinitions` property.
|
|
138
145
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-keyschema}
|
|
@@ -143,6 +150,18 @@ export type DynamoDBGlobalTableProps = {
|
|
|
143
150
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-localsecondaryindexes}
|
|
144
151
|
*/
|
|
145
152
|
LocalSecondaryIndexes?: LocalSecondaryIndex[] | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* Specifies the consistency mode for a new global table.
|
|
155
|
+
*
|
|
156
|
+
* You can specify one of the following consistency modes:
|
|
157
|
+
*
|
|
158
|
+
* - `EVENTUAL` : Configures a new global table for multi-Region eventual consistency (MREC).
|
|
159
|
+
* - `STRONG` : Configures a new global table for multi-Region strong consistency (MRSC).
|
|
160
|
+
*
|
|
161
|
+
* If you don't specify this field, the global table consistency mode defaults to `EVENTUAL` . For more information about global tables consistency modes, see [Consistency modes](https://docs.aws.amazon.com/V2globaltables_HowItWorks.html#V2globaltables_HowItWorks.consistency-modes) in DynamoDB developer guide.
|
|
162
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-multiregionconsistency}
|
|
163
|
+
*/
|
|
164
|
+
MultiRegionConsistency?: "EVENTUAL" | "STRONG" | undefined;
|
|
146
165
|
/**
|
|
147
166
|
* Specifies the list of replicas for your global table. The list must contain at least one element, the region where the stack defining the global table is deployed. For example, if you define your table in a stack deployed to us-east-1, you must have an entry in `Replicas` with the region us-east-1. You cannot remove the replica in the stack region.
|
|
148
167
|
*
|
|
@@ -150,7 +169,7 @@ export type DynamoDBGlobalTableProps = {
|
|
|
150
169
|
* >
|
|
151
170
|
* > If you add or delete a replica during an update, we recommend that you don't update any other resources. If your stack fails to update and is rolled back while adding a new replica, you might need to manually delete the replica.
|
|
152
171
|
*
|
|
153
|
-
* You can create a new global table with as many replicas as needed. You can add or remove replicas after table creation, but you can only add or remove a single replica in each update.
|
|
172
|
+
* You can create a new global table with as many replicas as needed. You can add or remove replicas after table creation, but you can only add or remove a single replica in each update. For Multi-Region Strong Consistency (MRSC), you can add or remove up to 3 replicas, or 2 replicas plus a witness Region.
|
|
154
173
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-replicas}
|
|
155
174
|
*/
|
|
156
175
|
Replicas: ReplicaSpecification[];
|
|
@@ -160,7 +179,7 @@ export type DynamoDBGlobalTableProps = {
|
|
|
160
179
|
*/
|
|
161
180
|
SSESpecification?: SSESpecification | undefined;
|
|
162
181
|
/**
|
|
163
|
-
* Specifies the streams settings on your global table. You must provide a value for this property if your global table contains more than one replica. You can only change the streams settings if your global table has only one replica.
|
|
182
|
+
* Specifies the streams settings on your global table. You must provide a value for this property if your global table contains more than one replica. You can only change the streams settings if your global table has only one replica. For Multi-Region Strong Consistency (MRSC), you do not need to provide a value for this property and can change the settings at any time.
|
|
164
183
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-streamspecification}
|
|
165
184
|
*/
|
|
166
185
|
StreamSpecification?: StreamSpecification | undefined;
|
|
@@ -325,6 +344,23 @@ export type GlobalSecondaryIndex = {
|
|
|
325
344
|
*/
|
|
326
345
|
WriteProvisionedThroughputSettings?: WriteProvisionedThroughputSettings | undefined;
|
|
327
346
|
};
|
|
347
|
+
/**
|
|
348
|
+
* The witness Region for the MRSC global table. A MRSC global table can be configured with either three replicas, or with two replicas and one witness.
|
|
349
|
+
*
|
|
350
|
+
* The witness must be in a different Region than the replicas and within the same Region set:
|
|
351
|
+
*
|
|
352
|
+
* - US Region set: US East (N. Virginia), US East (Ohio), US West (Oregon)
|
|
353
|
+
* - EU Region set: Europe (Ireland), Europe (London), Europe (Paris), Europe (Frankfurt)
|
|
354
|
+
* - AP Region set: Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Osaka)
|
|
355
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-globaltablewitness.html}
|
|
356
|
+
*/
|
|
357
|
+
export type GlobalTableWitness = {
|
|
358
|
+
/**
|
|
359
|
+
* The name of the AWS Region that serves as a witness for the MRSC global table.
|
|
360
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-globaltablewitness.html#cfn-dynamodb-globaltable-globaltablewitness-region}
|
|
361
|
+
*/
|
|
362
|
+
Region?: string | undefined;
|
|
363
|
+
};
|
|
328
364
|
/**
|
|
329
365
|
* Represents *a single element* of a key schema. A key schema specifies the attributes that make up the primary key of a table, or the key attributes of an index.
|
|
330
366
|
*
|
|
@@ -646,9 +682,9 @@ export type SSESpecification = {
|
|
|
646
682
|
SSEType?: string | undefined;
|
|
647
683
|
};
|
|
648
684
|
/**
|
|
649
|
-
* Represents the DynamoDB Streams configuration for a table in DynamoDB.
|
|
685
|
+
* Represents the DynamoDB Streams configuration for a table in DynamoDB .
|
|
650
686
|
*
|
|
651
|
-
* You can only modify this value
|
|
687
|
+
* You can only modify this value for a `AWS::DynamoDB::GlobalTable` resource configured for multi-Region eventual consistency (MREC, the default) if that resource contains only one entry in `Replicas` . You must specify a value for this property for a `AWS::DynamoDB::GlobalTable` resource configured for MREC with more than one entry in `Replicas` . For Multi-Region Strong Consistency (MRSC), Streams are not required and can be changed for existing tables.
|
|
652
688
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-streamspecification.html}
|
|
653
689
|
*/
|
|
654
690
|
export type StreamSpecification = {
|
|
@@ -106,9 +106,13 @@ export type DynamoDBTableProps = {
|
|
|
106
106
|
*/
|
|
107
107
|
ProvisionedThroughput?: ProvisionedThroughput | undefined;
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* An AWS resource-based policy document in JSON format that will be attached to the table.
|
|
110
110
|
*
|
|
111
|
-
* When you attach a resource-based policy while creating a table, the policy
|
|
111
|
+
* When you attach a resource-based policy while creating a table, the policy application is *strongly consistent* .
|
|
112
|
+
*
|
|
113
|
+
* The maximum size supported for a resource-based policy document is 20 KB. DynamoDB counts whitespaces when calculating the size of a policy against this limit. For a full list of all considerations that apply for resource-based policies, see [Resource-based policy considerations](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html) .
|
|
114
|
+
*
|
|
115
|
+
* > You need to specify the `CreateTable` and `PutResourcePolicy` IAM actions for authorizing a user to create a table with a resource-based policy.
|
|
112
116
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-resourcepolicy}
|
|
113
117
|
*/
|
|
114
118
|
ResourcePolicy?: ResourcePolicy | undefined;
|
|
@@ -40,7 +40,7 @@ export type EC2CustomerGatewayProps = {
|
|
|
40
40
|
*/
|
|
41
41
|
DeviceName?: string | undefined;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* The IP address for the customer gateway device's outside interface. The address must be static. If `OutsideIpAddressType` in your VPN connection options is set to `PrivateIpv4` , you can use an RFC6598 or RFC1918 private IPv4 address. If `OutsideIpAddressType` is set to `Ipv6` , you can use an IPv6 address.
|
|
44
44
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customergateway.html#cfn-ec2-customergateway-ipaddress}
|
|
45
45
|
*/
|
|
46
46
|
IpAddress: string;
|
|
@@ -80,7 +80,7 @@ export type EC2TrafficMirrorFilterRuleProps = {
|
|
|
80
80
|
*/
|
|
81
81
|
export type EC2TrafficMirrorFilterRuleAttribs = {
|
|
82
82
|
/**
|
|
83
|
-
* The ID of the Traffic Mirror
|
|
83
|
+
* The ID of the Traffic Mirror rule.
|
|
84
84
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterruleid}
|
|
85
85
|
*/
|
|
86
86
|
TrafficMirrorFilterRuleId: string;
|
|
@@ -48,9 +48,9 @@ export type EC2VPNConnectionProps = {
|
|
|
48
48
|
*/
|
|
49
49
|
LocalIpv6NetworkCidr?: string | undefined;
|
|
50
50
|
/**
|
|
51
|
-
* The type of
|
|
51
|
+
* The type of IP address assigned to the outside interface of the customer gateway device.
|
|
52
52
|
*
|
|
53
|
-
* Valid values: `PrivateIpv4` | `PublicIpv4`
|
|
53
|
+
* Valid values: `PrivateIpv4` | `PublicIpv4` | `Ipv6`
|
|
54
54
|
*
|
|
55
55
|
* Default: `PublicIpv4`
|
|
56
56
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconnection.html#cfn-ec2-vpnconnection-outsideipaddresstype}
|
|
@@ -268,7 +268,7 @@ export type ECSServiceAttribs = {
|
|
|
268
268
|
*/
|
|
269
269
|
Name: string;
|
|
270
270
|
/**
|
|
271
|
-
*
|
|
271
|
+
* The ARN that identifies the service. For more information about the ARN format, see [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#ecs-resource-ids) in the *Amazon ECS Developer Guide* .
|
|
272
272
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-servicearn}
|
|
273
273
|
*/
|
|
274
274
|
ServiceArn: string;
|
|
@@ -56,7 +56,6 @@ export type ECSTaskDefinitionProps = {
|
|
|
56
56
|
*/
|
|
57
57
|
Family?: string | undefined;
|
|
58
58
|
/**
|
|
59
|
-
* The Elastic Inference accelerators to use for the containers in the task.
|
|
60
59
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-taskdefinition.html#cfn-ecs-taskdefinition-inferenceaccelerators}
|
|
61
60
|
*/
|
|
62
61
|
InferenceAccelerators?: InferenceAccelerator[] | undefined;
|
|
@@ -884,17 +883,14 @@ export type HostVolumeProperties = {
|
|
|
884
883
|
SourcePath?: string | undefined;
|
|
885
884
|
};
|
|
886
885
|
/**
|
|
887
|
-
* Details on an Elastic Inference accelerator. For more information, see [Working with Amazon Elastic Inference on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
888
886
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html}
|
|
889
887
|
*/
|
|
890
888
|
export type InferenceAccelerator = {
|
|
891
889
|
/**
|
|
892
|
-
* The Elastic Inference accelerator device name. The `deviceName` must also be referenced in a container definition as a [ResourceRequirement](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ResourceRequirement.html) .
|
|
893
890
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html#cfn-ecs-taskdefinition-inferenceaccelerator-devicename}
|
|
894
891
|
*/
|
|
895
892
|
DeviceName?: string | undefined;
|
|
896
893
|
/**
|
|
897
|
-
* The Elastic Inference accelerator type to use.
|
|
898
894
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html#cfn-ecs-taskdefinition-inferenceaccelerator-devicetype}
|
|
899
895
|
*/
|
|
900
896
|
DeviceType?: string | undefined;
|
|
@@ -25,7 +25,7 @@ export type EMRServerlessApplicationProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
AutoStopConfiguration?: AutoStopConfiguration | undefined;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-identitycenterconfiguration}
|
|
30
30
|
*/
|
|
31
31
|
IdentityCenterConfiguration?: IdentityCenterConfiguration | undefined;
|
|
@@ -71,7 +71,7 @@ export type EVSEnvironmentProps = {
|
|
|
71
71
|
*/
|
|
72
72
|
KmsKeyId?: string | undefined;
|
|
73
73
|
/**
|
|
74
|
-
* The license information that Amazon EVS requires to create an environment. Amazon EVS requires two license keys: a VCF solution key and a vSAN license key.
|
|
74
|
+
* The license information that Amazon EVS requires to create an environment. Amazon EVS requires two license keys: a VCF solution key and a vSAN license key. The VCF solution key must cover a minimum of 256 cores. The vSAN license key must provide at least 110 TiB of vSAN capacity.
|
|
75
75
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-licenseinfo}
|
|
76
76
|
*/
|
|
77
77
|
LicenseInfo: {
|
|
@@ -52,11 +52,13 @@ export type FSxFileSystemProps = {
|
|
|
52
52
|
* - Amazon FSx for NetApp ONTAP
|
|
53
53
|
* - Amazon FSx for OpenZFS
|
|
54
54
|
* - Amazon FSx for Windows File Server
|
|
55
|
+
*
|
|
56
|
+
* If this ID isn't specified, the Amazon FSx-managed key for your account is used. For more information, see [Encrypt](https://docs.aws.amazon.com//kms/latest/APIReference/API_Encrypt.html) in the *AWS Key Management Service API Reference* .
|
|
55
57
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-kmskeyid}
|
|
56
58
|
*/
|
|
57
59
|
KmsKeyId?: string | undefined;
|
|
58
60
|
/**
|
|
59
|
-
* The Lustre configuration for the file system being created.
|
|
61
|
+
* The Lustre configuration for the file system being created. This configuration is required if the `FileSystemType` is set to `LUSTRE` .
|
|
60
62
|
*
|
|
61
63
|
* > The following parameters are not supported when creating Lustre file systems with a data repository association.
|
|
62
64
|
* >
|
|
@@ -68,12 +70,12 @@ export type FSxFileSystemProps = {
|
|
|
68
70
|
*/
|
|
69
71
|
LustreConfiguration?: LustreConfiguration | undefined;
|
|
70
72
|
/**
|
|
71
|
-
* The ONTAP configuration properties of the FSx for ONTAP file system that you are creating.
|
|
73
|
+
* The ONTAP configuration properties of the FSx for ONTAP file system that you are creating. This configuration is required if the `FileSystemType` is set to `ONTAP` .
|
|
72
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-ontapconfiguration}
|
|
73
75
|
*/
|
|
74
76
|
OntapConfiguration?: OntapConfiguration | undefined;
|
|
75
77
|
/**
|
|
76
|
-
* The Amazon FSx for OpenZFS configuration properties for the file system that you are creating.
|
|
78
|
+
* The Amazon FSx for OpenZFS configuration properties for the file system that you are creating. This configuration is required if the `FileSystemType` is set to `OPENZFS` .
|
|
77
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-openzfsconfiguration}
|
|
78
80
|
*/
|
|
79
81
|
OpenZFSConfiguration?: OpenZFSConfiguration | undefined;
|
|
@@ -130,9 +132,7 @@ export type FSxFileSystemProps = {
|
|
|
130
132
|
*/
|
|
131
133
|
Tags?: Tag[] | undefined;
|
|
132
134
|
/**
|
|
133
|
-
* The configuration object for the Microsoft Windows file system you are creating.
|
|
134
|
-
*
|
|
135
|
-
* This value is required if `FileSystemType` is set to `WINDOWS` .
|
|
135
|
+
* The configuration object for the Microsoft Windows file system you are creating. This configuration is required if `FileSystemType` is set to `WINDOWS` .
|
|
136
136
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-windowsconfiguration}
|
|
137
137
|
*/
|
|
138
138
|
WindowsConfiguration?: WindowsConfiguration | undefined;
|
|
@@ -231,14 +231,21 @@ export type ClientConfigurations = {
|
|
|
231
231
|
Options?: string[] | undefined;
|
|
232
232
|
};
|
|
233
233
|
/**
|
|
234
|
+
* The configuration for the optional provisioned SSD read cache on Amazon FSx for Lustre file systems that use the Intelligent-Tiering storage class.
|
|
234
235
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-datareadcacheconfiguration.html}
|
|
235
236
|
*/
|
|
236
237
|
export type DataReadCacheConfiguration = {
|
|
237
238
|
/**
|
|
239
|
+
* Required if `SizingMode` is set to `USER_PROVISIONED` . Specifies the size of the file system's SSD read cache, in gibibytes (GiB).
|
|
238
240
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-datareadcacheconfiguration.html#cfn-fsx-filesystem-datareadcacheconfiguration-sizegib}
|
|
239
241
|
*/
|
|
240
242
|
SizeGiB?: number | undefined;
|
|
241
243
|
/**
|
|
244
|
+
* Specifies how the provisioned SSD read cache is sized, as follows:
|
|
245
|
+
*
|
|
246
|
+
* - Set to `NO_CACHE` if you do not want to use an SSD read cache with your Intelligent-Tiering file system.
|
|
247
|
+
* - Set to `USER_PROVISIONED` to specify the exact size of your SSD read cache.
|
|
248
|
+
* - Set to `PROPORTIONAL_TO_THROUGHPUT_CAPACITY` to have your SSD read cache automatically sized based on your throughput capacity.
|
|
242
249
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-datareadcacheconfiguration.html#cfn-fsx-filesystem-datareadcacheconfiguration-sizingmode}
|
|
243
250
|
*/
|
|
244
251
|
SizingMode?: string | undefined;
|
|
@@ -312,6 +319,7 @@ export type LustreConfiguration = {
|
|
|
312
319
|
*/
|
|
313
320
|
DataCompressionType?: string | undefined;
|
|
314
321
|
/**
|
|
322
|
+
* Specifies the optional provisioned SSD read cache on FSx for Lustre file systems that use the Intelligent-Tiering storage class. Required when `StorageType` is set to `INTELLIGENT_TIERING` .
|
|
315
323
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-datareadcacheconfiguration}
|
|
316
324
|
*/
|
|
317
325
|
DataReadCacheConfiguration?: DataReadCacheConfiguration | undefined;
|
|
@@ -338,6 +346,9 @@ export type LustreConfiguration = {
|
|
|
338
346
|
*/
|
|
339
347
|
DriveCacheType?: string | undefined;
|
|
340
348
|
/**
|
|
349
|
+
* (Optional) Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage (GDS) support is enabled for the Amazon FSx for Lustre file system.
|
|
350
|
+
*
|
|
351
|
+
* (Default = `false` )
|
|
341
352
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-efaenabled}
|
|
342
353
|
*/
|
|
343
354
|
EfaEnabled?: boolean | undefined;
|
|
@@ -367,6 +378,7 @@ export type LustreConfiguration = {
|
|
|
367
378
|
*/
|
|
368
379
|
ImportedFileChunkSize?: number | undefined;
|
|
369
380
|
/**
|
|
381
|
+
* The Lustre metadata performance configuration for the creation of an FSx for Lustre file system using a `PERSISTENT_2` deployment type.
|
|
370
382
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-metadataconfiguration}
|
|
371
383
|
*/
|
|
372
384
|
MetadataConfiguration?: MetadataConfiguration | undefined;
|
|
@@ -382,6 +394,7 @@ export type LustreConfiguration = {
|
|
|
382
394
|
*/
|
|
383
395
|
PerUnitStorageThroughput?: number | undefined;
|
|
384
396
|
/**
|
|
397
|
+
* Specifies the throughput of an FSx for Lustre file system using the Intelligent-Tiering storage class, measured in megabytes per second (MBps). Valid values are 4000 MBps or multiples of 4000 MBps. You pay for the amount of throughput that you provision.
|
|
385
398
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-lustreconfiguration.html#cfn-fsx-filesystem-lustreconfiguration-throughputcapacity}
|
|
386
399
|
*/
|
|
387
400
|
ThroughputCapacity?: number | undefined;
|
|
@@ -394,14 +407,17 @@ export type LustreConfiguration = {
|
|
|
394
407
|
WeeklyMaintenanceStartTime?: string | undefined;
|
|
395
408
|
};
|
|
396
409
|
/**
|
|
410
|
+
* The configuration that allows you to specify the performance of metadata operations for an FSx for Lustre file system.
|
|
397
411
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-metadataconfiguration.html}
|
|
398
412
|
*/
|
|
399
413
|
export type MetadataConfiguration = {
|
|
400
414
|
/**
|
|
415
|
+
* The number of Metadata IOPS provisioned for the file system.
|
|
401
416
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-metadataconfiguration.html#cfn-fsx-filesystem-metadataconfiguration-iops}
|
|
402
417
|
*/
|
|
403
418
|
Iops?: number | undefined;
|
|
404
419
|
/**
|
|
420
|
+
* Specifies whether the file system is using the AUTOMATIC setting of metadata IOPS or if it is using a USER_PROVISIONED value.
|
|
405
421
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-metadataconfiguration.html#cfn-fsx-filesystem-metadataconfiguration-mode}
|
|
406
422
|
*/
|
|
407
423
|
Mode?: string | undefined;
|
|
@@ -592,7 +608,9 @@ export type OpenZFSConfiguration = {
|
|
|
592
608
|
*/
|
|
593
609
|
RouteTableIds?: string[] | undefined;
|
|
594
610
|
/**
|
|
595
|
-
* Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MBps).
|
|
611
|
+
* Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MBps). Required if you are creating a new file system.
|
|
612
|
+
*
|
|
613
|
+
* Valid values depend on the `DeploymentType` that you choose, as follows:
|
|
596
614
|
*
|
|
597
615
|
* - For `MULTI_AZ_1` and `SINGLE_AZ_2` , valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MBps.
|
|
598
616
|
* - For `SINGLE_AZ_1` , valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MBps.
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* An S3 access point attached to an Amazon FSx volume.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html}
|
|
5
5
|
*/
|
|
6
6
|
export type FSxS3AccessPointAttachment = ResourceDefinitionWithAttributes<"AWS::FSx::S3AccessPointAttachment", FSxS3AccessPointAttachmentProps, FSxS3AccessPointAttachmentAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* An S3 access point attached to an Amazon FSx volume.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html}
|
|
10
10
|
*/
|
|
11
11
|
export type FSxS3AccessPointAttachmentProps = {
|
|
12
12
|
/**
|
|
13
|
-
* The
|
|
13
|
+
* The name of the S3 access point attachment; also used for the name of the S3 access point.
|
|
14
14
|
* @minLength 3
|
|
15
15
|
* @maxLength 50
|
|
16
16
|
* @pattern ^(?=[a-z0-9])[a-z0-9-]{1,48}[a-z0-9]$
|
|
@@ -18,14 +18,17 @@ export type FSxS3AccessPointAttachmentProps = {
|
|
|
18
18
|
*/
|
|
19
19
|
Name: string;
|
|
20
20
|
/**
|
|
21
|
+
* The OpenZFSConfiguration of the S3 access point attachment.
|
|
21
22
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html#cfn-fsx-s3accesspointattachment-openzfsconfiguration}
|
|
22
23
|
*/
|
|
23
24
|
OpenZFSConfiguration: S3AccessPointOpenZFSConfiguration;
|
|
24
25
|
/**
|
|
26
|
+
* The S3 access point configuration of the S3 access point attachment.
|
|
25
27
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html#cfn-fsx-s3accesspointattachment-s3accesspoint}
|
|
26
28
|
*/
|
|
27
29
|
S3AccessPoint?: S3AccessPoint | undefined;
|
|
28
30
|
/**
|
|
31
|
+
* The type of Amazon FSx volume that the S3 access point is attached to.
|
|
29
32
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html#cfn-fsx-s3accesspointattachment-type}
|
|
30
33
|
*/
|
|
31
34
|
Type: "OPENZFS";
|
|
@@ -35,6 +38,7 @@ export type FSxS3AccessPointAttachmentProps = {
|
|
|
35
38
|
*/
|
|
36
39
|
export type FSxS3AccessPointAttachmentAttribs = {
|
|
37
40
|
/**
|
|
41
|
+
* The S3 access point's alias.
|
|
38
42
|
* @minLength 1
|
|
39
43
|
* @maxLength 63
|
|
40
44
|
* @pattern ^[0-9a-z\\-]{1,63}
|
|
@@ -42,6 +46,7 @@ export type FSxS3AccessPointAttachmentAttribs = {
|
|
|
42
46
|
*/
|
|
43
47
|
"S3AccessPoint.Alias": string;
|
|
44
48
|
/**
|
|
49
|
+
* The S3 access point's ARN.
|
|
45
50
|
* @minLength 8
|
|
46
51
|
* @maxLength 1024
|
|
47
52
|
* @pattern ^arn:[^:]{1,63}:[^:]{0,63}:[^:]{0,63}:(?:|\d{12}):[^/].{0,1023}$
|
|
@@ -50,10 +55,12 @@ export type FSxS3AccessPointAttachmentAttribs = {
|
|
|
50
55
|
"S3AccessPoint.ResourceARN": string;
|
|
51
56
|
};
|
|
52
57
|
/**
|
|
58
|
+
* The GID of the file system user.
|
|
53
59
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-filesystemgid.html}
|
|
54
60
|
*/
|
|
55
61
|
export type FileSystemGID = {
|
|
56
62
|
/**
|
|
63
|
+
* The GID of the file system user.
|
|
57
64
|
* @min 0
|
|
58
65
|
* @max 4294967295
|
|
59
66
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-filesystemgid.html#cfn-fsx-s3accesspointattachment-filesystemgid-gid}
|
|
@@ -61,33 +68,40 @@ export type FileSystemGID = {
|
|
|
61
68
|
Gid: number;
|
|
62
69
|
};
|
|
63
70
|
/**
|
|
71
|
+
* Specifies the file system user identity that will be used for authorizing all file access requests that are made using the S3 access point.
|
|
64
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsfilesystemidentity.html}
|
|
65
73
|
*/
|
|
66
74
|
export type OpenZFSFileSystemIdentity = {
|
|
67
75
|
/**
|
|
76
|
+
* Specifies the UID and GIDs of the file system POSIX user.
|
|
68
77
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsfilesystemidentity.html#cfn-fsx-s3accesspointattachment-openzfsfilesystemidentity-posixuser}
|
|
69
78
|
*/
|
|
70
79
|
PosixUser: OpenZFSPosixFileSystemUser;
|
|
71
80
|
/**
|
|
81
|
+
* Specifies the FSx for OpenZFS user identity type, accepts only `POSIX` .
|
|
72
82
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsfilesystemidentity.html#cfn-fsx-s3accesspointattachment-openzfsfilesystemidentity-type}
|
|
73
83
|
*/
|
|
74
84
|
Type: "POSIX";
|
|
75
85
|
};
|
|
76
86
|
/**
|
|
87
|
+
* The FSx for OpenZFS file system user that is used for authorizing all file access requests that are made using the S3 access point.
|
|
77
88
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html}
|
|
78
89
|
*/
|
|
79
90
|
export type OpenZFSPosixFileSystemUser = {
|
|
80
91
|
/**
|
|
92
|
+
* The GID of the file system user.
|
|
81
93
|
* @min 0
|
|
82
94
|
* @max 4294967295
|
|
83
95
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html#cfn-fsx-s3accesspointattachment-openzfsposixfilesystemuser-gid}
|
|
84
96
|
*/
|
|
85
97
|
Gid: number;
|
|
86
98
|
/**
|
|
99
|
+
* The list of secondary GIDs for the file system user.
|
|
87
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html#cfn-fsx-s3accesspointattachment-openzfsposixfilesystemuser-secondarygids}
|
|
88
101
|
*/
|
|
89
102
|
SecondaryGids?: FileSystemGID[] | undefined;
|
|
90
103
|
/**
|
|
104
|
+
* The UID of the file system user.
|
|
91
105
|
* @min 0
|
|
92
106
|
* @max 4294967295
|
|
93
107
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html#cfn-fsx-s3accesspointattachment-openzfsposixfilesystemuser-uid}
|
|
@@ -95,29 +109,35 @@ export type OpenZFSPosixFileSystemUser = {
|
|
|
95
109
|
Uid: number;
|
|
96
110
|
};
|
|
97
111
|
/**
|
|
112
|
+
* Describes the S3 access point configuration of the S3 access point attachment.
|
|
98
113
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html}
|
|
99
114
|
*/
|
|
100
115
|
export type S3AccessPoint = {
|
|
101
116
|
/**
|
|
117
|
+
* The S3 access point's policy.
|
|
102
118
|
* @minLength 1
|
|
103
119
|
* @maxLength 200000
|
|
104
120
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html#cfn-fsx-s3accesspointattachment-s3accesspoint-policy}
|
|
105
121
|
*/
|
|
106
122
|
Policy?: Record<string, unknown> | string | undefined;
|
|
107
123
|
/**
|
|
124
|
+
* The S3 access point's virtual private cloud (VPC) configuration.
|
|
108
125
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html#cfn-fsx-s3accesspointattachment-s3accesspoint-vpcconfiguration}
|
|
109
126
|
*/
|
|
110
127
|
VpcConfiguration?: S3AccessPointVpcConfiguration | undefined;
|
|
111
128
|
};
|
|
112
129
|
/**
|
|
130
|
+
* Describes the FSx for OpenZFS attachment configuration of an S3 access point attachment.
|
|
113
131
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration.html}
|
|
114
132
|
*/
|
|
115
133
|
export type S3AccessPointOpenZFSConfiguration = {
|
|
116
134
|
/**
|
|
135
|
+
* The file system identity used to authorize file access requests made using the S3 access point.
|
|
117
136
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration.html#cfn-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration-filesystemidentity}
|
|
118
137
|
*/
|
|
119
138
|
FileSystemIdentity: OpenZFSFileSystemIdentity;
|
|
120
139
|
/**
|
|
140
|
+
* The ID of the FSx for OpenZFS volume that the S3 access point is attached to.
|
|
121
141
|
* @minLength 23
|
|
122
142
|
* @maxLength 23
|
|
123
143
|
* @pattern ^(fsvol-[0-9a-f]{17,})$
|
|
@@ -126,10 +146,12 @@ export type S3AccessPointOpenZFSConfiguration = {
|
|
|
126
146
|
VolumeId: string;
|
|
127
147
|
};
|
|
128
148
|
/**
|
|
149
|
+
* If included, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).
|
|
129
150
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointvpcconfiguration.html}
|
|
130
151
|
*/
|
|
131
152
|
export type S3AccessPointVpcConfiguration = {
|
|
132
153
|
/**
|
|
154
|
+
* Specifies the virtual private cloud (VPC) for the S3 access point VPC configuration, if one exists.
|
|
133
155
|
* @minLength 12
|
|
134
156
|
* @maxLength 21
|
|
135
157
|
* @pattern ^(vpc-[0-9a-f]{8,})$
|
|
@@ -343,7 +343,7 @@ export type LogConfiguration = {
|
|
|
343
343
|
*/
|
|
344
344
|
LogDestination?: LogDestination | undefined;
|
|
345
345
|
/**
|
|
346
|
-
* If log destination is CLOUDWATCH, logs are sent to the specified log group in Amazon CloudWatch.
|
|
346
|
+
* If log destination is `CLOUDWATCH` , logs are sent to the specified log group in Amazon CloudWatch.
|
|
347
347
|
* @minLength 1
|
|
348
348
|
* @maxLength 512
|
|
349
349
|
* @pattern [a-zA-Z0-9:/\-\*]+
|