Show / Hide Table of Contents

Interface ICfnTagOptionAssociationProps

Properties for defining a CfnTagOptionAssociation.

Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTagOptionAssociationProps
Syntax (vb)
Public Interface ICfnTagOptionAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-tagoptionassociation.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.AWS.Servicecatalog;

             var cfnTagOptionAssociationProps = new CfnTagOptionAssociationProps {
                 ResourceId = "resourceId",
                 TagOptionId = "tagOptionId"
             };

Synopsis

Properties

ResourceId

The resource identifier.

TagOptionId

The TagOption identifier.

Properties

ResourceId

The resource identifier.

string ResourceId { get; }
Property Value

string

Remarks

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

TagOptionId

The TagOption identifier.

string TagOptionId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX