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: