@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.099Z") @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()
The TagOption active state.
|
String |
getKey()
The TagOption key.
|
String |
getValue()
The TagOption value.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) @Nullable default Object getActive()
@Stability(value=Stable) static CfnTagOptionProps.Builder builder()
CfnTagOptionProps.Builder of CfnTagOptionPropsCopyright © 2022. All rights reserved.