Show / Hide Table of Contents

Class TagOptionAssociationReference

A reference to a TagOptionAssociation resource.

Inheritance
object
TagOptionAssociationReference
Implements
ITagOptionAssociationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TagOptionAssociationReference : ITagOptionAssociationReference
Syntax (vb)
Public Class TagOptionAssociationReference Implements ITagOptionAssociationReference
Remarks

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 tagOptionAssociationReference = new TagOptionAssociationReference {
                TagOptionAssociationId = "tagOptionAssociationId"
            };

Synopsis

Constructors

TagOptionAssociationReference()

A reference to a TagOptionAssociation resource.

Properties

TagOptionAssociationId

The Id of the TagOptionAssociation resource.

Constructors

TagOptionAssociationReference()

A reference to a TagOptionAssociation resource.

public TagOptionAssociationReference()
Remarks

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 tagOptionAssociationReference = new TagOptionAssociationReference {
                TagOptionAssociationId = "tagOptionAssociationId"
            };

Properties

TagOptionAssociationId

The Id of the TagOptionAssociation resource.

public string TagOptionAssociationId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ITagOptionAssociationReference
Back to top Generated by DocFX