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
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
System.String
Remarks
TagOptionId
The TagOption identifier.
string TagOptionId { get; }
Property Value
System.String