Class CfnTagOptionAssociationProps
Properties for defining a CfnTagOptionAssociation
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTagOptionAssociationProps : ICfnTagOptionAssociationProps
Syntax (vb)
Public Class CfnTagOptionAssociationProps Implements 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
Constructors
CfnTagOptionAssociationProps() | Properties for defining a |
Properties
ResourceId | The resource identifier. |
TagOptionId | The TagOption identifier. |
Constructors
CfnTagOptionAssociationProps()
Properties for defining a CfnTagOptionAssociation
.
public CfnTagOptionAssociationProps()
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"
};
Properties
ResourceId
The resource identifier.
public string ResourceId { get; set; }
Property Value
Remarks
TagOptionId
The TagOption identifier.
public string TagOptionId { get; set; }