@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.851Z") @Stability(value=Stable) public interface CfnLayerProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLayerProps.Builder
A builder for
CfnLayerProps |
static class |
CfnLayerProps.Jsii$Proxy
An implementation for
CfnLayerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLayerProps.Builder |
builder() |
default Object |
getAttributes()
`AWS::OpsWorks::Layer.Attributes`.
|
Object |
getAutoAssignElasticIps()
`AWS::OpsWorks::Layer.AutoAssignElasticIps`.
|
Object |
getAutoAssignPublicIps()
`AWS::OpsWorks::Layer.AutoAssignPublicIps`.
|
default String |
getCustomInstanceProfileArn()
`AWS::OpsWorks::Layer.CustomInstanceProfileArn`.
|
default Object |
getCustomJson()
`AWS::OpsWorks::Layer.CustomJson`.
|
default Object |
getCustomRecipes()
`AWS::OpsWorks::Layer.CustomRecipes`.
|
default List<String> |
getCustomSecurityGroupIds()
`AWS::OpsWorks::Layer.CustomSecurityGroupIds`.
|
Object |
getEnableAutoHealing()
`AWS::OpsWorks::Layer.EnableAutoHealing`.
|
default Object |
getInstallUpdatesOnBoot()
`AWS::OpsWorks::Layer.InstallUpdatesOnBoot`.
|
default Object |
getLifecycleEventConfiguration()
`AWS::OpsWorks::Layer.LifecycleEventConfiguration`.
|
default Object |
getLoadBasedAutoScaling()
`AWS::OpsWorks::Layer.LoadBasedAutoScaling`.
|
String |
getName()
`AWS::OpsWorks::Layer.Name`.
|
default List<String> |
getPackages()
`AWS::OpsWorks::Layer.Packages`.
|
String |
getShortname()
`AWS::OpsWorks::Layer.Shortname`.
|
String |
getStackId()
`AWS::OpsWorks::Layer.StackId`.
|
default List<CfnTag> |
getTags()
`AWS::OpsWorks::Layer.Tags`.
|
String |
getType()
`AWS::OpsWorks::Layer.Type`.
|
default Object |
getUseEbsOptimizedInstances()
`AWS::OpsWorks::Layer.UseEbsOptimizedInstances`.
|
default Object |
getVolumeConfigurations()
`AWS::OpsWorks::Layer.VolumeConfigurations`.
|
@Stability(value=Stable) @NotNull Object getAutoAssignElasticIps()
@Stability(value=Stable) @NotNull Object getAutoAssignPublicIps()
@Stability(value=Stable) @NotNull Object getEnableAutoHealing()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getShortname()
@Stability(value=Stable) @NotNull String getStackId()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Object getAttributes()
@Stability(value=Stable) @Nullable default String getCustomInstanceProfileArn()
@Stability(value=Stable) @Nullable default Object getCustomJson()
@Stability(value=Stable) @Nullable default Object getCustomRecipes()
@Stability(value=Stable) @Nullable default List<String> getCustomSecurityGroupIds()
@Stability(value=Stable) @Nullable default Object getInstallUpdatesOnBoot()
@Stability(value=Stable) @Nullable default Object getLifecycleEventConfiguration()
@Stability(value=Stable) @Nullable default Object getLoadBasedAutoScaling()
@Stability(value=Stable) @Nullable default List<String> getPackages()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getUseEbsOptimizedInstances()
@Stability(value=Stable) @Nullable default Object getVolumeConfigurations()
@Stability(value=Stable) static CfnLayerProps.Builder builder()
CfnLayerProps.Builder of CfnLayerPropsCopyright © 2021. All rights reserved.