@Stability(value=Stable)
public static interface CfnDistributionConfiguration.DistributionProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDistributionConfiguration.DistributionProperty.Builder
A builder for
CfnDistributionConfiguration.DistributionProperty |
static class |
CfnDistributionConfiguration.DistributionProperty.Jsii$Proxy
An implementation for
CfnDistributionConfiguration.DistributionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDistributionConfiguration.DistributionProperty.Builder |
builder() |
default Object |
getAmiDistributionConfiguration()
`CfnDistributionConfiguration.DistributionProperty.AmiDistributionConfiguration`.
|
default Object |
getContainerDistributionConfiguration()
`CfnDistributionConfiguration.DistributionProperty.ContainerDistributionConfiguration`.
|
default Object |
getLaunchTemplateConfigurations()
`CfnDistributionConfiguration.DistributionProperty.LaunchTemplateConfigurations`.
|
default List<String> |
getLicenseConfigurationArns()
`CfnDistributionConfiguration.DistributionProperty.LicenseConfigurationArns`.
|
String |
getRegion()
`CfnDistributionConfiguration.DistributionProperty.Region`.
|
@Stability(value=Stable) @NotNull String getRegion()
@Stability(value=Stable) @Nullable default Object getAmiDistributionConfiguration()
@Stability(value=Stable) @Nullable default Object getContainerDistributionConfiguration()
@Stability(value=Stable) @Nullable default Object getLaunchTemplateConfigurations()
@Stability(value=Stable) @Nullable default List<String> getLicenseConfigurationArns()
@Stability(value=Stable) static CfnDistributionConfiguration.DistributionProperty.Builder builder()
Copyright © 2021. All rights reserved.