@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-28T21:34:22.545Z")
public interface CfnTagOptionProps
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 java.lang.Object |
getActive()
The TagOption active state.
|
java.lang.String |
getKey()
The TagOption key.
|
java.lang.String |
getValue()
The TagOption value.
|
java.lang.String getKey()
java.lang.String getValue()
default java.lang.Object getActive()
static CfnTagOptionProps.Builder builder()
CfnTagOptionProps.Builder
of CfnTagOptionProps