@propulsionworks/cloudformation 0.1.33 → 0.1.34
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-appstream-fleet.d.ts +0 -4
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +0 -4
- package/out/exports/resources.generated/aws-aps-anomalydetector.d.ts +34 -12
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +3 -0
- package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicy.d.ts +15 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-browsercustom.d.ts +16 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +103 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-workloadidentity.d.ts +61 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +1 -1
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +9 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +15 -1
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +30 -3
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +1 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +32 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +532 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +5 -5
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +5 -5
- package/out/exports/resources.generated/aws-ecs-service.d.ts +42 -5
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +4 -4
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +5 -5
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +1 -1
- package/out/exports/resources.generated/aws-glue-integrationresourceproperty.d.ts +74 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +1 -1
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +1 -1
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +19 -19
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +7 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +1 -1
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +1 -1
- package/out/exports/resources.generated/aws-location-apikey.d.ts +39 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +1 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +1 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +5 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +3 -3
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +987 -27
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +1 -1
- package/out/exports/resources.generated/aws-rtbfabric-link.d.ts +48 -3
- package/out/exports/resources.generated/aws-rtbfabric-requestergateway.d.ts +7 -5
- package/out/exports/resources.generated/aws-rtbfabric-respondergateway.d.ts +29 -5
- package/out/exports/resources.generated/aws-s3vectors-index.d.ts +68 -11
- package/out/exports/resources.generated/aws-s3vectors-vectorbucket.d.ts +74 -8
- package/out/exports/resources.generated/aws-s3vectors-vectorbucketpolicy.d.ts +64 -6
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +16 -15
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +5 -13
- package/out/exports/resources.generated/aws-ses-multiregionendpoint.d.ts +48 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +32 -0
- package/package.json +1 -1
|
@@ -29,22 +29,27 @@ export type CleanRoomsPrivacyBudgetTemplateProps = {
|
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-privacybudgettemplate.html#cfn-cleanrooms-privacybudgettemplate-parameters}
|
|
30
30
|
*/
|
|
31
31
|
Parameters: {
|
|
32
|
+
BudgetParameters?: BudgetParameter[] | undefined;
|
|
32
33
|
/**
|
|
33
34
|
* @min 1
|
|
34
35
|
* @max 20
|
|
35
36
|
*/
|
|
36
|
-
Epsilon
|
|
37
|
+
Epsilon?: number | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* @maxLength 200
|
|
40
|
+
*/
|
|
41
|
+
ResourceArn?: string | undefined;
|
|
37
42
|
/**
|
|
38
43
|
* @min 10
|
|
39
44
|
* @max 100
|
|
40
45
|
*/
|
|
41
|
-
UsersNoisePerQuery
|
|
46
|
+
UsersNoisePerQuery?: number | undefined;
|
|
42
47
|
};
|
|
43
48
|
/**
|
|
44
49
|
* Specifies the type of the privacy budget template.
|
|
45
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-privacybudgettemplate.html#cfn-cleanrooms-privacybudgettemplate-privacybudgettype}
|
|
46
51
|
*/
|
|
47
|
-
PrivacyBudgetType: "DIFFERENTIAL_PRIVACY";
|
|
52
|
+
PrivacyBudgetType: "DIFFERENTIAL_PRIVACY" | "ACCESS_BUDGET";
|
|
48
53
|
/**
|
|
49
54
|
* An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
|
|
50
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-privacybudgettemplate.html#cfn-cleanrooms-privacybudgettemplate-tags}
|
|
@@ -90,4 +95,26 @@ export type CleanRoomsPrivacyBudgetTemplateAttribs = {
|
|
|
90
95
|
*/
|
|
91
96
|
PrivacyBudgetTemplateIdentifier: string;
|
|
92
97
|
};
|
|
98
|
+
/**
|
|
99
|
+
* Individual budget parameter configuration that defines specific budget allocation settings for access budgets.
|
|
100
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html}
|
|
101
|
+
*/
|
|
102
|
+
export type BudgetParameter = {
|
|
103
|
+
/**
|
|
104
|
+
* Whether this individual budget parameter automatically refreshes when the budget period resets.
|
|
105
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html#cfn-cleanrooms-privacybudgettemplate-budgetparameter-autorefresh}
|
|
106
|
+
*/
|
|
107
|
+
AutoRefresh?: "ENABLED" | "DISABLED" | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* The budget allocation amount for this specific parameter.
|
|
110
|
+
* @min 0
|
|
111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html#cfn-cleanrooms-privacybudgettemplate-budgetparameter-budget}
|
|
112
|
+
*/
|
|
113
|
+
Budget: number;
|
|
114
|
+
/**
|
|
115
|
+
* The type of budget parameter being configured.
|
|
116
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html#cfn-cleanrooms-privacybudgettemplate-budgetparameter-type}
|
|
117
|
+
*/
|
|
118
|
+
Type: "CALENDAR_DAY" | "CALENDAR_MONTH" | "CALENDAR_WEEK" | "LIFETIME";
|
|
119
|
+
};
|
|
93
120
|
//# sourceMappingURL=aws-cleanrooms-privacybudgettemplate.d.ts.map
|
|
@@ -10,6 +10,7 @@ export type CloudFrontAnycastIpList = ResourceDefinitionWithAttributes<"AWS::Clo
|
|
|
10
10
|
*/
|
|
11
11
|
export type CloudFrontAnycastIpListProps = {
|
|
12
12
|
/**
|
|
13
|
+
* The IP address type for the Anycast static IP list.
|
|
13
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.html#cfn-cloudfront-anycastiplist-ipaddresstype}
|
|
14
15
|
*/
|
|
15
16
|
IpAddressType?: IpAddressType | undefined;
|
|
@@ -1393,6 +1393,7 @@ export type VpcOriginConfig = {
|
|
|
1393
1393
|
*/
|
|
1394
1394
|
OriginReadTimeout?: number | undefined;
|
|
1395
1395
|
/**
|
|
1396
|
+
* The account ID of the AWS account that owns the VPC origin.
|
|
1396
1397
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-vpcoriginconfig.html#cfn-cloudfront-distribution-vpcoriginconfig-owneraccountid}
|
|
1397
1398
|
*/
|
|
1398
1399
|
OwnerAccountId?: string | undefined;
|
|
@@ -25,6 +25,7 @@ export type CloudFrontVpcOriginProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
export type CloudFrontVpcOriginAttribs = {
|
|
27
27
|
/**
|
|
28
|
+
* The account ID of the AWS account that owns the VPC origin.
|
|
28
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-vpcorigin.html#cfn-cloudfront-vpcorigin-accountid}
|
|
29
30
|
*/
|
|
30
31
|
AccountId: string;
|
|
@@ -54,6 +54,11 @@ export type DataZoneConnectionProps = {
|
|
|
54
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-props}
|
|
55
55
|
*/
|
|
56
56
|
Props?: ConnectionPropertiesInput | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* The scope of the connection.
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-scope}
|
|
60
|
+
*/
|
|
61
|
+
Scope?: "DOMAIN" | "PROJECT" | undefined;
|
|
57
62
|
};
|
|
58
63
|
/**
|
|
59
64
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#aws-resource-datazone-connection-return-values}
|
|
@@ -103,6 +108,31 @@ export type DataZoneConnectionAttribs = {
|
|
|
103
108
|
*/
|
|
104
109
|
Type: string;
|
|
105
110
|
};
|
|
111
|
+
/**
|
|
112
|
+
* Amazon Q properties of the connection.
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-amazonqpropertiesinput.html}
|
|
114
|
+
*/
|
|
115
|
+
export type AmazonQPropertiesInput = {
|
|
116
|
+
/**
|
|
117
|
+
* The authentication mode of the connection's AmazonQ properties
|
|
118
|
+
* @minLength 0
|
|
119
|
+
* @maxLength 128
|
|
120
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-amazonqpropertiesinput.html#cfn-datazone-connection-amazonqpropertiesinput-authmode}
|
|
121
|
+
*/
|
|
122
|
+
AuthMode?: string | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* Specifies whether Amazon Q is enabled for the connection
|
|
125
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-amazonqpropertiesinput.html#cfn-datazone-connection-amazonqpropertiesinput-isenabled}
|
|
126
|
+
*/
|
|
127
|
+
IsEnabled?: boolean | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* @minLength 0
|
|
130
|
+
* @maxLength 2048
|
|
131
|
+
* @pattern arn:aws[a-z\-]*:[a-z0-9\-]+:[a-z0-9\-]*:[0-9]*:.*
|
|
132
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-amazonqpropertiesinput.html#cfn-datazone-connection-amazonqpropertiesinput-profilearn}
|
|
133
|
+
*/
|
|
134
|
+
ProfileArn?: string | undefined;
|
|
135
|
+
};
|
|
106
136
|
/**
|
|
107
137
|
* The Amazon Athena properties of a connection.
|
|
108
138
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-athenapropertiesinput.html}
|
|
@@ -246,6 +276,8 @@ export type ConnectionPropertiesInput = {
|
|
|
246
276
|
RedshiftProperties: RedshiftPropertiesInput;
|
|
247
277
|
} | {
|
|
248
278
|
SparkEmrProperties: SparkEmrPropertiesInput;
|
|
279
|
+
} | {
|
|
280
|
+
AmazonQProperties: AmazonQPropertiesInput;
|
|
249
281
|
} | {
|
|
250
282
|
SparkGlueProperties: SparkGluePropertiesInput;
|
|
251
283
|
} | {
|
|
@@ -640,6 +640,16 @@ export type ReplicaStreamSpecification = {
|
|
|
640
640
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-replicastreamspecification.html#cfn-dynamodb-globaltable-replicastreamspecification-resourcepolicy}
|
|
641
641
|
*/
|
|
642
642
|
ResourcePolicy: ResourcePolicy;
|
|
643
|
+
} | {
|
|
644
|
+
/**
|
|
645
|
+
* A resource-based policy document that contains the permissions for the specified stream of a DynamoDB global table replica. Resource-based policies let you define access permissions by specifying who has access to each resource, and the actions they are allowed to perform on each resource.
|
|
646
|
+
*
|
|
647
|
+
* In a CloudFormation template, you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to DynamoDB . For more information about resource-based policies, see [Using resource-based policies for DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/access-control-resource-based.html) and [Resource-based policy examples](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-examples.html) .
|
|
648
|
+
*
|
|
649
|
+
* You can update the `ResourcePolicy` property if you've specified more than one table using the [AWS ::DynamoDB::GlobalTable](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html) resource.
|
|
650
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-replicastreamspecification.html#cfn-dynamodb-globaltable-replicastreamspecification-resourcepolicy}
|
|
651
|
+
*/
|
|
652
|
+
ResourcePolicy?: ResourcePolicy | undefined;
|
|
643
653
|
};
|
|
644
654
|
/**
|
|
645
655
|
* Creates or updates a resource-based policy document that contains the permissions for DynamoDB resources, such as a table, its indexes, and stream. Resource-based policies let you define access permissions by specifying who has access to each resource, and the actions they are allowed to perform on each resource.
|