Class CfnTagOptionPropsMixin
Specifies a TagOption.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTagOptionPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnTagOptionPropsMixin Inherits Mixin Implements IMixin
Remarks
A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.
CloudformationResource: AWS::ServiceCatalog::TagOption
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnTagOptionPropsMixin = new CfnTagOptionPropsMixin(new CfnTagOptionMixinProps {
Active = false,
Key = "key",
Value = "value"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnTagOptionPropsMixin(ICfnTagOptionMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Specifies a TagOption. |
| Props | Specifies a TagOption. |
| Strategy | Specifies a TagOption. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnTagOptionPropsMixin(ICfnTagOptionMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::ServiceCatalog::TagOption.
public CfnTagOptionPropsMixin(ICfnTagOptionMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnTagOptionMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.
CloudformationResource: AWS::ServiceCatalog::TagOption
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Specifies a TagOption.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.
CloudformationResource: AWS::ServiceCatalog::TagOption
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnTagOptionPropsMixin = new CfnTagOptionPropsMixin(new CfnTagOptionMixinProps {
Active = false,
Key = "key",
Value = "value"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
Specifies a TagOption.
protected virtual ICfnTagOptionMixinProps Props { get; }
Property Value
Remarks
A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.
CloudformationResource: AWS::ServiceCatalog::TagOption
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnTagOptionPropsMixin = new CfnTagOptionPropsMixin(new CfnTagOptionMixinProps {
Active = false,
Key = "key",
Value = "value"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
Specifies a TagOption.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.
CloudformationResource: AWS::ServiceCatalog::TagOption
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnTagOptionPropsMixin = new CfnTagOptionPropsMixin(new CfnTagOptionMixinProps {
Active = false,
Key = "key",
Value = "value"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.
CloudformationResource: AWS::ServiceCatalog::TagOption
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.
CloudformationResource: AWS::ServiceCatalog::TagOption
Mixin: true
ExampleMetadata: fixture=_generated