@Stability(value=Stable)
public static interface CfnContainerRecipe.ComponentConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getComponentArn()
The Amazon Resource Name (ARN) of the component.
|
@Stability(value=Stable) @Nullable default String getComponentArn()
@Stability(value=Stable) static CfnContainerRecipe.ComponentConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.