@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:06:44.424Z") @Stability(value=Experimental) public class CfnTagOption extends software.amazon.awscdk.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnTagOption(software.amazon.awscdk.Construct scope,
String id,
CfnTagOptionProps props)
Create a new `AWS::ServiceCatalog::TagOption`.
|
protected |
CfnTagOption(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getActive()
`AWS::ServiceCatalog::TagOption.Active`.
|
protected Map<String,Object> |
getCfnProperties()
EXPERIMENTAL
|
String |
getKey()
`AWS::ServiceCatalog::TagOption.Key`.
|
String |
getValue()
`AWS::ServiceCatalog::TagOption.Value`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props)
EXPERIMENTAL
|
void |
setActive(Boolean value)
`AWS::ServiceCatalog::TagOption.Active`.
|
void |
setActive(software.amazon.awscdk.IResolvable value)
`AWS::ServiceCatalog::TagOption.Active`.
|
void |
setKey(String value)
`AWS::ServiceCatalog::TagOption.Key`.
|
void |
setValue(String value)
`AWS::ServiceCatalog::TagOption.Value`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, attribute, attribute, getAtt, getCfnResourceType, getOptions, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Experimental) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnTagOption(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental)
public CfnTagOption(software.amazon.awscdk.Construct scope,
String id,
CfnTagOptionProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=Experimental) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.CfnResource@Stability(value=Experimental) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.CfnResource@Stability(value=Experimental) public String getKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key@Stability(value=Experimental) public void setKey(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-key@Stability(value=Experimental) public String getValue()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value@Stability(value=Experimental) public void setValue(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-value@Stability(value=Experimental) @Nullable public Object getActive()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active@Stability(value=Experimental) public void setActive(@Nullable Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-active@Stability(value=Experimental) public void setActive(@Nullable software.amazon.awscdk.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html#cfn-servicecatalog-tagoption-activeCopyright © 2019. All rights reserved.