cdk-lambda-subminute 2.0.476 → 2.0.478
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/.jsii +47 -16
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/Crashpad/settings.dat +0 -0
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +308 -279
- package/node_modules/aws-sdk/apis/email-2010-12-01.min.json +55 -53
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +308 -292
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +134 -124
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +11 -1
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +79 -79
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +188 -180
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +3 -3
- package/node_modules/aws-sdk/clients/ec2.d.ts +47 -18
- package/node_modules/aws-sdk/clients/ecs.d.ts +54 -54
- package/node_modules/aws-sdk/clients/glue.d.ts +25 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +42 -14
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +16 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +25 -17
- package/node_modules/aws-sdk/clients/securityhub.d.ts +22 -22
- package/node_modules/aws-sdk/clients/ses.d.ts +7 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +688 -639
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -2842,13 +2842,13 @@
|
|
2842
2842
|
"Lte": {
|
2843
2843
|
"type": "double"
|
2844
2844
|
},
|
2845
|
-
"
|
2845
|
+
"Eq": {
|
2846
2846
|
"type": "double"
|
2847
2847
|
},
|
2848
|
-
"
|
2848
|
+
"Gt": {
|
2849
2849
|
"type": "double"
|
2850
2850
|
},
|
2851
|
-
"
|
2851
|
+
"Lt": {
|
2852
2852
|
"type": "double"
|
2853
2853
|
}
|
2854
2854
|
}
|
@@ -437,11 +437,11 @@ declare class EC2 extends Service {
|
|
437
437
|
*/
|
438
438
|
copyFpgaImage(callback?: (err: AWSError, data: EC2.Types.CopyFpgaImageResult) => void): Request<EC2.Types.CopyFpgaImageResult, AWSError>;
|
439
439
|
/**
|
440
|
-
* Initiates
|
440
|
+
* Initiates an AMI copy operation. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask. When you copy an AMI from one Region to another, the destination Region is the current Region. When you copy an AMI from a Region to an Outpost, specify the ARN of the Outpost as the destination. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region or the key that you specify. Outposts do not support unencrypted snapshots. For information about the prerequisites when copying an AMI, see Copy an AMI in the Amazon EC2 User Guide.
|
441
441
|
*/
|
442
442
|
copyImage(params: EC2.Types.CopyImageRequest, callback?: (err: AWSError, data: EC2.Types.CopyImageResult) => void): Request<EC2.Types.CopyImageResult, AWSError>;
|
443
443
|
/**
|
444
|
-
* Initiates
|
444
|
+
* Initiates an AMI copy operation. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask. When you copy an AMI from one Region to another, the destination Region is the current Region. When you copy an AMI from a Region to an Outpost, specify the ARN of the Outpost as the destination. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region or the key that you specify. Outposts do not support unencrypted snapshots. For information about the prerequisites when copying an AMI, see Copy an AMI in the Amazon EC2 User Guide.
|
445
445
|
*/
|
446
446
|
copyImage(callback?: (err: AWSError, data: EC2.Types.CopyImageResult) => void): Request<EC2.Types.CopyImageResult, AWSError>;
|
447
447
|
/**
|
@@ -1453,11 +1453,11 @@ declare class EC2 extends Service {
|
|
1453
1453
|
*/
|
1454
1454
|
deleteRouteTable(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1455
1455
|
/**
|
1456
|
-
* Deletes a security group. If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group, the operation fails with DependencyViolation.
|
1456
|
+
* Deletes a security group. If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group in the same VPC, the operation fails with DependencyViolation.
|
1457
1457
|
*/
|
1458
1458
|
deleteSecurityGroup(params: EC2.Types.DeleteSecurityGroupRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1459
1459
|
/**
|
1460
|
-
* Deletes a security group. If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group, the operation fails with DependencyViolation.
|
1460
|
+
* Deletes a security group. If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group in the same VPC, the operation fails with DependencyViolation.
|
1461
1461
|
*/
|
1462
1462
|
deleteSecurityGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1463
1463
|
/**
|
@@ -2677,11 +2677,11 @@ declare class EC2 extends Service {
|
|
2677
2677
|
*/
|
2678
2678
|
describeSpotPriceHistory(callback?: (err: AWSError, data: EC2.Types.DescribeSpotPriceHistoryResult) => void): Request<EC2.Types.DescribeSpotPriceHistoryResult, AWSError>;
|
2679
2679
|
/**
|
2680
|
-
* Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in
|
2680
|
+
* Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in a peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.
|
2681
2681
|
*/
|
2682
2682
|
describeStaleSecurityGroups(params: EC2.Types.DescribeStaleSecurityGroupsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeStaleSecurityGroupsResult) => void): Request<EC2.Types.DescribeStaleSecurityGroupsResult, AWSError>;
|
2683
2683
|
/**
|
2684
|
-
* Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in
|
2684
|
+
* Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in a peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.
|
2685
2685
|
*/
|
2686
2686
|
describeStaleSecurityGroups(callback?: (err: AWSError, data: EC2.Types.DescribeStaleSecurityGroupsResult) => void): Request<EC2.Types.DescribeStaleSecurityGroupsResult, AWSError>;
|
2687
2687
|
/**
|
@@ -3141,11 +3141,11 @@ declare class EC2 extends Service {
|
|
3141
3141
|
*/
|
3142
3142
|
disableSerialConsoleAccess(callback?: (err: AWSError, data: EC2.Types.DisableSerialConsoleAccessResult) => void): Request<EC2.Types.DisableSerialConsoleAccessResult, AWSError>;
|
3143
3143
|
/**
|
3144
|
-
* Disables the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you disable block public access for snapshots in a Region, users can publicly share snapshots in that Region.
|
3144
|
+
* Disables the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you disable block public access for snapshots in a Region, users can publicly share snapshots in that Region. Enabling block public access for snapshots in block-all-sharing mode does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available. If you disable block public access , these snapshots will become publicly available again. For more information, see Block public access for snapshots in the Amazon EBS User Guide .
|
3145
3145
|
*/
|
3146
3146
|
disableSnapshotBlockPublicAccess(params: EC2.Types.DisableSnapshotBlockPublicAccessRequest, callback?: (err: AWSError, data: EC2.Types.DisableSnapshotBlockPublicAccessResult) => void): Request<EC2.Types.DisableSnapshotBlockPublicAccessResult, AWSError>;
|
3147
3147
|
/**
|
3148
|
-
* Disables the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you disable block public access for snapshots in a Region, users can publicly share snapshots in that Region.
|
3148
|
+
* Disables the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you disable block public access for snapshots in a Region, users can publicly share snapshots in that Region. Enabling block public access for snapshots in block-all-sharing mode does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available. If you disable block public access , these snapshots will become publicly available again. For more information, see Block public access for snapshots in the Amazon EBS User Guide .
|
3149
3149
|
*/
|
3150
3150
|
disableSnapshotBlockPublicAccess(callback?: (err: AWSError, data: EC2.Types.DisableSnapshotBlockPublicAccessResult) => void): Request<EC2.Types.DisableSnapshotBlockPublicAccessResult, AWSError>;
|
3151
3151
|
/**
|
@@ -3397,11 +3397,11 @@ declare class EC2 extends Service {
|
|
3397
3397
|
*/
|
3398
3398
|
enableSerialConsoleAccess(callback?: (err: AWSError, data: EC2.Types.EnableSerialConsoleAccessResult) => void): Request<EC2.Types.EnableSerialConsoleAccessResult, AWSError>;
|
3399
3399
|
/**
|
3400
|
-
* Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you enable block public access for snapshots in a Region, users can no longer request public sharing for snapshots in that Region. Snapshots that are already publicly shared are either treated as private or they remain publicly shared, depending on the State that you specify.
|
3400
|
+
* Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you enable block public access for snapshots in a Region, users can no longer request public sharing for snapshots in that Region. Snapshots that are already publicly shared are either treated as private or they remain publicly shared, depending on the State that you specify. Enabling block public access for snapshots in block all sharing mode does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available. If you later disable block public access or change the mode to block new sharing, these snapshots will become publicly available again. For more information, see Block public access for snapshots in the Amazon EBS User Guide.
|
3401
3401
|
*/
|
3402
3402
|
enableSnapshotBlockPublicAccess(params: EC2.Types.EnableSnapshotBlockPublicAccessRequest, callback?: (err: AWSError, data: EC2.Types.EnableSnapshotBlockPublicAccessResult) => void): Request<EC2.Types.EnableSnapshotBlockPublicAccessResult, AWSError>;
|
3403
3403
|
/**
|
3404
|
-
* Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you enable block public access for snapshots in a Region, users can no longer request public sharing for snapshots in that Region. Snapshots that are already publicly shared are either treated as private or they remain publicly shared, depending on the State that you specify.
|
3404
|
+
* Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you enable block public access for snapshots in a Region, users can no longer request public sharing for snapshots in that Region. Snapshots that are already publicly shared are either treated as private or they remain publicly shared, depending on the State that you specify. Enabling block public access for snapshots in block all sharing mode does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available. If you later disable block public access or change the mode to block new sharing, these snapshots will become publicly available again. For more information, see Block public access for snapshots in the Amazon EBS User Guide.
|
3405
3405
|
*/
|
3406
3406
|
enableSnapshotBlockPublicAccess(callback?: (err: AWSError, data: EC2.Types.EnableSnapshotBlockPublicAccessResult) => void): Request<EC2.Types.EnableSnapshotBlockPublicAccessResult, AWSError>;
|
3407
3407
|
/**
|
@@ -8716,7 +8716,7 @@ declare namespace EC2 {
|
|
8716
8716
|
*/
|
8717
8717
|
Description?: String;
|
8718
8718
|
/**
|
8719
|
-
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default Key Management Service (KMS) KMS key using KmsKeyId. For more information, see
|
8719
|
+
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default Key Management Service (KMS) KMS key using KmsKeyId. For more information, see Use encryption with EBS-backed AMIs in the Amazon EC2 User Guide.
|
8720
8720
|
*/
|
8721
8721
|
Encrypted?: Boolean;
|
8722
8722
|
/**
|
@@ -12182,7 +12182,7 @@ declare namespace EC2 {
|
|
12182
12182
|
*/
|
12183
12183
|
Destination?: String;
|
12184
12184
|
/**
|
12185
|
-
* The metric
|
12185
|
+
* The metric used for the network performance request.
|
12186
12186
|
*/
|
12187
12187
|
Metric?: MetricType;
|
12188
12188
|
/**
|
@@ -12208,7 +12208,7 @@ declare namespace EC2 {
|
|
12208
12208
|
*/
|
12209
12209
|
Destination?: String;
|
12210
12210
|
/**
|
12211
|
-
* The metric used for the network performance request.
|
12211
|
+
* The metric used for the network performance request.
|
12212
12212
|
*/
|
12213
12213
|
Metric?: MetricType;
|
12214
12214
|
/**
|
@@ -15275,7 +15275,7 @@ declare namespace EC2 {
|
|
15275
15275
|
}
|
15276
15276
|
export interface DescribeInstanceStatusRequest {
|
15277
15277
|
/**
|
15278
|
-
* The filters. availability-zone - The Availability Zone of the instance. event.code - The code for the scheduled event (instance-reboot | system-reboot | system-maintenance | instance-retirement | instance-stop). event.description - A description of the event. event.instance-event-id - The ID of the event whose date and time you are modifying. event.not-after - The latest end time for the scheduled event (for example, 2014-09-15T17:15:20.000Z). event.not-before - The earliest start time for the scheduled event (for example, 2014-09-15T17:15:20.000Z). event.not-before-deadline - The deadline for starting the event (for example, 2014-09-15T17:15:20.000Z). instance-state-code - The code for the instance state, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). instance-state-name - The state of the instance (pending | running | shutting-down | terminated | stopping | stopped). instance-status.reachability - Filters on instance status where the name is reachability (passed | failed | initializing | insufficient-data). instance-status.status - The status of the instance (ok | impaired | initializing | insufficient-data | not-applicable). system-status.reachability - Filters on system status where the name is reachability (passed | failed | initializing | insufficient-data). system-status.status - The system status of the instance (ok | impaired | initializing | insufficient-data | not-applicable).
|
15278
|
+
* The filters. availability-zone - The Availability Zone of the instance. event.code - The code for the scheduled event (instance-reboot | system-reboot | system-maintenance | instance-retirement | instance-stop). event.description - A description of the event. event.instance-event-id - The ID of the event whose date and time you are modifying. event.not-after - The latest end time for the scheduled event (for example, 2014-09-15T17:15:20.000Z). event.not-before - The earliest start time for the scheduled event (for example, 2014-09-15T17:15:20.000Z). event.not-before-deadline - The deadline for starting the event (for example, 2014-09-15T17:15:20.000Z). instance-state-code - The code for the instance state, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). instance-state-name - The state of the instance (pending | running | shutting-down | terminated | stopping | stopped). instance-status.reachability - Filters on instance status where the name is reachability (passed | failed | initializing | insufficient-data). instance-status.status - The status of the instance (ok | impaired | initializing | insufficient-data | not-applicable). system-status.reachability - Filters on system status where the name is reachability (passed | failed | initializing | insufficient-data). system-status.status - The system status of the instance (ok | impaired | initializing | insufficient-data | not-applicable). attached-ebs-status.status - The status of the attached EBS volume for the instance (ok | impaired | initializing | insufficient-data | not-applicable).
|
15279
15279
|
*/
|
15280
15280
|
Filters?: FilterList;
|
15281
15281
|
/**
|
@@ -19690,6 +19690,31 @@ declare namespace EC2 {
|
|
19690
19690
|
MaximumIops?: MaximumIops;
|
19691
19691
|
}
|
19692
19692
|
export type EbsOptimizedSupport = "unsupported"|"supported"|"default"|string;
|
19693
|
+
export interface EbsStatusDetails {
|
19694
|
+
/**
|
19695
|
+
* The date and time when the attached EBS status check failed.
|
19696
|
+
*/
|
19697
|
+
ImpairedSince?: MillisecondDateTime;
|
19698
|
+
/**
|
19699
|
+
* The name of the attached EBS status check.
|
19700
|
+
*/
|
19701
|
+
Name?: StatusName;
|
19702
|
+
/**
|
19703
|
+
* The result of the attached EBS status check.
|
19704
|
+
*/
|
19705
|
+
Status?: StatusType;
|
19706
|
+
}
|
19707
|
+
export type EbsStatusDetailsList = EbsStatusDetails[];
|
19708
|
+
export interface EbsStatusSummary {
|
19709
|
+
/**
|
19710
|
+
* Details about the attached EBS status check for an instance.
|
19711
|
+
*/
|
19712
|
+
Details?: EbsStatusDetailsList;
|
19713
|
+
/**
|
19714
|
+
* The current status.
|
19715
|
+
*/
|
19716
|
+
Status?: SummaryStatus;
|
19717
|
+
}
|
19693
19718
|
export interface Ec2InstanceConnectEndpoint {
|
19694
19719
|
/**
|
19695
19720
|
* The ID of the Amazon Web Services account that created the EC2 Instance Connect Endpoint.
|
@@ -20264,7 +20289,7 @@ declare namespace EC2 {
|
|
20264
20289
|
}
|
20265
20290
|
export interface EnableSnapshotBlockPublicAccessRequest {
|
20266
20291
|
/**
|
20267
|
-
* The mode in which to enable block public access for snapshots for the Region. Specify one of the following values: block-all-sharing - Prevents all public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. Additionally, snapshots that are already publicly shared are treated as private and they are no longer publicly available.
|
20292
|
+
* The mode in which to enable block public access for snapshots for the Region. Specify one of the following values: block-all-sharing - Prevents all public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. Additionally, snapshots that are already publicly shared are treated as private and they are no longer publicly available. block-new-sharing - Prevents only new public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. However, snapshots that are already publicly shared, remain publicly available. unblocked is not a valid value for EnableSnapshotBlockPublicAccess.
|
20268
20293
|
*/
|
20269
20294
|
State: SnapshotBlockPublicAccessState;
|
20270
20295
|
/**
|
@@ -25442,6 +25467,10 @@ declare namespace EC2 {
|
|
25442
25467
|
* Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.
|
25443
25468
|
*/
|
25444
25469
|
SystemStatus?: InstanceStatusSummary;
|
25470
|
+
/**
|
25471
|
+
* Reports impaired functionality that stems from an attached Amazon EBS volume that is unreachable and unable to complete I/O operations.
|
25472
|
+
*/
|
25473
|
+
AttachedEbsStatus?: EbsStatusSummary;
|
25445
25474
|
}
|
25446
25475
|
export interface InstanceStatusDetails {
|
25447
25476
|
/**
|
@@ -29581,7 +29610,7 @@ declare namespace EC2 {
|
|
29581
29610
|
*/
|
29582
29611
|
CustomerOwnedIpv4Pool?: CoipPoolId;
|
29583
29612
|
/**
|
29584
|
-
* Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
|
29613
|
+
* Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. 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 in the Amazon VPC User Guide.
|
29585
29614
|
*/
|
29586
29615
|
EnableDns64?: AttributeBooleanValue;
|
29587
29616
|
/**
|
@@ -29771,7 +29800,7 @@ declare namespace EC2 {
|
|
29771
29800
|
*/
|
29772
29801
|
PropagationDefaultRouteTableId?: TransitGatewayRouteTableId;
|
29773
29802
|
/**
|
29774
|
-
* A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. The modify ASN operation is not allowed on a transit gateway
|
29803
|
+
* A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. The modify ASN operation is not allowed on a transit gateway if it has the following attachments: Dynamic VPN Static VPN Direct Connect Gateway Connect You must first delete all transit gateway attachments configured prior to modifying the ASN on the transit gateway.
|
29775
29804
|
*/
|
29776
29805
|
AmazonSideAsn?: Long;
|
29777
29806
|
}
|
@@ -33555,7 +33584,7 @@ declare namespace EC2 {
|
|
33555
33584
|
*/
|
33556
33585
|
NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList;
|
33557
33586
|
/**
|
33558
|
-
* The ID of the AMI in the format ami-
|
33587
|
+
* The ID of the AMI in the format ami-0ac394d6a3example. Alternatively, you can specify a Systems Manager parameter, using one of the following formats. The Systems Manager parameter will resolve to an AMI ID on launch. To reference a public parameter: resolve:ssm:public-parameter To reference a parameter stored in the same account: resolve:ssm:parameter-name resolve:ssm:parameter-name:version-number resolve:ssm:parameter-name:label To reference a parameter shared from another Amazon Web Services account: resolve:ssm:parameter-ARN resolve:ssm:parameter-ARN:version-number resolve:ssm:parameter-ARN:label For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon EC2 User Guide. If the launch template will be used for an EC2 Fleet or Spot Fleet, note the following: Only EC2 Fleets of type instant support specifying a Systems Manager parameter. For EC2 Fleets of type maintain or request, or for Spot Fleets, you must specify the AMI ID.
|
33559
33588
|
*/
|
33560
33589
|
ImageId?: ImageId;
|
33561
33590
|
/**
|