@propulsionworks/cloudformation 0.1.36 → 0.1.37
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-athena-workgroup.d.ts +14 -5
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +2 -2
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +7 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudfront-connectionfunction.d.ts +20 -2
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +63 -0
- package/out/exports/resources.generated/aws-cloudfront-truststore.d.ts +101 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +8 -5
- package/out/exports/resources.generated/aws-cognito-terms.d.ts +33 -2
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +14 -2
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +12 -16
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +3 -3
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +2 -2
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymeteringpolicy.d.ts +8 -5
- package/out/exports/resources.generated/aws-ec2-transitgatewaymeteringpolicyentry.d.ts +10 -8
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +136 -67
- package/out/exports/resources.generated/aws-ec2-vpcencryptioncontrol.d.ts +36 -14
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +7 -0
- package/out/exports/resources.generated/aws-ecr-pulltimeupdateexclusion.d.ts +3 -0
- package/out/exports/resources.generated/aws-ecr-signingconfiguration.d.ts +16 -5
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-expressgatewayservice.d.ts +67 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +2 -0
- package/out/exports/resources.generated/aws-eks-capability.d.ts +189 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +4 -3
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +6 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +5 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +3 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +10 -8
- package/out/exports/resources.generated/aws-events-rule.d.ts +1 -1
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +8 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +8 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +1 -1
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +3 -3
- package/out/exports/resources.generated/aws-glue-connection.d.ts +0 -30
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +4 -4
- package/out/exports/resources.generated/aws-iam-user.d.ts +3 -3
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +8 -3
- package/out/exports/resources.generated/aws-lambda-capacityprovider.d.ts +179 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +3 -3
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +6 -5
- package/out/exports/resources.generated/aws-lambda-function.d.ts +71 -2
- package/out/exports/resources.generated/aws-lambda-version.d.ts +23 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +5 -1
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +7 -6
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +10 -3
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +4 -4
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +4 -4
- package/out/exports/resources.generated/aws-rtbfabric-outboundexternallink.d.ts +128 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +1 -1
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +19 -2
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +0 -6
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +0 -2
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +10 -4
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +3 -3
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +1 -0
- package/out/exports/resources.generated/aws-securityhub-automationrulev2.d.ts +2 -2
- package/out/exports/resources.generated/aws-sso-application.d.ts +2 -2
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +6 -2
- package/package.json +1 -1
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::RTBFabric::OutboundExternalLink Resource Type
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html}
|
|
5
|
+
*/
|
|
6
|
+
export type RTBFabricOutboundExternalLink = ResourceDefinitionWithAttributes<"AWS::RTBFabric::OutboundExternalLink", RTBFabricOutboundExternalLinkProps, RTBFabricOutboundExternalLinkAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource Type definition for AWS::RTBFabric::OutboundExternalLink Resource Type
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html}
|
|
10
|
+
*/
|
|
11
|
+
export type RTBFabricOutboundExternalLinkProps = {
|
|
12
|
+
/**
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html#cfn-rtbfabric-outboundexternallink-gatewayid}
|
|
14
|
+
*/
|
|
15
|
+
GatewayId: string;
|
|
16
|
+
/**
|
|
17
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html#cfn-rtbfabric-outboundexternallink-linkattributes}
|
|
18
|
+
*/
|
|
19
|
+
LinkAttributes?: LinkAttributes | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html#cfn-rtbfabric-outboundexternallink-linklogsettings}
|
|
22
|
+
*/
|
|
23
|
+
LinkLogSettings: LinkLogSettings;
|
|
24
|
+
/**
|
|
25
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html#cfn-rtbfabric-outboundexternallink-publicendpoint}
|
|
26
|
+
*/
|
|
27
|
+
PublicEndpoint: string;
|
|
28
|
+
/**
|
|
29
|
+
* Tags to assign to the Link.
|
|
30
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html#cfn-rtbfabric-outboundexternallink-tags}
|
|
31
|
+
*/
|
|
32
|
+
Tags?: Tag[] | undefined;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html#aws-resource-rtbfabric-outboundexternallink-return-values}
|
|
36
|
+
*/
|
|
37
|
+
export type RTBFabricOutboundExternalLinkAttribs = {
|
|
38
|
+
/**
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html#cfn-rtbfabric-outboundexternallink-arn}
|
|
40
|
+
*/
|
|
41
|
+
Arn: string;
|
|
42
|
+
/**
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html#cfn-rtbfabric-outboundexternallink-createdtimestamp}
|
|
44
|
+
*/
|
|
45
|
+
CreatedTimestamp: string;
|
|
46
|
+
/**
|
|
47
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html#cfn-rtbfabric-outboundexternallink-linkid}
|
|
48
|
+
*/
|
|
49
|
+
LinkId: string;
|
|
50
|
+
/**
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html#cfn-rtbfabric-outboundexternallink-linkstatus}
|
|
52
|
+
*/
|
|
53
|
+
LinkStatus: LinkStatus;
|
|
54
|
+
/**
|
|
55
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-outboundexternallink.html#cfn-rtbfabric-outboundexternallink-updatedtimestamp}
|
|
56
|
+
*/
|
|
57
|
+
UpdatedTimestamp: string;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-linkattributes.html}
|
|
61
|
+
*/
|
|
62
|
+
export type LinkAttributes = {
|
|
63
|
+
/**
|
|
64
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-linkattributes.html#cfn-rtbfabric-outboundexternallink-linkattributes-customerprovidedid}
|
|
65
|
+
*/
|
|
66
|
+
CustomerProvidedId?: string | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-linkattributes.html#cfn-rtbfabric-outboundexternallink-linkattributes-respondererrormasking}
|
|
69
|
+
*/
|
|
70
|
+
ResponderErrorMasking?: ResponderErrorMaskingForHttpCode[] | undefined;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-linklogsettings.html}
|
|
74
|
+
*/
|
|
75
|
+
export type LinkLogSettings = {
|
|
76
|
+
/**
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-linklogsettings.html#cfn-rtbfabric-outboundexternallink-linklogsettings-applicationlogs}
|
|
78
|
+
*/
|
|
79
|
+
ApplicationLogs: {
|
|
80
|
+
LinkApplicationLogSampling: {
|
|
81
|
+
/**
|
|
82
|
+
* @min 0
|
|
83
|
+
* @max 100
|
|
84
|
+
*/
|
|
85
|
+
ErrorLog: number;
|
|
86
|
+
/**
|
|
87
|
+
* @min 0
|
|
88
|
+
* @max 100
|
|
89
|
+
*/
|
|
90
|
+
FilterLog: number;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-linkstatus.html}
|
|
96
|
+
*/
|
|
97
|
+
export type LinkStatus = "PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "REJECTED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION" | "UNKNOWN_TO_SDK_VERSION";
|
|
98
|
+
/**
|
|
99
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-respondererrormaskingforhttpcode.html}
|
|
100
|
+
*/
|
|
101
|
+
export type ResponderErrorMaskingForHttpCode = {
|
|
102
|
+
/**
|
|
103
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-respondererrormaskingforhttpcode.html#cfn-rtbfabric-outboundexternallink-respondererrormaskingforhttpcode-action}
|
|
104
|
+
*/
|
|
105
|
+
Action: "NO_BID" | "PASSTHROUGH";
|
|
106
|
+
/**
|
|
107
|
+
* @minLength 3
|
|
108
|
+
* @maxLength 7
|
|
109
|
+
* @pattern ^DEFAULT|4XX|5XX|\d{3}$
|
|
110
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-respondererrormaskingforhttpcode.html#cfn-rtbfabric-outboundexternallink-respondererrormaskingforhttpcode-httpcode}
|
|
111
|
+
*/
|
|
112
|
+
HttpCode: string;
|
|
113
|
+
/**
|
|
114
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-respondererrormaskingforhttpcode.html#cfn-rtbfabric-outboundexternallink-respondererrormaskingforhttpcode-loggingtypes}
|
|
115
|
+
*/
|
|
116
|
+
LoggingTypes: ResponderErrorMaskingLoggingType[];
|
|
117
|
+
/**
|
|
118
|
+
* @min 0
|
|
119
|
+
* @max 100
|
|
120
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-respondererrormaskingforhttpcode.html#cfn-rtbfabric-outboundexternallink-respondererrormaskingforhttpcode-responseloggingpercentage}
|
|
121
|
+
*/
|
|
122
|
+
ResponseLoggingPercentage?: number | undefined;
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-outboundexternallink-respondererrormaskingloggingtype.html}
|
|
126
|
+
*/
|
|
127
|
+
export type ResponderErrorMaskingLoggingType = "NONE" | "METRIC" | "RESPONSE";
|
|
128
|
+
//# sourceMappingURL=aws-rtbfabric-outboundexternallink.d.ts.map
|
|
@@ -87,7 +87,7 @@ export type S3AccessPointAttribs = {
|
|
|
87
87
|
NetworkOrigin: "Internet" | "VPC";
|
|
88
88
|
};
|
|
89
89
|
/**
|
|
90
|
-
* The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see [The Meaning of "Public"](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the *Amazon S3 User Guide* .
|
|
90
|
+
* The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. Bucket-level settings work alongside account-level settings (which may inherit from organization-level policies). For more information about when Amazon S3 considers a bucket or object public, see [The Meaning of "Public"](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the *Amazon S3 User Guide* .
|
|
91
91
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-publicaccessblockconfiguration.html}
|
|
92
92
|
*/
|
|
93
93
|
export type PublicAccessBlockConfiguration = {
|
|
@@ -18,6 +18,7 @@ export type S3Bucket = ResourceDefinitionWithAttributes<"AWS::S3::Bucket", S3Buc
|
|
|
18
18
|
*/
|
|
19
19
|
export type S3BucketProps = {
|
|
20
20
|
/**
|
|
21
|
+
* The ABAC status of the general purpose bucket. When ABAC is enabled for the general purpose bucket, you can use tags to manage access to the general purpose buckets as well as for cost tracking purposes. When ABAC is disabled for the general purpose buckets, you can only use tags for cost tracking purposes. For more information, see [Using tags with S3 general purpose buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging.html) .
|
|
21
22
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-abacstatus}
|
|
22
23
|
*/
|
|
23
24
|
AbacStatus?: "Enabled" | "Disabled" | undefined;
|
|
@@ -294,11 +295,24 @@ export type AnalyticsConfiguration = {
|
|
|
294
295
|
TagFilters?: TagFilter[] | undefined;
|
|
295
296
|
};
|
|
296
297
|
/**
|
|
298
|
+
* A bucket-level setting for Amazon S3 general purpose buckets used to prevent the upload of new objects encrypted with the specified server-side encryption type. For example, blocking an encryption type will block `PutObject` , `CopyObject` , `PostObject` , multipart upload, and replication requests to the bucket for objects with the specified encryption type. However, you can continue to read and list any pre-existing objects already encrypted with the specified encryption type. For more information, see [Blocking or unblocking SSE-C for a general purpose bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.html) .
|
|
299
|
+
*
|
|
300
|
+
* This data type is used with the following actions:
|
|
301
|
+
*
|
|
302
|
+
* - [PutBucketEncryption](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketEncryption.html)
|
|
303
|
+
* - [GetBucketEncryption](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketEncryption.html)
|
|
304
|
+
* - [DeleteBucketEncryption](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketEncryption.html)
|
|
305
|
+
*
|
|
306
|
+
* - **Permissions** - You must have the `s3:PutEncryptionConfiguration` permission to block or unblock an encryption type for a bucket.
|
|
307
|
+
*
|
|
308
|
+
* You must have the `s3:GetEncryptionConfiguration` permission to view a bucket's encryption type.
|
|
297
309
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-blockedencryptiontypes.html}
|
|
298
310
|
*/
|
|
299
311
|
export type BlockedEncryptionTypes = {
|
|
300
312
|
/**
|
|
301
|
-
*
|
|
313
|
+
* The object encryption type that you want to block or unblock for an Amazon S3 general purpose bucket.
|
|
314
|
+
*
|
|
315
|
+
* > Currently, this parameter only supports blocking or unblocking server side encryption with customer-provided keys (SSE-C). For more information about SSE-C, see [Using server-side encryption with customer-provided keys (SSE-C)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) .
|
|
302
316
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-blockedencryptiontypes.html#cfn-s3-bucket-blockedencryptiontypes-encryptiontype}
|
|
303
317
|
*/
|
|
304
318
|
EncryptionType?: ("NONE" | "SSE-C")[] | undefined;
|
|
@@ -913,7 +927,7 @@ export type PartitionedPrefix = {
|
|
|
913
927
|
PartitionDateSource?: "EventTime" | "DeliveryTime" | undefined;
|
|
914
928
|
};
|
|
915
929
|
/**
|
|
916
|
-
* The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see [The Meaning of "Public"](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the *Amazon S3 User Guide* .
|
|
930
|
+
* The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. Bucket-level settings work alongside account-level settings (which may inherit from organization-level policies). For more information about when Amazon S3 considers a bucket or object public, see [The Meaning of "Public"](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the *Amazon S3 User Guide* .
|
|
917
931
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html}
|
|
918
932
|
*/
|
|
919
933
|
export type PublicAccessBlockConfiguration = {
|
|
@@ -1455,6 +1469,9 @@ export type ServerSideEncryptionByDefault = {
|
|
|
1455
1469
|
*/
|
|
1456
1470
|
export type ServerSideEncryptionRule = {
|
|
1457
1471
|
/**
|
|
1472
|
+
* A bucket-level setting for Amazon S3 general purpose buckets used to prevent the upload of new objects encrypted with the specified server-side encryption type. For example, blocking an encryption type will block `PutObject` , `CopyObject` , `PostObject` , multipart upload, and replication requests to the bucket for objects with the specified encryption type. However, you can continue to read and list any pre-existing objects already encrypted with the specified encryption type. For more information, see [Blocking or unblocking SSE-C for a general purpose bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.html) .
|
|
1473
|
+
*
|
|
1474
|
+
* > Currently, this parameter only supports blocking or unblocking server-side encryption with customer-provided keys (SSE-C). For more information about SSE-C, see [Using server-side encryption with customer-provided keys (SSE-C)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) .
|
|
1458
1475
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionrule.html#cfn-s3-bucket-serversideencryptionrule-blockedencryptiontypes}
|
|
1459
1476
|
*/
|
|
1460
1477
|
BlockedEncryptionTypes?: BlockedEncryptionTypes | undefined;
|
|
@@ -18,8 +18,6 @@ export type S3ObjectLambdaAccessPointProps = {
|
|
|
18
18
|
*/
|
|
19
19
|
Name?: string | undefined;
|
|
20
20
|
/**
|
|
21
|
-
* > Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025. If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - [Amazon S3 Object Lambda availability change](https://docs.aws.amazon.com/AmazonS3/latest/userguide/amazons3-ol-change.html) .
|
|
22
|
-
*
|
|
23
21
|
* A configuration used when creating an Object Lambda Access Point.
|
|
24
22
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3objectlambda-accesspoint.html#cfn-s3objectlambda-accesspoint-objectlambdaconfiguration}
|
|
25
23
|
*/
|
|
@@ -74,8 +72,6 @@ export type AwsLambda = {
|
|
|
74
72
|
FunctionPayload?: string | undefined;
|
|
75
73
|
};
|
|
76
74
|
/**
|
|
77
|
-
* > Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025. If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - [Amazon S3 Object Lambda availability change](https://docs.aws.amazon.com/AmazonS3/latest/userguide/amazons3-ol-change.html) .
|
|
78
|
-
*
|
|
79
75
|
* A configuration used when creating an Object Lambda Access Point.
|
|
80
76
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-objectlambdaconfiguration.html}
|
|
81
77
|
*/
|
|
@@ -104,8 +100,6 @@ export type ObjectLambdaConfiguration = {
|
|
|
104
100
|
TransformationConfigurations: TransformationConfiguration[];
|
|
105
101
|
};
|
|
106
102
|
/**
|
|
107
|
-
* > Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025. If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - [Amazon S3 Object Lambda availability change](https://docs.aws.amazon.com/AmazonS3/latest/userguide/amazons3-ol-change.html) .
|
|
108
|
-
*
|
|
109
103
|
* A configuration used when creating an Object Lambda Access Point transformation.
|
|
110
104
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-transformationconfiguration.html}
|
|
111
105
|
*/
|
|
@@ -10,8 +10,6 @@ export type S3ObjectLambdaAccessPointPolicy = ResourceDefinition<"AWS::S3ObjectL
|
|
|
10
10
|
*/
|
|
11
11
|
export type S3ObjectLambdaAccessPointPolicyProps = {
|
|
12
12
|
/**
|
|
13
|
-
* > Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025. If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - [Amazon S3 Object Lambda availability change](https://docs.aws.amazon.com/AmazonS3/latest/userguide/amazons3-ol-change.html) .
|
|
14
|
-
*
|
|
15
13
|
* An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.
|
|
16
14
|
* @minLength 3
|
|
17
15
|
* @maxLength 45
|
|
@@ -152,15 +152,17 @@ export type ClusterAutoScalingConfig = {
|
|
|
152
152
|
Mode: "Enable" | "Disable";
|
|
153
153
|
};
|
|
154
154
|
/**
|
|
155
|
-
*
|
|
155
|
+
* Defines the instance capacity requirements for an instance group, including configurations for both Spot and On-Demand capacity types.
|
|
156
156
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clustercapacityrequirements.html}
|
|
157
157
|
*/
|
|
158
158
|
export type ClusterCapacityRequirements = {
|
|
159
159
|
/**
|
|
160
|
+
* Configuration options specific to On-Demand instances.
|
|
160
161
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clustercapacityrequirements.html#cfn-sagemaker-cluster-clustercapacityrequirements-ondemand}
|
|
161
162
|
*/
|
|
162
163
|
OnDemand?: Record<string, unknown> | undefined;
|
|
163
164
|
/**
|
|
165
|
+
* Configuration options specific to Spot instances.
|
|
164
166
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clustercapacityrequirements.html#cfn-sagemaker-cluster-clustercapacityrequirements-spot}
|
|
165
167
|
*/
|
|
166
168
|
Spot?: Record<string, unknown> | undefined;
|
|
@@ -207,6 +209,7 @@ export type ClusterEbsVolumeConfig = {
|
|
|
207
209
|
*/
|
|
208
210
|
export type ClusterInstanceGroup = {
|
|
209
211
|
/**
|
|
212
|
+
* Specifies the capacity requirements configuration for an instance group
|
|
210
213
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterinstancegroup.html#cfn-sagemaker-cluster-clusterinstancegroup-capacityrequirements}
|
|
211
214
|
*/
|
|
212
215
|
CapacityRequirements?: ClusterCapacityRequirements | undefined;
|
|
@@ -242,6 +245,7 @@ export type ClusterInstanceGroup = {
|
|
|
242
245
|
*/
|
|
243
246
|
InstanceType: string;
|
|
244
247
|
/**
|
|
248
|
+
* Kubernetes configuration for cluster nodes including labels and taints.
|
|
245
249
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterinstancegroup.html#cfn-sagemaker-cluster-clusterinstancegroup-kubernetesconfig}
|
|
246
250
|
*/
|
|
247
251
|
KubernetesConfig?: ClusterKubernetesConfig | undefined;
|
|
@@ -289,26 +293,28 @@ export type ClusterInstanceStorageConfig = {
|
|
|
289
293
|
EbsVolumeConfig?: ClusterEbsVolumeConfig | undefined;
|
|
290
294
|
};
|
|
291
295
|
/**
|
|
292
|
-
* Kubernetes configuration
|
|
296
|
+
* Kubernetes configuration that specifies labels and taints to be applied to cluster nodes in an instance group.
|
|
293
297
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterkubernetesconfig.html}
|
|
294
298
|
*/
|
|
295
299
|
export type ClusterKubernetesConfig = {
|
|
296
300
|
/**
|
|
301
|
+
* Key-value pairs of labels to be applied to cluster nodes.
|
|
297
302
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterkubernetesconfig.html#cfn-sagemaker-cluster-clusterkubernetesconfig-labels}
|
|
298
303
|
*/
|
|
299
304
|
Labels?: Record<string, string> | undefined;
|
|
300
305
|
/**
|
|
306
|
+
* List of taints to be applied to cluster nodes.
|
|
301
307
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterkubernetesconfig.html#cfn-sagemaker-cluster-clusterkubernetesconfig-taints}
|
|
302
308
|
*/
|
|
303
309
|
Taints?: ClusterKubernetesTaint[] | undefined;
|
|
304
310
|
};
|
|
305
311
|
/**
|
|
306
|
-
* A Kubernetes taint
|
|
312
|
+
* A Kubernetes taint that can be applied to cluster nodes.
|
|
307
313
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterkubernetestaint.html}
|
|
308
314
|
*/
|
|
309
315
|
export type ClusterKubernetesTaint = {
|
|
310
316
|
/**
|
|
311
|
-
* The effect of the taint.
|
|
317
|
+
* The effect of the taint. Valid values are `NoSchedule` , `PreferNoSchedule` , and `NoExecute` .
|
|
312
318
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterkubernetestaint.html#cfn-sagemaker-cluster-clusterkubernetestaint-effect}
|
|
313
319
|
*/
|
|
314
320
|
Effect: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
|
|
@@ -111,17 +111,17 @@ export type SecretsManagerRotationScheduleAttribs = {
|
|
|
111
111
|
Id: string;
|
|
112
112
|
};
|
|
113
113
|
/**
|
|
114
|
-
* The metadata needed to successfully rotate a managed external secret.
|
|
114
|
+
* The metadata needed to successfully rotate a managed external secret. A list of key value pairs in JSON format specified by the partner. For more information, see [Managed external secret partners](https://docs.aws.amazon.com/secretsmanager/latest/userguide/mes-partners.html) .
|
|
115
115
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-externalsecretrotationmetadataitem.html}
|
|
116
116
|
*/
|
|
117
117
|
export type ExternalSecretRotationMetadataItem = {
|
|
118
118
|
/**
|
|
119
|
-
* The key
|
|
119
|
+
* The key that identifies the item.
|
|
120
120
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-externalsecretrotationmetadataitem.html#cfn-secretsmanager-rotationschedule-externalsecretrotationmetadataitem-key}
|
|
121
121
|
*/
|
|
122
122
|
Key: string;
|
|
123
123
|
/**
|
|
124
|
-
* The value
|
|
124
|
+
* The value of the specified item.
|
|
125
125
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-externalsecretrotationmetadataitem.html#cfn-secretsmanager-rotationschedule-externalsecretrotationmetadataitem-value}
|
|
126
126
|
*/
|
|
127
127
|
Value: string;
|
|
@@ -96,6 +96,7 @@ export type SecretsManagerSecretProps = {
|
|
|
96
96
|
*/
|
|
97
97
|
Tags?: Tag[] | undefined;
|
|
98
98
|
/**
|
|
99
|
+
* The exact string that identifies the third-party partner that holds the external secret. For more information, see [Managed external secret partners](https://docs.aws.amazon.com/secretsmanager/latest/userguide/mes-partners.html) .
|
|
99
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-type}
|
|
100
101
|
*/
|
|
101
102
|
Type?: string | undefined;
|
|
@@ -378,7 +378,7 @@ export type OcsfNumberFilter = {
|
|
|
378
378
|
* The name of the field.
|
|
379
379
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfnumberfilter.html#cfn-securityhub-automationrulev2-ocsfnumberfilter-fieldname}
|
|
380
380
|
*/
|
|
381
|
-
FieldName: "activity_id" | "compliance.status_id" | "confidence_score" | "
|
|
381
|
+
FieldName: "activity_id" | "compliance.status_id" | "confidence_score" | "finding_info.related_events_count" | "vendor_attributes.severity_id";
|
|
382
382
|
/**
|
|
383
383
|
* Enables filtering of security findings based on numerical field values in OCSF.
|
|
384
384
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfnumberfilter.html#cfn-securityhub-automationrulev2-ocsfnumberfilter-filter}
|
|
@@ -389,7 +389,7 @@ export type OcsfNumberFilter = {
|
|
|
389
389
|
* The name of the field
|
|
390
390
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfstringfield.html}
|
|
391
391
|
*/
|
|
392
|
-
export type OcsfStringField = "
|
|
392
|
+
export type OcsfStringField = "activity_name" | "cloud.account.name" | "cloud.account.uid" | "cloud.provider" | "cloud.region" | "compliance.assessments.category" | "compliance.assessments.name" | "compliance.control" | "compliance.status" | "compliance.standards" | "finding_info.desc" | "finding_info.src_url" | "finding_info.title" | "finding_info.types" | "finding_info.uid" | "finding_info.related_events.uid" | "finding_info.related_events.product.uid" | "finding_info.related_events.title" | "metadata.product.feature.uid" | "metadata.product.name" | "metadata.product.uid" | "metadata.product.vendor_name" | "remediation.desc" | "remediation.references" | "resources.cloud_partition" | "resources.name" | "resources.region" | "resources.type" | "resources.uid" | "vulnerabilities.fix_coverage" | "class_name" | "vendor_attributes.severity";
|
|
393
393
|
/**
|
|
394
394
|
* Enables filtering of security findings based on string field values in OCSF.
|
|
395
395
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrulev2-ocsfstringfilter.html}
|
|
@@ -2,14 +2,14 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
|
2
2
|
/**
|
|
3
3
|
* Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given application provider.
|
|
4
4
|
*
|
|
5
|
-
* > This API does not support creating SAML 2.0 customer managed applications or AWS managed applications. To learn how to create an AWS managed application, see the application user guide. You can create a SAML 2.0 customer managed application in the
|
|
5
|
+
* > This API does not support creating SAML 2.0 customer managed applications or AWS managed applications. To learn how to create an AWS managed application, see the application user guide. You can create a SAML 2.0 customer managed application in the AWS Management Console only. See [Setting up customer managed SAML 2.0 applications](https://docs.aws.amazon.com/singlesignon/latest/userguide/customermanagedapps-saml2-setup.html) . For more information on these application types, see [AWS managed applications](https://docs.aws.amazon.com/singlesignon/latest/userguide/awsapps.html) .
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-application.html}
|
|
7
7
|
*/
|
|
8
8
|
export type SSOApplication = ResourceDefinitionWithAttributes<"AWS::SSO::Application", SSOApplicationProps, SSOApplicationAttribs>;
|
|
9
9
|
/**
|
|
10
10
|
* Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given application provider.
|
|
11
11
|
*
|
|
12
|
-
* > This API does not support creating SAML 2.0 customer managed applications or AWS managed applications. To learn how to create an AWS managed application, see the application user guide. You can create a SAML 2.0 customer managed application in the
|
|
12
|
+
* > This API does not support creating SAML 2.0 customer managed applications or AWS managed applications. To learn how to create an AWS managed application, see the application user guide. You can create a SAML 2.0 customer managed application in the AWS Management Console only. See [Setting up customer managed SAML 2.0 applications](https://docs.aws.amazon.com/singlesignon/latest/userguide/customermanagedapps-saml2-setup.html) . For more information on these application types, see [AWS managed applications](https://docs.aws.amazon.com/singlesignon/latest/userguide/awsapps.html) .
|
|
13
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-application.html}
|
|
14
14
|
*/
|
|
15
15
|
export type SSOApplicationProps = {
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* Creates a web app based on specified parameters, and returns the ID for the new web app.
|
|
3
|
+
* Creates a web app based on specified parameters, and returns the ID for the new web app. You can configure the web app to be publicly accessible or hosted within a VPC.
|
|
4
|
+
*
|
|
5
|
+
* For more information about using VPC endpoints with AWS Transfer Family , see [Create a Transfer Family web app in a VPC](https://docs.aws.amazon.com/transfer/latest/userguide/create-webapp-in-vpc.html) .
|
|
4
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-webapp.html}
|
|
5
7
|
*/
|
|
6
8
|
export type TransferWebApp = ResourceDefinitionWithAttributes<"AWS::Transfer::WebApp", TransferWebAppProps, TransferWebAppAttribs>;
|
|
7
9
|
/**
|
|
8
|
-
* Creates a web app based on specified parameters, and returns the ID for the new web app.
|
|
10
|
+
* Creates a web app based on specified parameters, and returns the ID for the new web app. You can configure the web app to be publicly accessible or hosted within a VPC.
|
|
11
|
+
*
|
|
12
|
+
* For more information about using VPC endpoints with AWS Transfer Family , see [Create a Transfer Family web app in a VPC](https://docs.aws.amazon.com/transfer/latest/userguide/create-webapp-in-vpc.html) .
|
|
9
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-webapp.html}
|
|
10
14
|
*/
|
|
11
15
|
export type TransferWebAppProps = {
|