@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.283Z") @Stability(value=Stable) public interface CfnTagOptionProps 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.servicecatalog.*;
CfnTagOptionProps cfnTagOptionProps = CfnTagOptionProps.builder()
.key("key")
.value("value")
// the properties below are optional
.active(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTagOptionProps.Builder
A builder for
CfnTagOptionProps |
static class |
CfnTagOptionProps.Jsii$Proxy
An implementation for
CfnTagOptionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTagOptionProps.Builder |
builder() |
default Object |
getActive()
`AWS::ServiceCatalog::TagOption.Active`.
|
String |
getKey()
`AWS::ServiceCatalog::TagOption.Key`.
|
String |
getValue()
`AWS::ServiceCatalog::TagOption.Value`.
|
@Stability(value=Stable) @Nullable default Object getActive()
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnTagOptionProps.Builder builder()
CfnTagOptionProps.Builder of CfnTagOptionPropsCopyright © 2021. All rights reserved.