Class TagOptionReference
A reference to a TagOption resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TagOptionReference : ITagOptionReference
Syntax (vb)
Public Class TagOptionReference Implements ITagOptionReference
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 tagOptionReference = new TagOptionReference {
TagOptionId = "tagOptionId"
};
Synopsis
Constructors
TagOptionReference() | A reference to a TagOption resource. |
Properties
TagOptionId | The Id of the TagOption resource. |
Constructors
TagOptionReference()
A reference to a TagOption resource.
public TagOptionReference()
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 tagOptionReference = new TagOptionReference {
TagOptionId = "tagOptionId"
};
Properties
TagOptionId
The Id of the TagOption resource.
public string TagOptionId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated