Show / Hide Table of Contents

Interface ICfnTagOptionMixinProps

Properties for CfnTagOptionPropsMixin.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnTagOptionMixinProps
Syntax (vb)
Public Interface ICfnTagOptionMixinProps
Remarks

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

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;

             var cfnTagOptionMixinProps = new CfnTagOptionMixinProps {
                 Active = false,
                 Key = "key",
                 Value = "value"
             };

Synopsis

Properties

Active

The TagOption active state.

Key

The TagOption key.

Value

The TagOption value.

Properties

Active

The TagOption active state.

object? Active { get; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Key

The TagOption key.

string? Key { get; }
Property Value

string

Remarks

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

Value

The TagOption value.

string? Value { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX