@Stability(value=Stable)
public static interface CfnLaunchTemplate.LaunchTemplateDataProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder
A builder for
CfnLaunchTemplate.LaunchTemplateDataProperty |
static class |
CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.LaunchTemplateDataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
builder() |
default Object |
getBlockDeviceMappings()
`CfnLaunchTemplate.LaunchTemplateDataProperty.BlockDeviceMappings`.
|
default Object |
getCapacityReservationSpecification()
`CfnLaunchTemplate.LaunchTemplateDataProperty.CapacityReservationSpecification`.
|
default Object |
getCpuOptions()
`CfnLaunchTemplate.LaunchTemplateDataProperty.CpuOptions`.
|
default Object |
getCreditSpecification()
`CfnLaunchTemplate.LaunchTemplateDataProperty.CreditSpecification`.
|
default Object |
getDisableApiTermination()
`CfnLaunchTemplate.LaunchTemplateDataProperty.DisableApiTermination`.
|
default Object |
getEbsOptimized()
`CfnLaunchTemplate.LaunchTemplateDataProperty.EbsOptimized`.
|
default Object |
getElasticGpuSpecifications()
`CfnLaunchTemplate.LaunchTemplateDataProperty.ElasticGpuSpecifications`.
|
default Object |
getElasticInferenceAccelerators()
`CfnLaunchTemplate.LaunchTemplateDataProperty.ElasticInferenceAccelerators`.
|
default Object |
getEnclaveOptions()
`CfnLaunchTemplate.LaunchTemplateDataProperty.EnclaveOptions`.
|
default Object |
getHibernationOptions()
`CfnLaunchTemplate.LaunchTemplateDataProperty.HibernationOptions`.
|
default Object |
getIamInstanceProfile()
`CfnLaunchTemplate.LaunchTemplateDataProperty.IamInstanceProfile`.
|
default String |
getImageId()
`CfnLaunchTemplate.LaunchTemplateDataProperty.ImageId`.
|
default String |
getInstanceInitiatedShutdownBehavior()
`CfnLaunchTemplate.LaunchTemplateDataProperty.InstanceInitiatedShutdownBehavior`.
|
default Object |
getInstanceMarketOptions()
`CfnLaunchTemplate.LaunchTemplateDataProperty.InstanceMarketOptions`.
|
default String |
getInstanceType()
`CfnLaunchTemplate.LaunchTemplateDataProperty.InstanceType`.
|
default String |
getKernelId()
`CfnLaunchTemplate.LaunchTemplateDataProperty.KernelId`.
|
default String |
getKeyName()
`CfnLaunchTemplate.LaunchTemplateDataProperty.KeyName`.
|
default Object |
getLicenseSpecifications()
`CfnLaunchTemplate.LaunchTemplateDataProperty.LicenseSpecifications`.
|
default Object |
getMetadataOptions()
`CfnLaunchTemplate.LaunchTemplateDataProperty.MetadataOptions`.
|
default Object |
getMonitoring()
`CfnLaunchTemplate.LaunchTemplateDataProperty.Monitoring`.
|
default Object |
getNetworkInterfaces()
`CfnLaunchTemplate.LaunchTemplateDataProperty.NetworkInterfaces`.
|
default Object |
getPlacement()
`CfnLaunchTemplate.LaunchTemplateDataProperty.Placement`.
|
default String |
getRamDiskId()
`CfnLaunchTemplate.LaunchTemplateDataProperty.RamDiskId`.
|
default List<String> |
getSecurityGroupIds()
`CfnLaunchTemplate.LaunchTemplateDataProperty.SecurityGroupIds`.
|
default List<String> |
getSecurityGroups()
`CfnLaunchTemplate.LaunchTemplateDataProperty.SecurityGroups`.
|
default Object |
getTagSpecifications()
`CfnLaunchTemplate.LaunchTemplateDataProperty.TagSpecifications`.
|
default String |
getUserData()
`CfnLaunchTemplate.LaunchTemplateDataProperty.UserData`.
|
@Stability(value=Stable) @Nullable default Object getBlockDeviceMappings()
@Stability(value=Stable) @Nullable default Object getCapacityReservationSpecification()
@Stability(value=Stable) @Nullable default Object getCpuOptions()
@Stability(value=Stable) @Nullable default Object getCreditSpecification()
@Stability(value=Stable) @Nullable default Object getDisableApiTermination()
@Stability(value=Stable) @Nullable default Object getEbsOptimized()
@Stability(value=Stable) @Nullable default Object getElasticGpuSpecifications()
@Stability(value=Stable) @Nullable default Object getElasticInferenceAccelerators()
@Stability(value=Stable) @Nullable default Object getEnclaveOptions()
@Stability(value=Stable) @Nullable default Object getHibernationOptions()
@Stability(value=Stable) @Nullable default Object getIamInstanceProfile()
@Stability(value=Stable) @Nullable default String getImageId()
@Stability(value=Stable) @Nullable default String getInstanceInitiatedShutdownBehavior()
@Stability(value=Stable) @Nullable default Object getInstanceMarketOptions()
@Stability(value=Stable) @Nullable default String getInstanceType()
@Stability(value=Stable) @Nullable default String getKernelId()
@Stability(value=Stable) @Nullable default String getKeyName()
@Stability(value=Stable) @Nullable default Object getLicenseSpecifications()
@Stability(value=Stable) @Nullable default Object getMetadataOptions()
@Stability(value=Stable) @Nullable default Object getMonitoring()
@Stability(value=Stable) @Nullable default Object getNetworkInterfaces()
@Stability(value=Stable) @Nullable default Object getPlacement()
@Stability(value=Stable) @Nullable default String getRamDiskId()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroups()
@Stability(value=Stable) @Nullable default Object getTagSpecifications()
@Stability(value=Stable) @Nullable default String getUserData()
@Stability(value=Stable) static CfnLaunchTemplate.LaunchTemplateDataProperty.Builder builder()
Copyright © 2021. All rights reserved.