@awboost/cfn-resource-types 0.1.450 → 0.1.452
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/lib/AWS-Bedrock-Guardrail.d.ts +1 -1
- package/lib/AWS-CloudFront-AnycastIpList.d.ts +8 -0
- package/lib/AWS-CloudFront-Distribution.d.ts +3 -0
- package/lib/AWS-CloudFront-PublicKey.d.ts +3 -0
- package/lib/AWS-CloudFront-PublicKey.js +1 -0
- package/lib/AWS-CustomerProfiles-ObjectType.d.ts +1 -1
- package/lib/AWS-DataZone-Domain.d.ts +1 -1
- package/lib/AWS-DataZone-EnvironmentBlueprintConfiguration.d.ts +1 -1
- package/lib/AWS-DataZone-ProjectProfile.d.ts +1 -1
- package/lib/AWS-DynamoDB-GlobalTable.d.ts +0 -2
- package/lib/AWS-DynamoDB-Table.d.ts +0 -1
- package/lib/AWS-EC2-NatGateway.d.ts +2 -0
- package/lib/AWS-ECS-Service.d.ts +1 -1
- package/lib/AWS-ECS-TaskDefinition.d.ts +1 -1
- package/lib/AWS-ImageBuilder-Component.d.ts +21 -0
- package/lib/AWS-ImageBuilder-Image.d.ts +21 -0
- package/lib/AWS-ImageBuilder-Workflow.d.ts +21 -0
- package/lib/AWS-RDS-DBCluster.d.ts +6 -10
- package/lib/AWS-SSMQuickSetup-LifecycleAutomation.d.ts +60 -0
- package/lib/AWS-SSMQuickSetup-LifecycleAutomation.js +12 -0
- package/lib/AWS-SageMaker-App.d.ts +1 -1
- package/lib/AWS-SageMaker-Domain.d.ts +12 -2
- package/lib/AWS-SageMaker-UserProfile.d.ts +1 -1
- package/lib/AWS-ServiceCatalog-PortfolioPrincipalAssociation.d.ts +10 -16
- package/lib/AWS-ServiceCatalog-TagOptionAssociation.d.ts +9 -10
- package/lib/AWS-Synthetics-Canary.d.ts +5 -1
- package/package.json +1 -1
|
@@ -6,6 +6,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.html}
|
|
7
7
|
*/
|
|
8
8
|
export type CloudFrontAnycastIpListProperties = {
|
|
9
|
+
IpAddressType?: IpAddressType;
|
|
9
10
|
/**
|
|
10
11
|
* The number of IP addresses in the Anycast static IP list.
|
|
11
12
|
*/
|
|
@@ -43,6 +44,7 @@ export type CloudFrontAnycastIpListAttributes = {
|
|
|
43
44
|
* The ID of the Anycast static IP list.
|
|
44
45
|
*/
|
|
45
46
|
Id: string;
|
|
47
|
+
IpAddressType: IpAddressType;
|
|
46
48
|
/**
|
|
47
49
|
* The number of IP addresses in the Anycast static IP list.
|
|
48
50
|
*/
|
|
@@ -84,6 +86,7 @@ export type AnycastIpList = {
|
|
|
84
86
|
* The ID of the Anycast static IP list.
|
|
85
87
|
*/
|
|
86
88
|
Id: string;
|
|
89
|
+
IpAddressType?: IpAddressType;
|
|
87
90
|
/**
|
|
88
91
|
* The number of IP addresses in the Anycast static IP list.
|
|
89
92
|
*/
|
|
@@ -104,6 +107,11 @@ export type AnycastIpList = {
|
|
|
104
107
|
*/
|
|
105
108
|
Status: string;
|
|
106
109
|
};
|
|
110
|
+
/**
|
|
111
|
+
* Type definition for `AWS::CloudFront::AnycastIpList.IpAddressType`.
|
|
112
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-anycastiplist-ipaddresstype.html}
|
|
113
|
+
*/
|
|
114
|
+
export type IpAddressType = "ipv4" | "dualstack";
|
|
107
115
|
/**
|
|
108
116
|
* Type definition for `AWS::CloudFront::AnycastIpList.Tag`.
|
|
109
117
|
* A complex type that contains ``Tag`` key and ``Tag`` value.
|
|
@@ -240,6 +240,9 @@ export type CustomOriginConfig = {
|
|
|
240
240
|
* The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.
|
|
241
241
|
*/
|
|
242
242
|
HTTPSPort?: number;
|
|
243
|
+
/**
|
|
244
|
+
* Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose ``dualstack`` to help optimize reliability.
|
|
245
|
+
*/
|
|
243
246
|
IpAddressType?: "ipv4" | "ipv6" | "dualstack";
|
|
244
247
|
/**
|
|
245
248
|
* Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.
|
|
@@ -3,6 +3,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
3
3
|
/**
|
|
4
4
|
* Resource type definition for `AWS::CloudFront::PublicKey`.
|
|
5
5
|
* A public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html), or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html).
|
|
6
|
+
CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.
|
|
6
7
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-publickey.html}
|
|
7
8
|
*/
|
|
8
9
|
export type CloudFrontPublicKeyProperties = {
|
|
@@ -22,6 +23,7 @@ export type CloudFrontPublicKeyAttributes = {
|
|
|
22
23
|
/**
|
|
23
24
|
* Type definition for `AWS::CloudFront::PublicKey.PublicKeyConfig`.
|
|
24
25
|
* Configuration information about a public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html), or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html).
|
|
26
|
+
CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.
|
|
25
27
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-publickey-publickeyconfig.html}
|
|
26
28
|
*/
|
|
27
29
|
export type PublicKeyConfig = {
|
|
@@ -45,6 +47,7 @@ export type PublicKeyConfig = {
|
|
|
45
47
|
/**
|
|
46
48
|
* Resource type definition for `AWS::CloudFront::PublicKey`.
|
|
47
49
|
* A public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html), or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html).
|
|
50
|
+
CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.
|
|
48
51
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-publickey.html}
|
|
49
52
|
*/
|
|
50
53
|
export declare class CloudFrontPublicKey extends $Resource<"AWS::CloudFront::PublicKey", CloudFrontPublicKeyProperties, CloudFrontPublicKeyAttributes> {
|
|
@@ -2,6 +2,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
|
|
|
2
2
|
/**
|
|
3
3
|
* Resource type definition for `AWS::CloudFront::PublicKey`.
|
|
4
4
|
* A public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html), or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html).
|
|
5
|
+
CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.
|
|
5
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-publickey.html}
|
|
6
7
|
*/
|
|
7
8
|
export class CloudFrontPublicKey extends $Resource {
|
|
@@ -159,7 +159,7 @@ export type ObjectTypeKey = {
|
|
|
159
159
|
/**
|
|
160
160
|
* The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE means that this key can be used to tie an object to a PROFILE. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.
|
|
161
161
|
*/
|
|
162
|
-
StandardIdentifiers?: ("PROFILE" | "UNIQUE" | "SECONDARY" | "LOOKUP_ONLY" | "NEW_ONLY" | "ASSET" | "CASE" | "ORDER")[];
|
|
162
|
+
StandardIdentifiers?: ("PROFILE" | "UNIQUE" | "SECONDARY" | "LOOKUP_ONLY" | "NEW_ONLY" | "ASSET" | "CASE" | "ORDER" | "AIR_PREFERENCE" | "AIR_BOOKING" | "AIR_SEGMENT" | "HOTEL_PREFERENCE" | "HOTEL_STAY_REVENUE" | "HOTEL_RESERVATION" | "LOYALTY" | "LOYALTY_TRANSACTION" | "LOYALTY_PROMOTION")[];
|
|
163
163
|
};
|
|
164
164
|
/**
|
|
165
165
|
* Type definition for `AWS::CustomerProfiles::ObjectType.Tag`.
|
|
@@ -32,7 +32,7 @@ export type DataZoneDomainProperties = {
|
|
|
32
32
|
Name: string;
|
|
33
33
|
/**
|
|
34
34
|
* The service role of the domain that is created.
|
|
35
|
-
* @pattern `^arn:aws[^:]*:iam::\d{12}:(
|
|
35
|
+
* @pattern `^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)/*[a-zA-Z0-9+=,.@_-]+$`
|
|
36
36
|
*/
|
|
37
37
|
ServiceRole?: string;
|
|
38
38
|
/**
|
|
@@ -27,7 +27,7 @@ export type DataZoneEnvironmentBlueprintConfigurationProperties = {
|
|
|
27
27
|
ManageAccessRoleArn?: string;
|
|
28
28
|
ProvisioningConfigurations?: ProvisioningConfiguration[];
|
|
29
29
|
/**
|
|
30
|
-
* @pattern `^arn:aws[^:]*:iam::\d{12}:(
|
|
30
|
+
* @pattern `^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)/*[a-zA-Z0-9+=,.@_-]+$`
|
|
31
31
|
*/
|
|
32
32
|
ProvisioningRoleArn?: string;
|
|
33
33
|
RegionalParameters?: RegionalParameter[];
|
|
@@ -11,8 +11,6 @@ export type DynamoDBGlobalTableProperties = {
|
|
|
11
11
|
AttributeDefinitions: AttributeDefinition[];
|
|
12
12
|
BillingMode?: string;
|
|
13
13
|
GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
|
|
14
|
-
GlobalTableSettingsReplicationMode?: "ENABLED" | "DISABLED";
|
|
15
|
-
GlobalTableSourceArn?: string;
|
|
16
14
|
/**
|
|
17
15
|
* @minLength `1`
|
|
18
16
|
* @maxLength `1`
|
|
@@ -41,7 +41,6 @@ export type DynamoDBTableProperties = {
|
|
|
41
41
|
+ You can delete or add one global secondary index without interruption. If you do both in the same update (for example, by changing the index's logical ID), the update fails.
|
|
42
42
|
*/
|
|
43
43
|
GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
|
|
44
|
-
GlobalTableSettingsReplicationMode?: "ENABLED" | "DISABLED";
|
|
45
44
|
/**
|
|
46
45
|
* Specifies the properties of data being imported from the S3 bucket source to the" table.
|
|
47
46
|
If you specify the ``ImportSourceSpecification`` property, and also specify either the ``StreamSpecification``, the ``TableClass`` property, the ``DeletionProtectionEnabled`` property, or the ``WarmThroughput`` property, the IAM entity creating/updating stack must have ``UpdateTable`` permission.
|
|
@@ -48,12 +48,14 @@ export type EC2NatGatewayProperties = {
|
|
|
48
48
|
* The tags for the NAT gateway.
|
|
49
49
|
*/
|
|
50
50
|
Tags?: Tag[];
|
|
51
|
+
VpcId?: string;
|
|
51
52
|
};
|
|
52
53
|
/**
|
|
53
54
|
* Attribute type definition for `AWS::EC2::NatGateway`.
|
|
54
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#aws-resource-ec2-natgateway-return-values}
|
|
55
56
|
*/
|
|
56
57
|
export type EC2NatGatewayAttributes = {
|
|
58
|
+
EniId: string;
|
|
57
59
|
NatGatewayId: string;
|
|
58
60
|
};
|
|
59
61
|
/**
|
package/lib/AWS-ECS-Service.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export type ECSServiceProperties = {
|
|
|
77
77
|
*/
|
|
78
78
|
ForceNewDeployment?: ForceNewDeployment;
|
|
79
79
|
/**
|
|
80
|
-
* The period of time, in seconds, that the Amazon
|
|
80
|
+
* The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used. If you do not use any of the health checks, then ``healthCheckGracePeriodSeconds`` is unused.
|
|
81
81
|
If your service has more running tasks than desired, unhealthy tasks in the grace period might be stopped to reach the desired count.
|
|
82
82
|
*/
|
|
83
83
|
HealthCheckGracePeriodSeconds?: number;
|
|
@@ -94,7 +94,7 @@ export type ECSTaskDefinitionProperties = {
|
|
|
94
94
|
*/
|
|
95
95
|
ProxyConfiguration?: ProxyConfiguration;
|
|
96
96
|
/**
|
|
97
|
-
* The task launch types the task definition was validated against. The valid values are ``EC2``, ``FARGATE``, and ``EXTERNAL``. For more information, see [Amazon ECS launch types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
97
|
+
* The task launch types the task definition was validated against. The valid values are ``MANAGED_INSTANCES``, ``EC2``, ``FARGATE``, and ``EXTERNAL``. For more information, see [Amazon ECS launch types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
98
98
|
*/
|
|
99
99
|
RequiresCompatibilities?: string[];
|
|
100
100
|
/**
|
|
@@ -61,6 +61,27 @@ export type ImageBuilderComponentAttributes = {
|
|
|
61
61
|
* The encryption status of the component.
|
|
62
62
|
*/
|
|
63
63
|
Encrypted: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* The latest version references of the component.
|
|
66
|
+
*/
|
|
67
|
+
LatestVersion: {
|
|
68
|
+
/**
|
|
69
|
+
* The latest version ARN of the created component.
|
|
70
|
+
*/
|
|
71
|
+
Arn: string;
|
|
72
|
+
/**
|
|
73
|
+
* The latest version ARN of the created component, with the same major version.
|
|
74
|
+
*/
|
|
75
|
+
Major: string;
|
|
76
|
+
/**
|
|
77
|
+
* The latest version ARN of the created component, with the same minor version.
|
|
78
|
+
*/
|
|
79
|
+
Minor: string;
|
|
80
|
+
/**
|
|
81
|
+
* The latest version ARN of the created component, with the same patch version.
|
|
82
|
+
*/
|
|
83
|
+
Patch: string;
|
|
84
|
+
};
|
|
64
85
|
/**
|
|
65
86
|
* The type of the component denotes whether the component is used to build the image or only to test it.
|
|
66
87
|
*/
|
|
@@ -67,6 +67,27 @@ export type ImageBuilderImageAttributes = {
|
|
|
67
67
|
* URI for containers created in current Region with default ECR image tag
|
|
68
68
|
*/
|
|
69
69
|
ImageUri: string;
|
|
70
|
+
/**
|
|
71
|
+
* The latest version references of the image.
|
|
72
|
+
*/
|
|
73
|
+
LatestVersion: {
|
|
74
|
+
/**
|
|
75
|
+
* The latest version ARN of the created image.
|
|
76
|
+
*/
|
|
77
|
+
Arn: string;
|
|
78
|
+
/**
|
|
79
|
+
* The latest version ARN of the created image, with the same major version.
|
|
80
|
+
*/
|
|
81
|
+
Major: string;
|
|
82
|
+
/**
|
|
83
|
+
* The latest version ARN of the created image, with the same minor version.
|
|
84
|
+
*/
|
|
85
|
+
Minor: string;
|
|
86
|
+
/**
|
|
87
|
+
* The latest version ARN of the created image, with the same patch version.
|
|
88
|
+
*/
|
|
89
|
+
Patch: string;
|
|
90
|
+
};
|
|
70
91
|
/**
|
|
71
92
|
* The name of the image.
|
|
72
93
|
*/
|
|
@@ -53,6 +53,27 @@ export type ImageBuilderWorkflowAttributes = {
|
|
|
53
53
|
* The Amazon Resource Name (ARN) of the workflow.
|
|
54
54
|
*/
|
|
55
55
|
Arn: string;
|
|
56
|
+
/**
|
|
57
|
+
* The latest version references of the workflow.
|
|
58
|
+
*/
|
|
59
|
+
LatestVersion: {
|
|
60
|
+
/**
|
|
61
|
+
* The latest version ARN of the created workflow.
|
|
62
|
+
*/
|
|
63
|
+
Arn: string;
|
|
64
|
+
/**
|
|
65
|
+
* The latest version ARN of the created workflow, with the same major version.
|
|
66
|
+
*/
|
|
67
|
+
Major: string;
|
|
68
|
+
/**
|
|
69
|
+
* The latest version ARN of the created workflow, with the same minor version.
|
|
70
|
+
*/
|
|
71
|
+
Minor: string;
|
|
72
|
+
/**
|
|
73
|
+
* The latest version ARN of the created workflow, with the same patch version.
|
|
74
|
+
*/
|
|
75
|
+
Patch: string;
|
|
76
|
+
};
|
|
56
77
|
};
|
|
57
78
|
/**
|
|
58
79
|
* Resource schema for AWS::ImageBuilder::Workflow
|
|
@@ -392,17 +392,13 @@ export type RDSDBClusterProperties = {
|
|
|
392
392
|
PreferredMaintenanceWindow?: string;
|
|
393
393
|
/**
|
|
394
394
|
* Specifies whether the DB cluster is publicly accessible.
|
|
395
|
-
When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.
|
|
396
|
-
When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.
|
|
397
395
|
Valid for Cluster Type: Multi-AZ DB clusters only
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
If ``
|
|
404
|
-
+ If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.
|
|
405
|
-
+ If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.
|
|
396
|
+
When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is controlled by its security group settings.
|
|
397
|
+
When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.
|
|
398
|
+
The default behavior when ``PubliclyAccessible`` is not specified depends on whether a ``DBSubnetGroup`` is specified.
|
|
399
|
+
If ``DBSubnetGroup`` isn't specified, ``PubliclyAccessible`` defaults to ``true``.
|
|
400
|
+
If ``DBSubnetGroup`` is specified, ``PubliclyAccessible`` defaults to ``false`` unless the value of ``DBSubnetGroup`` is ``default``, in which case ``PubliclyAccessible`` defaults to ``true``.
|
|
401
|
+
If ``PubliclyAccessible`` is true and the VPC that the ``DBSubnetGroup`` is in doesn't have an internet gateway attached to it, Amazon RDS returns an error.
|
|
406
402
|
*/
|
|
407
403
|
PubliclyAccessible?: boolean;
|
|
408
404
|
/**
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::SSMQuickSetup::LifecycleAutomation that executes SSM Automation documents in response to CloudFormation lifecycle events.
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-lifecycleautomation.html}
|
|
6
|
+
*/
|
|
7
|
+
export type SSMQuickSetupLifecycleAutomationProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the Automation document to execute
|
|
10
|
+
* @minLength `1`
|
|
11
|
+
* @maxLength `500`
|
|
12
|
+
* @pattern `^\S+$`
|
|
13
|
+
*/
|
|
14
|
+
AutomationDocument: string;
|
|
15
|
+
/**
|
|
16
|
+
* Parameters to be passed to the Automation Document
|
|
17
|
+
*/
|
|
18
|
+
AutomationParameters: AutomationParameters;
|
|
19
|
+
/**
|
|
20
|
+
* A unique identifier used for generating a unique logical ID for the custom resource
|
|
21
|
+
* @minLength `1`
|
|
22
|
+
* @maxLength `64`
|
|
23
|
+
* @pattern `^[a-zA-Z0-9-]+$`
|
|
24
|
+
*/
|
|
25
|
+
ResourceKey: string;
|
|
26
|
+
Tags?: TagsMap;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Attribute type definition for `AWS::SSMQuickSetup::LifecycleAutomation`.
|
|
30
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-lifecycleautomation.html#aws-resource-ssmquicksetup-lifecycleautomation-return-values}
|
|
31
|
+
*/
|
|
32
|
+
export type SSMQuickSetupLifecycleAutomationAttributes = {
|
|
33
|
+
/**
|
|
34
|
+
* The id from the association that is returned when creating the association
|
|
35
|
+
* @minLength `1`
|
|
36
|
+
* @maxLength `64`
|
|
37
|
+
* @pattern `^[a-zA-Z0-9-]+$`
|
|
38
|
+
*/
|
|
39
|
+
AssociationId: string;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Type definition for `AWS::SSMQuickSetup::LifecycleAutomation.AutomationParameters`.
|
|
43
|
+
* Parameters to be passed to the Automation Document
|
|
44
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-lifecycleautomation-automationparameters.html}
|
|
45
|
+
*/
|
|
46
|
+
export type AutomationParameters = Record<string, string[]>;
|
|
47
|
+
/**
|
|
48
|
+
* Type definition for `AWS::SSMQuickSetup::LifecycleAutomation.TagsMap`.
|
|
49
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-lifecycleautomation-tagsmap.html}
|
|
50
|
+
*/
|
|
51
|
+
export type TagsMap = Record<string, string>;
|
|
52
|
+
/**
|
|
53
|
+
* Resource Type definition for AWS::SSMQuickSetup::LifecycleAutomation that executes SSM Automation documents in response to CloudFormation lifecycle events.
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-lifecycleautomation.html}
|
|
55
|
+
*/
|
|
56
|
+
export declare class SSMQuickSetupLifecycleAutomation extends $Resource<"AWS::SSMQuickSetup::LifecycleAutomation", SSMQuickSetupLifecycleAutomationProperties, SSMQuickSetupLifecycleAutomationAttributes> {
|
|
57
|
+
static readonly Type = "AWS::SSMQuickSetup::LifecycleAutomation";
|
|
58
|
+
constructor(logicalId: string, properties: SSMQuickSetupLifecycleAutomationProperties, options?: $ResourceOptions);
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=AWS-SSMQuickSetup-LifecycleAutomation.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::SSMQuickSetup::LifecycleAutomation that executes SSM Automation documents in response to CloudFormation lifecycle events.
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmquicksetup-lifecycleautomation.html}
|
|
5
|
+
*/
|
|
6
|
+
export class SSMQuickSetupLifecycleAutomation extends $Resource {
|
|
7
|
+
static Type = "AWS::SSMQuickSetup::LifecycleAutomation";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, SSMQuickSetupLifecycleAutomation.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-SSMQuickSetup-LifecycleAutomation.js.map
|
|
@@ -71,7 +71,7 @@ export type ResourceSpec = {
|
|
|
71
71
|
/**
|
|
72
72
|
* The instance type that the image version runs on.
|
|
73
73
|
*/
|
|
74
|
-
InstanceType?: "system" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.
|
|
74
|
+
InstanceType?: "system" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p3dn.24xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.geospatial.interactive" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.m6id.large" | "ml.m6id.xlarge" | "ml.m6id.2xlarge" | "ml.m6id.4xlarge" | "ml.m6id.8xlarge" | "ml.m6id.12xlarge" | "ml.m6id.16xlarge" | "ml.m6id.24xlarge" | "ml.m6id.32xlarge" | "ml.c6id.large" | "ml.c6id.xlarge" | "ml.c6id.2xlarge" | "ml.c6id.4xlarge" | "ml.c6id.8xlarge" | "ml.c6id.12xlarge" | "ml.c6id.16xlarge" | "ml.c6id.24xlarge" | "ml.c6id.32xlarge" | "ml.r6id.large" | "ml.r6id.xlarge" | "ml.r6id.2xlarge" | "ml.r6id.4xlarge" | "ml.r6id.8xlarge" | "ml.r6id.12xlarge" | "ml.r6id.16xlarge" | "ml.r6id.24xlarge" | "ml.r6id.32xlarge";
|
|
75
75
|
/**
|
|
76
76
|
* The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
|
|
77
77
|
* @maxLength `256`
|
|
@@ -113,7 +113,7 @@ export type SageMakerDomainAttributes = {
|
|
|
113
113
|
* The instance type that the image version runs on.
|
|
114
114
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-appinstancetype.html}
|
|
115
115
|
*/
|
|
116
|
-
export type AppInstanceType = "system" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p3dn.24xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.geospatial.interactive" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.p5.48xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.m6id.large" | "ml.m6id.xlarge" | "ml.m6id.2xlarge" | "ml.m6id.4xlarge" | "ml.m6id.8xlarge" | "ml.m6id.12xlarge" | "ml.m6id.16xlarge" | "ml.m6id.24xlarge" | "ml.m6id.32xlarge" | "ml.c6id.large" | "ml.c6id.xlarge" | "ml.c6id.2xlarge" | "ml.c6id.4xlarge" | "ml.c6id.8xlarge" | "ml.c6id.12xlarge" | "ml.c6id.16xlarge" | "ml.c6id.24xlarge" | "ml.c6id.32xlarge" | "ml.r6id.large" | "ml.r6id.xlarge" | "ml.r6id.2xlarge" | "ml.r6id.4xlarge" | "ml.r6id.8xlarge" | "ml.r6id.12xlarge" | "ml.r6id.16xlarge" | "ml.r6id.24xlarge" | "ml.r6id.32xlarge";
|
|
116
|
+
export type AppInstanceType = "system" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p3dn.24xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.geospatial.interactive" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.m6id.large" | "ml.m6id.xlarge" | "ml.m6id.2xlarge" | "ml.m6id.4xlarge" | "ml.m6id.8xlarge" | "ml.m6id.12xlarge" | "ml.m6id.16xlarge" | "ml.m6id.24xlarge" | "ml.m6id.32xlarge" | "ml.c6id.large" | "ml.c6id.xlarge" | "ml.c6id.2xlarge" | "ml.c6id.4xlarge" | "ml.c6id.8xlarge" | "ml.c6id.12xlarge" | "ml.c6id.16xlarge" | "ml.c6id.24xlarge" | "ml.c6id.32xlarge" | "ml.r6id.large" | "ml.r6id.xlarge" | "ml.r6id.2xlarge" | "ml.r6id.4xlarge" | "ml.r6id.8xlarge" | "ml.r6id.12xlarge" | "ml.r6id.16xlarge" | "ml.r6id.24xlarge" | "ml.r6id.32xlarge";
|
|
117
117
|
/**
|
|
118
118
|
* Type definition for `AWS::SageMaker::Domain.AppLifecycleManagement`.
|
|
119
119
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-applifecyclemanagement.html}
|
|
@@ -323,6 +323,10 @@ export type DomainSettings = {
|
|
|
323
323
|
* The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
|
|
324
324
|
*/
|
|
325
325
|
ExecutionRoleIdentityConfig?: "USER_PROFILE_NAME" | "DISABLED";
|
|
326
|
+
/**
|
|
327
|
+
* A setting to indicate if IPv6 routing should be enabled along with IPv4 or not
|
|
328
|
+
*/
|
|
329
|
+
IpAddressType?: IpAddressType;
|
|
326
330
|
/**
|
|
327
331
|
* A collection of settings that update the current configuration for the RStudioServerPro Domain-level app.
|
|
328
332
|
*/
|
|
@@ -416,6 +420,12 @@ export type IdleSettings = {
|
|
|
416
420
|
*/
|
|
417
421
|
MinIdleTimeoutInMinutes?: number;
|
|
418
422
|
};
|
|
423
|
+
/**
|
|
424
|
+
* Type definition for `AWS::SageMaker::Domain.IpAddressType`.
|
|
425
|
+
* A setting to indicate if IPv6 routing should be enabled along with IPv4 or not
|
|
426
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-ipaddresstype.html}
|
|
427
|
+
*/
|
|
428
|
+
export type IpAddressType = "IPV4" | "DUALSTACK";
|
|
419
429
|
/**
|
|
420
430
|
* Type definition for `AWS::SageMaker::Domain.JupyterLabAppSettings`.
|
|
421
431
|
* The JupyterLab app settings.
|
|
@@ -508,7 +518,7 @@ export type ResourceSpec = {
|
|
|
508
518
|
/**
|
|
509
519
|
* The instance type that the image version runs on.
|
|
510
520
|
*/
|
|
511
|
-
InstanceType?:
|
|
521
|
+
InstanceType?: AppInstanceType;
|
|
512
522
|
/**
|
|
513
523
|
* The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
|
|
514
524
|
* @maxLength `256`
|
|
@@ -360,7 +360,7 @@ export type ResourceSpec = {
|
|
|
360
360
|
/**
|
|
361
361
|
* The instance type that the image version runs on.
|
|
362
362
|
*/
|
|
363
|
-
InstanceType?: "system" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.
|
|
363
|
+
InstanceType?: "system" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p3dn.24xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.geospatial.interactive" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.m6id.large" | "ml.m6id.xlarge" | "ml.m6id.2xlarge" | "ml.m6id.4xlarge" | "ml.m6id.8xlarge" | "ml.m6id.12xlarge" | "ml.m6id.16xlarge" | "ml.m6id.24xlarge" | "ml.m6id.32xlarge" | "ml.c6id.large" | "ml.c6id.xlarge" | "ml.c6id.2xlarge" | "ml.c6id.4xlarge" | "ml.c6id.8xlarge" | "ml.c6id.12xlarge" | "ml.c6id.16xlarge" | "ml.c6id.24xlarge" | "ml.c6id.32xlarge" | "ml.r6id.large" | "ml.r6id.xlarge" | "ml.r6id.2xlarge" | "ml.r6id.4xlarge" | "ml.r6id.8xlarge" | "ml.r6id.12xlarge" | "ml.r6id.16xlarge" | "ml.r6id.24xlarge" | "ml.r6id.32xlarge";
|
|
364
364
|
/**
|
|
365
365
|
* The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
|
|
366
366
|
* @maxLength `256`
|
|
@@ -5,29 +5,23 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html}
|
|
6
6
|
*/
|
|
7
7
|
export type ServiceCatalogPortfolioPrincipalAssociationProperties = {
|
|
8
|
-
/**
|
|
9
|
-
* The language code.
|
|
10
|
-
*/
|
|
11
8
|
AcceptLanguage?: string;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
*/
|
|
15
|
-
PortfolioId?: string;
|
|
16
|
-
/**
|
|
17
|
-
* The ARN of the principal (user, role, or group).
|
|
18
|
-
* @pattern `arn:(aws|aws-cn|aws-us-gov):iam::[0-9]*:(role|user|group)\/.*`
|
|
19
|
-
*/
|
|
20
|
-
PrincipalARN?: string;
|
|
21
|
-
/**
|
|
22
|
-
* The principal type. The supported value is IAM if you use a fully defined Amazon Resource Name (ARN), or IAM_PATTERN if you use an ARN with no accountID, with or without wildcard characters.
|
|
23
|
-
*/
|
|
9
|
+
PortfolioId: string;
|
|
10
|
+
PrincipalARN: string;
|
|
24
11
|
PrincipalType: string;
|
|
25
12
|
};
|
|
13
|
+
/**
|
|
14
|
+
* Attribute type definition for `AWS::ServiceCatalog::PortfolioPrincipalAssociation`.
|
|
15
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#aws-resource-servicecatalog-portfolioprincipalassociation-return-values}
|
|
16
|
+
*/
|
|
17
|
+
export type ServiceCatalogPortfolioPrincipalAssociationAttributes = {
|
|
18
|
+
Id: string;
|
|
19
|
+
};
|
|
26
20
|
/**
|
|
27
21
|
* Resource Type definition for AWS::ServiceCatalog::PortfolioPrincipalAssociation
|
|
28
22
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html}
|
|
29
23
|
*/
|
|
30
|
-
export declare class ServiceCatalogPortfolioPrincipalAssociation extends $Resource<"AWS::ServiceCatalog::PortfolioPrincipalAssociation", ServiceCatalogPortfolioPrincipalAssociationProperties,
|
|
24
|
+
export declare class ServiceCatalogPortfolioPrincipalAssociation extends $Resource<"AWS::ServiceCatalog::PortfolioPrincipalAssociation", ServiceCatalogPortfolioPrincipalAssociationProperties, ServiceCatalogPortfolioPrincipalAssociationAttributes> {
|
|
31
25
|
static readonly Type = "AWS::ServiceCatalog::PortfolioPrincipalAssociation";
|
|
32
26
|
constructor(logicalId: string, properties: ServiceCatalogPortfolioPrincipalAssociationProperties, options?: $ResourceOptions);
|
|
33
27
|
}
|
|
@@ -5,21 +5,20 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html}
|
|
6
6
|
*/
|
|
7
7
|
export type ServiceCatalogTagOptionAssociationProperties = {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
Id: string;
|
|
8
|
+
/**
|
|
9
|
+
* The CloudformationProduct or Portfolio identifier.
|
|
10
|
+
*/
|
|
11
|
+
ResourceId?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The TagOption identifier.
|
|
14
|
+
*/
|
|
15
|
+
TagOptionId?: string;
|
|
17
16
|
};
|
|
18
17
|
/**
|
|
19
18
|
* Resource Type definition for AWS::ServiceCatalog::TagOptionAssociation
|
|
20
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.html}
|
|
21
20
|
*/
|
|
22
|
-
export declare class ServiceCatalogTagOptionAssociation extends $Resource<"AWS::ServiceCatalog::TagOptionAssociation", ServiceCatalogTagOptionAssociationProperties,
|
|
21
|
+
export declare class ServiceCatalogTagOptionAssociation extends $Resource<"AWS::ServiceCatalog::TagOptionAssociation", ServiceCatalogTagOptionAssociationProperties, Record<string, never>> {
|
|
23
22
|
static readonly Type = "AWS::ServiceCatalog::TagOptionAssociation";
|
|
24
23
|
constructor(logicalId: string, properties: ServiceCatalogTagOptionAssociationProperties, options?: $ResourceOptions);
|
|
25
24
|
}
|
|
@@ -150,12 +150,16 @@ export type BrowserType = "CHROME" | "FIREFOX";
|
|
|
150
150
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html}
|
|
151
151
|
*/
|
|
152
152
|
export type Code = {
|
|
153
|
+
/**
|
|
154
|
+
* @maxLength `1`
|
|
155
|
+
*/
|
|
156
|
+
BlueprintTypes?: string[];
|
|
153
157
|
/**
|
|
154
158
|
* List of Lambda layers to attach to the canary
|
|
155
159
|
* @maxLength `1`
|
|
156
160
|
*/
|
|
157
161
|
Dependencies?: Dependency[];
|
|
158
|
-
Handler
|
|
162
|
+
Handler?: string;
|
|
159
163
|
S3Bucket?: string;
|
|
160
164
|
S3Key?: string;
|
|
161
165
|
S3ObjectVersion?: string;
|