Interface CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDistributionConfigurationPropsMixin
@Stability(Stable)
public static interface CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Identifies an Amazon EC2 launch template to use for a specific account.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.*;
LaunchTemplateConfigurationProperty launchTemplateConfigurationProperty = LaunchTemplateConfigurationProperty.builder()
.accountId("accountId")
.launchTemplateId("launchTemplateId")
.setDefaultVersion(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountId
The account ID that this configuration applies to.- See Also:
-
getLaunchTemplateId
Identifies the Amazon EC2 launch template to use.Returns union: either
StringorILaunchTemplateRef- See Also:
-
getSetDefaultVersion
Set the specified Amazon EC2 launch template as the default launch template for the specified account.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty.Builder builder()
-