@awboost/cfn-resource-types 0.1.126 → 0.1.128
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-ACMPCA-CertificateAuthority.d.ts +3 -0
- package/lib/AWS-Deadline-Fleet.d.ts +1 -1
- package/lib/AWS-Deadline-Queue.d.ts +1 -1
- package/lib/AWS-Deadline-StorageProfile.d.ts +1 -1
- package/lib/AWS-EC2-Subnet.d.ts +3 -2
- package/lib/AWS-KMS-Key.d.ts +21 -16
- package/lib/AWS-Lambda-Function.d.ts +4 -0
- package/lib/AWS-MediaLive-Multiplexprogram.d.ts +11 -5
- package/lib/AWS-NetworkManager-ConnectAttachment.d.ts +27 -0
- package/lib/AWS-NetworkManager-CoreNetwork.d.ts +29 -0
- package/lib/AWS-NetworkManager-SiteToSiteVpnAttachment.d.ts +27 -0
- package/lib/AWS-NetworkManager-TransitGatewayRouteTableAttachment.d.ts +27 -0
- package/lib/AWS-NetworkManager-VpcAttachment.d.ts +27 -0
- package/lib/AWS-RDS-DBCluster.d.ts +1 -1
- package/lib/AWS-RDS-DBClusterParameterGroup.d.ts +1 -1
- package/lib/AWS-RDS-DBInstance.d.ts +4 -1
- package/lib/AWS-RDS-DBParameterGroup.d.ts +1 -1
- package/lib/AWS-RDS-DBSubnetGroup.d.ts +1 -1
- package/lib/AWS-RDS-EventSubscription.d.ts +1 -1
- package/lib/AWS-RDS-OptionGroup.d.ts +4 -4
- package/lib/AWS-Redshift-Cluster.d.ts +5 -0
- package/lib/AWS-Route53Resolver-ResolverRule.d.ts +8 -2
- package/lib/AWS-SageMaker-ModelPackage.d.ts +97 -0
- package/package.json +1 -1
|
@@ -95,8 +95,11 @@ export type CrlConfiguration = {
|
|
|
95
95
|
*/
|
|
96
96
|
CrlDistributionPointExtensionConfiguration?: CrlDistributionPointExtensionConfiguration;
|
|
97
97
|
CustomCname?: string;
|
|
98
|
+
CustomPath?: string;
|
|
98
99
|
Enabled: boolean;
|
|
99
100
|
ExpirationInDays?: number;
|
|
101
|
+
PartitioningEnabled?: boolean;
|
|
102
|
+
RetainExpiredCertificates?: boolean;
|
|
100
103
|
S3BucketName?: string;
|
|
101
104
|
S3ObjectAcl?: string;
|
|
102
105
|
};
|
package/lib/AWS-EC2-Subnet.d.ts
CHANGED
|
@@ -28,8 +28,9 @@ export type EC2SubnetProperties = {
|
|
|
28
28
|
*/
|
|
29
29
|
CidrBlock?: string;
|
|
30
30
|
/**
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
* Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
|
|
32
|
+
You must first configure a NAT gateway in a public subnet (separate from the subnet containing the IPv6-only workloads). For example, the subnet containing the NAT gateway should have a ``0.0.0.0/0`` route pointing to the internet gateway. For more information, see [Configure DNS64 and NAT64](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough) in the *User Guide*.
|
|
33
|
+
*/
|
|
33
34
|
EnableDns64?: boolean;
|
|
34
35
|
/**
|
|
35
36
|
* Indicates the device position for local network interfaces in this subnet. For example, ``1`` indicates local network interfaces in this subnet are the secondary network interface (eth1).
|
package/lib/AWS-KMS-Key.d.ts
CHANGED
|
@@ -72,32 +72,33 @@ export type KMSKeyProperties = {
|
|
|
72
72
|
+ ``HMAC_384``
|
|
73
73
|
+ ``HMAC_512``
|
|
74
74
|
|
|
75
|
-
+ Asymmetric RSA key pairs
|
|
75
|
+
+ Asymmetric RSA key pairs (encryption and decryption *or* signing and verification)
|
|
76
76
|
+ ``RSA_2048``
|
|
77
77
|
+ ``RSA_3072``
|
|
78
78
|
+ ``RSA_4096``
|
|
79
79
|
|
|
80
|
-
+ Asymmetric NIST-recommended elliptic curve key pairs
|
|
80
|
+
+ Asymmetric NIST-recommended elliptic curve key pairs (signing and verification *or* deriving shared secrets)
|
|
81
81
|
+ ``ECC_NIST_P256`` (secp256r1)
|
|
82
82
|
+ ``ECC_NIST_P384`` (secp384r1)
|
|
83
83
|
+ ``ECC_NIST_P521`` (secp521r1)
|
|
84
84
|
|
|
85
|
-
+ Other asymmetric elliptic curve key pairs
|
|
85
|
+
+ Other asymmetric elliptic curve key pairs (signing and verification)
|
|
86
86
|
+ ``ECC_SECG_P256K1`` (secp256k1), commonly used for cryptocurrencies.
|
|
87
87
|
|
|
88
|
-
+ SM2 key pairs (
|
|
89
|
-
+ ``SM2``
|
|
88
|
+
+ SM2 key pairs (encryption and decryption *or* signing and verification *or* deriving shared secrets)
|
|
89
|
+
+ ``SM2`` (China Regions only)
|
|
90
90
|
*/
|
|
91
91
|
KeySpec?: "SYMMETRIC_DEFAULT" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "ECC_NIST_P256" | "ECC_NIST_P384" | "ECC_NIST_P521" | "ECC_SECG_P256K1" | "HMAC_224" | "HMAC_256" | "HMAC_384" | "HMAC_512" | "SM2";
|
|
92
92
|
/**
|
|
93
93
|
* Determines the [cryptographic operations](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#cryptographic-operations) for which you can use the KMS key. The default value is ``ENCRYPT_DECRYPT``. This property is required for asymmetric KMS keys and HMAC KMS keys. You can't change the ``KeyUsage`` value after the KMS key is created.
|
|
94
94
|
If you change the value of the ``KeyUsage`` property on an existing KMS key, the update request fails, regardless of the value of the [UpdateReplacePolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatereplacepolicy.html). This prevents you from accidentally deleting a KMS key by changing an immutable property value.
|
|
95
95
|
Select only one valid value.
|
|
96
|
-
+ For symmetric encryption KMS keys, omit the
|
|
97
|
-
+ For
|
|
98
|
-
+ For asymmetric KMS keys with
|
|
99
|
-
+ For asymmetric KMS keys with
|
|
100
|
-
+ For
|
|
96
|
+
+ For symmetric encryption KMS keys, omit the parameter or specify ``ENCRYPT_DECRYPT``.
|
|
97
|
+
+ For HMAC KMS keys (symmetric), specify ``GENERATE_VERIFY_MAC``.
|
|
98
|
+
+ For asymmetric KMS keys with RSA key pairs, specify ``ENCRYPT_DECRYPT`` or ``SIGN_VERIFY``.
|
|
99
|
+
+ For asymmetric KMS keys with NIST-recommended elliptic curve key pairs, specify ``SIGN_VERIFY`` or ``KEY_AGREEMENT``.
|
|
100
|
+
+ For asymmetric KMS keys with ``ECC_SECG_P256K1`` key pairs specify ``SIGN_VERIFY``.
|
|
101
|
+
+ For asymmetric KMS keys with SM2 key pairs (China Regions only), specify ``ENCRYPT_DECRYPT``, ``SIGN_VERIFY``, or ``KEY_AGREEMENT``.
|
|
101
102
|
*/
|
|
102
103
|
KeyUsage?: "ENCRYPT_DECRYPT" | "SIGN_VERIFY" | "GENERATE_VERIFY_MAC" | "KEY_AGREEMENT";
|
|
103
104
|
/**
|
|
@@ -160,14 +161,18 @@ export type KMSKeyAttributes = {
|
|
|
160
161
|
*/
|
|
161
162
|
export type Tag = {
|
|
162
163
|
/**
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
164
|
+
* The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with ``aws:``. digits, whitespace, ``_``, ``.``, ``:``, ``/``, ``=``, ``+``, ``@``, ``-``, and ``"``.
|
|
165
|
+
For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
|
|
166
|
+
* @minLength `1`
|
|
167
|
+
* @maxLength `128`
|
|
168
|
+
*/
|
|
166
169
|
Key: string;
|
|
167
170
|
/**
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
+
* The value for the tag. You can specify a value that's 1 to 256 characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, ``_``, ``.``, ``/``, ``=``, ``+``, and ``-``.
|
|
172
|
+
For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
|
|
173
|
+
* @minLength `0`
|
|
174
|
+
* @maxLength `256`
|
|
175
|
+
*/
|
|
171
176
|
Value: string;
|
|
172
177
|
};
|
|
173
178
|
/**
|
|
@@ -177,6 +177,10 @@ export type Code = {
|
|
|
177
177
|
* @maxLength `1024`
|
|
178
178
|
*/
|
|
179
179
|
S3ObjectVersion?: string;
|
|
180
|
+
/**
|
|
181
|
+
* @pattern `^(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()$`
|
|
182
|
+
*/
|
|
183
|
+
SourceKMSKeyArn?: string;
|
|
180
184
|
/**
|
|
181
185
|
* (Node.js and Python) The source code of your Lambda function. If you include your function source inline with this parameter, CFN places it in a file named ``index`` and zips it to create a [deployment package](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html). This zip file cannot exceed 4MB. For the ``Handler`` property, the first part of the handler identifier must be ``index``. For example, ``index.handler``.
|
|
182
186
|
For JSON, you must escape quotes and special characters such as newline (``\n``) with a backslash.
|
|
@@ -5,10 +5,6 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html}
|
|
6
6
|
*/
|
|
7
7
|
export type MediaLiveMultiplexprogramProperties = {
|
|
8
|
-
/**
|
|
9
|
-
* The MediaLive channel associated with the program.
|
|
10
|
-
*/
|
|
11
|
-
ChannelId?: string;
|
|
12
8
|
/**
|
|
13
9
|
* The ID of the multiplex that the program belongs to.
|
|
14
10
|
*/
|
|
@@ -34,6 +30,16 @@ export type MediaLiveMultiplexprogramProperties = {
|
|
|
34
30
|
*/
|
|
35
31
|
ProgramName?: string;
|
|
36
32
|
};
|
|
33
|
+
/**
|
|
34
|
+
* Attribute type definition for `AWS::MediaLive::Multiplexprogram`.
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html#aws-resource-medialive-multiplexprogram-return-values}
|
|
36
|
+
*/
|
|
37
|
+
export type MediaLiveMultiplexprogramAttributes = {
|
|
38
|
+
/**
|
|
39
|
+
* The MediaLive channel associated with the program.
|
|
40
|
+
*/
|
|
41
|
+
ChannelId: string;
|
|
42
|
+
};
|
|
37
43
|
/**
|
|
38
44
|
* Type definition for `AWS::MediaLive::Multiplexprogram.MultiplexProgramPacketIdentifiersMap`.
|
|
39
45
|
* Packet identifiers map for a given Multiplex program.
|
|
@@ -178,7 +184,7 @@ export type PreferredChannelPipeline = "CURRENTLY_ACTIVE" | "PIPELINE_0" | "PIPE
|
|
|
178
184
|
* Resource schema for AWS::MediaLive::Multiplexprogram
|
|
179
185
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-multiplexprogram.html}
|
|
180
186
|
*/
|
|
181
|
-
export declare class MediaLiveMultiplexprogram extends $Resource<"AWS::MediaLive::Multiplexprogram", MediaLiveMultiplexprogramProperties,
|
|
187
|
+
export declare class MediaLiveMultiplexprogram extends $Resource<"AWS::MediaLive::Multiplexprogram", MediaLiveMultiplexprogramProperties, MediaLiveMultiplexprogramAttributes> {
|
|
182
188
|
static readonly Type = "AWS::MediaLive::Multiplexprogram";
|
|
183
189
|
constructor(logicalId: string, properties: MediaLiveMultiplexprogramProperties, options?: $ResourceOptions);
|
|
184
190
|
}
|
|
@@ -13,10 +13,18 @@ export type NetworkManagerConnectAttachmentProperties = {
|
|
|
13
13
|
* Edge location of the attachment.
|
|
14
14
|
*/
|
|
15
15
|
EdgeLocation: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the network function group attachment.
|
|
18
|
+
*/
|
|
19
|
+
NetworkFunctionGroupName?: string;
|
|
16
20
|
/**
|
|
17
21
|
* Protocol options for connect attachment
|
|
18
22
|
*/
|
|
19
23
|
Options: ConnectAttachmentOptions;
|
|
24
|
+
/**
|
|
25
|
+
* The attachment to move from one network function group to another.
|
|
26
|
+
*/
|
|
27
|
+
ProposedNetworkFunctionGroupChange?: ProposedNetworkFunctionGroupChange;
|
|
20
28
|
/**
|
|
21
29
|
* The attachment to move from one segment to another.
|
|
22
30
|
*/
|
|
@@ -87,6 +95,25 @@ export type ConnectAttachmentOptions = {
|
|
|
87
95
|
*/
|
|
88
96
|
Protocol?: string;
|
|
89
97
|
};
|
|
98
|
+
/**
|
|
99
|
+
* Type definition for `AWS::NetworkManager::ConnectAttachment.ProposedNetworkFunctionGroupChange`.
|
|
100
|
+
* The attachment to move from one network function group to another.
|
|
101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectattachment-proposednetworkfunctiongroupchange.html}
|
|
102
|
+
*/
|
|
103
|
+
export type ProposedNetworkFunctionGroupChange = {
|
|
104
|
+
/**
|
|
105
|
+
* The rule number in the policy document that applies to this change.
|
|
106
|
+
*/
|
|
107
|
+
AttachmentPolicyRuleNumber?: number;
|
|
108
|
+
/**
|
|
109
|
+
* The name of the network function group to change.
|
|
110
|
+
*/
|
|
111
|
+
NetworkFunctionGroupName?: string;
|
|
112
|
+
/**
|
|
113
|
+
* The key-value tags that changed for the network function group.
|
|
114
|
+
*/
|
|
115
|
+
Tags?: Tag[];
|
|
116
|
+
};
|
|
90
117
|
/**
|
|
91
118
|
* Type definition for `AWS::NetworkManager::ConnectAttachment.ProposedSegmentChange`.
|
|
92
119
|
* The attachment to move from one segment to another.
|
|
@@ -53,6 +53,20 @@ export type NetworkManagerCoreNetworkAttributes = {
|
|
|
53
53
|
EdgeLocation: string;
|
|
54
54
|
InsideCidrBlocks: string[];
|
|
55
55
|
}[];
|
|
56
|
+
/**
|
|
57
|
+
* The network function groups within a core network.
|
|
58
|
+
*/
|
|
59
|
+
NetworkFunctionGroups: {
|
|
60
|
+
EdgeLocations: string[];
|
|
61
|
+
/**
|
|
62
|
+
* Name of network function group
|
|
63
|
+
*/
|
|
64
|
+
Name: string;
|
|
65
|
+
Segments: {
|
|
66
|
+
SendTo: string[];
|
|
67
|
+
SendVia: string[];
|
|
68
|
+
};
|
|
69
|
+
}[];
|
|
56
70
|
/**
|
|
57
71
|
* Owner of the core network
|
|
58
72
|
*/
|
|
@@ -88,6 +102,21 @@ export type CoreNetworkEdge = {
|
|
|
88
102
|
EdgeLocation?: string;
|
|
89
103
|
InsideCidrBlocks?: string[];
|
|
90
104
|
};
|
|
105
|
+
/**
|
|
106
|
+
* Type definition for `AWS::NetworkManager::CoreNetwork.CoreNetworkNetworkFunctionGroup`.
|
|
107
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-corenetworknetworkfunctiongroup.html}
|
|
108
|
+
*/
|
|
109
|
+
export type CoreNetworkNetworkFunctionGroup = {
|
|
110
|
+
EdgeLocations?: string[];
|
|
111
|
+
/**
|
|
112
|
+
* Name of network function group
|
|
113
|
+
*/
|
|
114
|
+
Name?: string;
|
|
115
|
+
Segments?: {
|
|
116
|
+
SendTo?: string[];
|
|
117
|
+
SendVia?: string[];
|
|
118
|
+
};
|
|
119
|
+
};
|
|
91
120
|
/**
|
|
92
121
|
* Type definition for `AWS::NetworkManager::CoreNetwork.CoreNetworkSegment`.
|
|
93
122
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-corenetwork-corenetworksegment.html}
|
|
@@ -9,6 +9,14 @@ export type NetworkManagerSiteToSiteVpnAttachmentProperties = {
|
|
|
9
9
|
* The ID of a core network where you're creating a site-to-site VPN attachment.
|
|
10
10
|
*/
|
|
11
11
|
CoreNetworkId: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the network function group attachment.
|
|
14
|
+
*/
|
|
15
|
+
NetworkFunctionGroupName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The attachment to move from one network function group to another.
|
|
18
|
+
*/
|
|
19
|
+
ProposedNetworkFunctionGroupChange?: ProposedNetworkFunctionGroupChange;
|
|
12
20
|
/**
|
|
13
21
|
* The attachment to move from one segment to another.
|
|
14
22
|
*/
|
|
@@ -72,6 +80,25 @@ export type NetworkManagerSiteToSiteVpnAttachmentAttributes = {
|
|
|
72
80
|
*/
|
|
73
81
|
UpdatedAt: string;
|
|
74
82
|
};
|
|
83
|
+
/**
|
|
84
|
+
* Type definition for `AWS::NetworkManager::SiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChange`.
|
|
85
|
+
* The attachment to move from one network function group to another.
|
|
86
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-sitetositevpnattachment-proposednetworkfunctiongroupchange.html}
|
|
87
|
+
*/
|
|
88
|
+
export type ProposedNetworkFunctionGroupChange = {
|
|
89
|
+
/**
|
|
90
|
+
* The rule number in the policy document that applies to this change.
|
|
91
|
+
*/
|
|
92
|
+
AttachmentPolicyRuleNumber?: number;
|
|
93
|
+
/**
|
|
94
|
+
* The name of the network function group to change.
|
|
95
|
+
*/
|
|
96
|
+
NetworkFunctionGroupName?: string;
|
|
97
|
+
/**
|
|
98
|
+
* The key-value tags that changed for the network function group.
|
|
99
|
+
*/
|
|
100
|
+
Tags?: Tag[];
|
|
101
|
+
};
|
|
75
102
|
/**
|
|
76
103
|
* Type definition for `AWS::NetworkManager::SiteToSiteVpnAttachment.ProposedSegmentChange`.
|
|
77
104
|
* The attachment to move from one segment to another.
|
|
@@ -5,10 +5,18 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayroutetableattachment.html}
|
|
6
6
|
*/
|
|
7
7
|
export type NetworkManagerTransitGatewayRouteTableAttachmentProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the network function group attachment.
|
|
10
|
+
*/
|
|
11
|
+
NetworkFunctionGroupName?: string;
|
|
8
12
|
/**
|
|
9
13
|
* The Id of peering between transit gateway and core network.
|
|
10
14
|
*/
|
|
11
15
|
PeeringId: string;
|
|
16
|
+
/**
|
|
17
|
+
* The attachment to move from one network function group to another.
|
|
18
|
+
*/
|
|
19
|
+
ProposedNetworkFunctionGroupChange?: ProposedNetworkFunctionGroupChange;
|
|
12
20
|
/**
|
|
13
21
|
* The attachment to move from one segment to another.
|
|
14
22
|
*/
|
|
@@ -76,6 +84,25 @@ export type NetworkManagerTransitGatewayRouteTableAttachmentAttributes = {
|
|
|
76
84
|
*/
|
|
77
85
|
UpdatedAt: string;
|
|
78
86
|
};
|
|
87
|
+
/**
|
|
88
|
+
* Type definition for `AWS::NetworkManager::TransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChange`.
|
|
89
|
+
* The attachment to move from one network function group to another.
|
|
90
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange.html}
|
|
91
|
+
*/
|
|
92
|
+
export type ProposedNetworkFunctionGroupChange = {
|
|
93
|
+
/**
|
|
94
|
+
* The rule number in the policy document that applies to this change.
|
|
95
|
+
*/
|
|
96
|
+
AttachmentPolicyRuleNumber?: number;
|
|
97
|
+
/**
|
|
98
|
+
* The name of the network function group to change.
|
|
99
|
+
*/
|
|
100
|
+
NetworkFunctionGroupName?: string;
|
|
101
|
+
/**
|
|
102
|
+
* The key-value tags that changed for the network function group.
|
|
103
|
+
*/
|
|
104
|
+
Tags?: Tag[];
|
|
105
|
+
};
|
|
79
106
|
/**
|
|
80
107
|
* Type definition for `AWS::NetworkManager::TransitGatewayRouteTableAttachment.ProposedSegmentChange`.
|
|
81
108
|
* The attachment to move from one segment to another.
|
|
@@ -13,6 +13,10 @@ export type NetworkManagerVpcAttachmentProperties = {
|
|
|
13
13
|
* Vpc options of the attachment.
|
|
14
14
|
*/
|
|
15
15
|
Options?: VpcOptions;
|
|
16
|
+
/**
|
|
17
|
+
* The attachment to move from one network function group to another.
|
|
18
|
+
*/
|
|
19
|
+
ProposedNetworkFunctionGroupChange?: ProposedNetworkFunctionGroupChange;
|
|
16
20
|
/**
|
|
17
21
|
* The attachment to move from one segment to another.
|
|
18
22
|
*/
|
|
@@ -59,6 +63,10 @@ export type NetworkManagerVpcAttachmentAttributes = {
|
|
|
59
63
|
* The Region where the edge is located.
|
|
60
64
|
*/
|
|
61
65
|
EdgeLocation: string;
|
|
66
|
+
/**
|
|
67
|
+
* The name of the network function group attachment.
|
|
68
|
+
*/
|
|
69
|
+
NetworkFunctionGroupName: string;
|
|
62
70
|
/**
|
|
63
71
|
* Owner account of the attachment.
|
|
64
72
|
*/
|
|
@@ -80,6 +88,25 @@ export type NetworkManagerVpcAttachmentAttributes = {
|
|
|
80
88
|
*/
|
|
81
89
|
UpdatedAt: string;
|
|
82
90
|
};
|
|
91
|
+
/**
|
|
92
|
+
* Type definition for `AWS::NetworkManager::VpcAttachment.ProposedNetworkFunctionGroupChange`.
|
|
93
|
+
* The attachment to move from one network function group to another.
|
|
94
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-proposednetworkfunctiongroupchange.html}
|
|
95
|
+
*/
|
|
96
|
+
export type ProposedNetworkFunctionGroupChange = {
|
|
97
|
+
/**
|
|
98
|
+
* The rule number in the policy document that applies to this change.
|
|
99
|
+
*/
|
|
100
|
+
AttachmentPolicyRuleNumber?: number;
|
|
101
|
+
/**
|
|
102
|
+
* The name of the network function group to change.
|
|
103
|
+
*/
|
|
104
|
+
NetworkFunctionGroupName?: string;
|
|
105
|
+
/**
|
|
106
|
+
* The key-value tags that changed for the network function group.
|
|
107
|
+
*/
|
|
108
|
+
Tags?: Tag[];
|
|
109
|
+
};
|
|
83
110
|
/**
|
|
84
111
|
* Type definition for `AWS::NetworkManager::VpcAttachment.ProposedSegmentChange`.
|
|
85
112
|
* The attachment to move from one segment to another.
|
|
@@ -644,7 +644,7 @@ export type ServerlessV2ScalingConfiguration = {
|
|
|
644
644
|
/**
|
|
645
645
|
* Type definition for `AWS::RDS::DBCluster.Tag`.
|
|
646
646
|
* Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
|
|
647
|
-
For more information, see [Tagging Amazon RDS
|
|
647
|
+
For more information, see [Tagging Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) in the *Amazon Aurora User Guide*.
|
|
648
648
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-tag.html}
|
|
649
649
|
*/
|
|
650
650
|
export type Tag = {
|
|
@@ -56,7 +56,7 @@ export type RDSDBClusterParameterGroupProperties = {
|
|
|
56
56
|
/**
|
|
57
57
|
* Type definition for `AWS::RDS::DBClusterParameterGroup.Tag`.
|
|
58
58
|
* Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
|
|
59
|
-
For more information, see [Tagging Amazon RDS
|
|
59
|
+
For more information, see [Tagging Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) in the *Amazon Aurora User Guide*.
|
|
60
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbclusterparametergroup-tag.html}
|
|
61
61
|
*/
|
|
62
62
|
export type Tag = {
|
|
@@ -94,6 +94,9 @@ export type RDSDBInstanceProperties = {
|
|
|
94
94
|
* The AWS KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination AWS-Region, for example, ``arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE``.
|
|
95
95
|
*/
|
|
96
96
|
AutomaticBackupReplicationKmsKeyId?: string;
|
|
97
|
+
/**
|
|
98
|
+
* The AWS-Region associated with the automated backup.
|
|
99
|
+
*/
|
|
97
100
|
AutomaticBackupReplicationRegion?: string;
|
|
98
101
|
/**
|
|
99
102
|
* The Availability Zone (AZ) where the database will be created. For information on AWS-Regions and Availability Zones, see [Regions and Availability Zones](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
@@ -878,7 +881,7 @@ export type ProcessorFeature = {
|
|
|
878
881
|
/**
|
|
879
882
|
* Type definition for `AWS::RDS::DBInstance.Tag`.
|
|
880
883
|
* Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
|
|
881
|
-
For more information, see [Tagging Amazon RDS
|
|
884
|
+
For more information, see [Tagging Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) in the *Amazon Aurora User Guide*.
|
|
882
885
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-tag.html}
|
|
883
886
|
*/
|
|
884
887
|
export type Tag = {
|
|
@@ -64,7 +64,7 @@ export type RDSDBParameterGroupProperties = {
|
|
|
64
64
|
/**
|
|
65
65
|
* Type definition for `AWS::RDS::DBParameterGroup.Tag`.
|
|
66
66
|
* Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
|
|
67
|
-
For more information, see [Tagging Amazon RDS
|
|
67
|
+
For more information, see [Tagging Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) in the *Amazon Aurora User Guide*.
|
|
68
68
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup-tag.html}
|
|
69
69
|
*/
|
|
70
70
|
export type Tag = {
|
|
@@ -33,7 +33,7 @@ export type RDSDBSubnetGroupProperties = {
|
|
|
33
33
|
/**
|
|
34
34
|
* Type definition for `AWS::RDS::DBSubnetGroup.Tag`.
|
|
35
35
|
* Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
|
|
36
|
-
For more information, see [Tagging Amazon RDS
|
|
36
|
+
For more information, see [Tagging Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) in the *Amazon Aurora User Guide*.
|
|
37
37
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbsubnetgroup-tag.html}
|
|
38
38
|
*/
|
|
39
39
|
export type Tag = {
|
|
@@ -51,7 +51,7 @@ export type RDSEventSubscriptionProperties = {
|
|
|
51
51
|
/**
|
|
52
52
|
* Type definition for `AWS::RDS::EventSubscription.Tag`.
|
|
53
53
|
* Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
|
|
54
|
-
For more information, see [Tagging Amazon RDS
|
|
54
|
+
For more information, see [Tagging Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) in the *Amazon Aurora User Guide*.
|
|
55
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-eventsubscription-tag.html}
|
|
56
56
|
*/
|
|
57
57
|
export type Tag = {
|
|
@@ -26,7 +26,7 @@ export type RDSOptionGroupProperties = {
|
|
|
26
26
|
*/
|
|
27
27
|
MajorEngineVersion: string;
|
|
28
28
|
/**
|
|
29
|
-
* A list of all available options
|
|
29
|
+
* A list of all available options for an option group.
|
|
30
30
|
*/
|
|
31
31
|
OptionConfigurations?: OptionConfiguration[];
|
|
32
32
|
/**
|
|
@@ -57,7 +57,7 @@ export type RDSOptionGroupProperties = {
|
|
|
57
57
|
*/
|
|
58
58
|
export type OptionConfiguration = {
|
|
59
59
|
/**
|
|
60
|
-
* A list of
|
|
60
|
+
* A list of DB security groups used for this option.
|
|
61
61
|
*/
|
|
62
62
|
DBSecurityGroupMemberships?: string[];
|
|
63
63
|
/**
|
|
@@ -77,7 +77,7 @@ export type OptionConfiguration = {
|
|
|
77
77
|
*/
|
|
78
78
|
Port?: number;
|
|
79
79
|
/**
|
|
80
|
-
* A list of
|
|
80
|
+
* A list of VPC security group names used for this option.
|
|
81
81
|
*/
|
|
82
82
|
VpcSecurityGroupMemberships?: string[];
|
|
83
83
|
};
|
|
@@ -99,7 +99,7 @@ export type OptionSetting = {
|
|
|
99
99
|
/**
|
|
100
100
|
* Type definition for `AWS::RDS::OptionGroup.Tag`.
|
|
101
101
|
* Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
|
|
102
|
-
For more information, see [Tagging Amazon RDS
|
|
102
|
+
For more information, see [Tagging Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) in the *Amazon Aurora User Guide*.
|
|
103
103
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-optiongroup-tag.html}
|
|
104
104
|
*/
|
|
105
105
|
export type Tag = {
|
|
@@ -254,6 +254,11 @@ export type RedshiftClusterAttributes = {
|
|
|
254
254
|
*/
|
|
255
255
|
export type LoggingProperties = {
|
|
256
256
|
BucketName?: string;
|
|
257
|
+
LogDestinationType?: string;
|
|
258
|
+
/**
|
|
259
|
+
* @maxLength `3`
|
|
260
|
+
*/
|
|
261
|
+
LogExports?: string[];
|
|
257
262
|
S3KeyPrefix?: string;
|
|
258
263
|
};
|
|
259
264
|
/**
|
|
@@ -5,12 +5,18 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html}
|
|
6
6
|
*/
|
|
7
7
|
export type Route53ResolverResolverRuleProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* The name server domain for queries to be delegated to if a query matches the delegation record.
|
|
10
|
+
* @minLength `1`
|
|
11
|
+
* @maxLength `256`
|
|
12
|
+
*/
|
|
13
|
+
DelegationRecord?: string;
|
|
8
14
|
/**
|
|
9
15
|
* DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
|
|
10
16
|
* @minLength `1`
|
|
11
17
|
* @maxLength `256`
|
|
12
18
|
*/
|
|
13
|
-
DomainName
|
|
19
|
+
DomainName?: string;
|
|
14
20
|
/**
|
|
15
21
|
* The name for the Resolver rule
|
|
16
22
|
* @minLength `0`
|
|
@@ -26,7 +32,7 @@ export type Route53ResolverResolverRuleProperties = {
|
|
|
26
32
|
/**
|
|
27
33
|
* When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD. When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify SYSTEM.
|
|
28
34
|
*/
|
|
29
|
-
RuleType: "FORWARD" | "SYSTEM" | "RECURSIVE";
|
|
35
|
+
RuleType: "FORWARD" | "SYSTEM" | "RECURSIVE" | "DELEGATE";
|
|
30
36
|
/**
|
|
31
37
|
* An array of key-value pairs to apply to this resource.
|
|
32
38
|
*/
|
|
@@ -62,6 +62,10 @@ export type SageMakerModelPackageProperties = {
|
|
|
62
62
|
* The approval status of the model package.
|
|
63
63
|
*/
|
|
64
64
|
ModelApprovalStatus?: ModelApprovalStatus;
|
|
65
|
+
/**
|
|
66
|
+
* The model card associated with the model package.
|
|
67
|
+
*/
|
|
68
|
+
ModelCard?: ModelCard;
|
|
65
69
|
/**
|
|
66
70
|
* A structure that contains model metrics reports.
|
|
67
71
|
*/
|
|
@@ -98,6 +102,10 @@ export type SageMakerModelPackageProperties = {
|
|
|
98
102
|
* @pattern `^(https|s3)://([^/]+)/?(.*)$`
|
|
99
103
|
*/
|
|
100
104
|
SamplePayloadUrl?: string;
|
|
105
|
+
/**
|
|
106
|
+
* An optional AWS Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.
|
|
107
|
+
*/
|
|
108
|
+
SecurityConfig?: SecurityConfig;
|
|
101
109
|
/**
|
|
102
110
|
* Indicates if you want to skip model validation.
|
|
103
111
|
*/
|
|
@@ -106,6 +114,13 @@ export type SageMakerModelPackageProperties = {
|
|
|
106
114
|
* Details about the algorithm that was used to create the model package.
|
|
107
115
|
*/
|
|
108
116
|
SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
|
|
117
|
+
/**
|
|
118
|
+
* The URI of the source for the model package.
|
|
119
|
+
* @minLength `0`
|
|
120
|
+
* @maxLength `1024`
|
|
121
|
+
* @pattern `[\p{L}\p{M}\p{Z}\p{N}\p{P}]{0,1024}`
|
|
122
|
+
*/
|
|
123
|
+
SourceUri?: string;
|
|
109
124
|
/**
|
|
110
125
|
* An array of key-value pairs to apply to this resource.
|
|
111
126
|
* @maxLength `50`
|
|
@@ -435,12 +450,41 @@ export type MetricsSource = {
|
|
|
435
450
|
*/
|
|
436
451
|
S3Uri: string;
|
|
437
452
|
};
|
|
453
|
+
/**
|
|
454
|
+
* Type definition for `AWS::SageMaker::ModelPackage.ModelAccessConfig`.
|
|
455
|
+
* Specifies the access configuration file for the ML model.
|
|
456
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-modelaccessconfig.html}
|
|
457
|
+
*/
|
|
458
|
+
export type ModelAccessConfig = {
|
|
459
|
+
/**
|
|
460
|
+
* Specifies agreement to the model end-user license agreement (EULA).
|
|
461
|
+
*/
|
|
462
|
+
AcceptEula: boolean;
|
|
463
|
+
};
|
|
438
464
|
/**
|
|
439
465
|
* Type definition for `AWS::SageMaker::ModelPackage.ModelApprovalStatus`.
|
|
440
466
|
* The approval status of the model package.
|
|
441
467
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-modelapprovalstatus.html}
|
|
442
468
|
*/
|
|
443
469
|
export type ModelApprovalStatus = "Approved" | "Rejected" | "PendingManualApproval";
|
|
470
|
+
/**
|
|
471
|
+
* Type definition for `AWS::SageMaker::ModelPackage.ModelCard`.
|
|
472
|
+
* The model card associated with the model package.
|
|
473
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-modelcard.html}
|
|
474
|
+
*/
|
|
475
|
+
export type ModelCard = {
|
|
476
|
+
/**
|
|
477
|
+
* The content of the model card.
|
|
478
|
+
* @minLength `0`
|
|
479
|
+
* @maxLength `100000`
|
|
480
|
+
* @pattern `.*`
|
|
481
|
+
*/
|
|
482
|
+
ModelCardContent: string;
|
|
483
|
+
/**
|
|
484
|
+
* The approval status of the model card within your organization.
|
|
485
|
+
*/
|
|
486
|
+
ModelCardStatus: "Draft" | "PendingReview" | "Approved" | "Archived";
|
|
487
|
+
};
|
|
444
488
|
/**
|
|
445
489
|
* Type definition for `AWS::SageMaker::ModelPackage.ModelDataQuality`.
|
|
446
490
|
* Metrics that measure the quality of the input data for a model.
|
|
@@ -456,6 +500,17 @@ export type ModelDataQuality = {
|
|
|
456
500
|
*/
|
|
457
501
|
Statistics?: MetricsSource;
|
|
458
502
|
};
|
|
503
|
+
/**
|
|
504
|
+
* Type definition for `AWS::SageMaker::ModelPackage.ModelDataSource`.
|
|
505
|
+
* Specifies the location of ML model data to deploy during endpoint creation.
|
|
506
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-modeldatasource.html}
|
|
507
|
+
*/
|
|
508
|
+
export type ModelDataSource = {
|
|
509
|
+
/**
|
|
510
|
+
* Specifies the S3 location of ML model data to deploy.
|
|
511
|
+
*/
|
|
512
|
+
S3DataSource?: S3ModelDataSource;
|
|
513
|
+
};
|
|
459
514
|
/**
|
|
460
515
|
* Type definition for `AWS::SageMaker::ModelPackage.ModelMetrics`.
|
|
461
516
|
* A structure that contains model metrics reports.
|
|
@@ -519,6 +574,10 @@ export type ModelPackageContainerDefinition = {
|
|
|
519
574
|
* @pattern `^[Ss][Hh][Aa]256:[0-9a-fA-F]{64}$`
|
|
520
575
|
*/
|
|
521
576
|
ImageDigest?: string;
|
|
577
|
+
/**
|
|
578
|
+
* Specifies the location of ML model data to deploy during endpoint creation.
|
|
579
|
+
*/
|
|
580
|
+
ModelDataSource?: ModelDataSource;
|
|
522
581
|
/**
|
|
523
582
|
* A structure with Model Input details.
|
|
524
583
|
* @maxLength `1024`
|
|
@@ -607,6 +666,44 @@ export type S3DataSource = {
|
|
|
607
666
|
*/
|
|
608
667
|
S3Uri: string;
|
|
609
668
|
};
|
|
669
|
+
/**
|
|
670
|
+
* Type definition for `AWS::SageMaker::ModelPackage.S3ModelDataSource`.
|
|
671
|
+
* Specifies the S3 location of ML model data to deploy.
|
|
672
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-s3modeldatasource.html}
|
|
673
|
+
*/
|
|
674
|
+
export type S3ModelDataSource = {
|
|
675
|
+
/**
|
|
676
|
+
* Specifies how the ML model data is prepared.
|
|
677
|
+
*/
|
|
678
|
+
CompressionType: "None" | "Gzip";
|
|
679
|
+
/**
|
|
680
|
+
* Specifies the access configuration file for the ML model.
|
|
681
|
+
*/
|
|
682
|
+
ModelAccessConfig?: ModelAccessConfig;
|
|
683
|
+
/**
|
|
684
|
+
* Specifies the type of ML model data to deploy.
|
|
685
|
+
*/
|
|
686
|
+
S3DataType: "S3Prefix" | "S3Object";
|
|
687
|
+
/**
|
|
688
|
+
* Specifies the S3 path of ML model data to deploy.
|
|
689
|
+
* @maxLength `1024`
|
|
690
|
+
* @pattern `^(https|s3)://([^/]+)/?(.*)$`
|
|
691
|
+
*/
|
|
692
|
+
S3Uri: string;
|
|
693
|
+
};
|
|
694
|
+
/**
|
|
695
|
+
* Type definition for `AWS::SageMaker::ModelPackage.SecurityConfig`.
|
|
696
|
+
* An optional AWS Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.
|
|
697
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-securityconfig.html}
|
|
698
|
+
*/
|
|
699
|
+
export type SecurityConfig = {
|
|
700
|
+
/**
|
|
701
|
+
* The AWS KMS Key ID (KMSKeyId) used for encryption of model package information.
|
|
702
|
+
* @maxLength `2048`
|
|
703
|
+
* @pattern `^[a-zA-Z0-9:/_-]*$`
|
|
704
|
+
*/
|
|
705
|
+
KmsKeyId: string;
|
|
706
|
+
};
|
|
610
707
|
/**
|
|
611
708
|
* Type definition for `AWS::SageMaker::ModelPackage.SkipModelValidation`.
|
|
612
709
|
* Indicates if you want to skip model validation.
|