public static interface CfnDistributionConfiguration.LaunchTemplateConfigurationProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.imagebuilder.*; LaunchTemplateConfigurationProperty launchTemplateConfigurationProperty = LaunchTemplateConfigurationProperty.builder() .accountId("accountId") .launchTemplateId("launchTemplateId") .setDefaultVersion(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder
|
static class |
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Jsii$Proxy
An implementation for
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder |
builder() |
default java.lang.String |
getAccountId()
The account ID that this configuration applies to.
|
default java.lang.String |
getLaunchTemplateId()
Identifies the Amazon EC2 launch template to use.
|
default java.lang.Object |
getSetDefaultVersion()
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
|
default java.lang.String getAccountId()
default java.lang.String getLaunchTemplateId()
default java.lang.Object getSetDefaultVersion()