Show / Hide Table of Contents

Class CfnTagOptionPropsMixin

Specifies a TagOption.

Inheritance
object
Mixin
CfnTagOptionPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html

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 AWS::ServiceCatalog::TagOption.

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html

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

ICfnTagOptionMixinProps

Remarks

A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html

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

IMergeStrategy

Remarks

A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html

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
Mixin.ApplyTo(IConstruct)
Remarks

A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html

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

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

A TagOption is a key-value pair managed by AWS Service Catalog that serves as a template for creating an AWS tag.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoption.html

CloudformationResource: AWS::ServiceCatalog::TagOption

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX