public static interface CfnContainerRecipe.ComponentConfigurationProperty
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.*; ComponentConfigurationProperty componentConfigurationProperty = ComponentConfigurationProperty.builder() .componentArn("componentArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnContainerRecipe.ComponentConfigurationProperty.Builder
A builder for
CfnContainerRecipe.ComponentConfigurationProperty |
static class |
CfnContainerRecipe.ComponentConfigurationProperty.Jsii$Proxy
An implementation for
CfnContainerRecipe.ComponentConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnContainerRecipe.ComponentConfigurationProperty.Builder |
builder() |
default java.lang.String |
getComponentArn()
The Amazon Resource Name (ARN) of the component.
|
default java.lang.String getComponentArn()
static CfnContainerRecipe.ComponentConfigurationProperty.Builder builder()