Class TagOptionAssociationReference
A reference to a TagOptionAssociation resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated