Class CfnProject.ResourceTagProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnProject.ResourceTagProperty : CfnProject.IResourceTagProperty
Syntax (vb)
Public Class CfnProject.ResourceTagProperty Implements CfnProject.IResourceTagProperty
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.DataZone;
var resourceTagProperty = new ResourceTagProperty {
Key = "key",
Value = "value"
};
Synopsis
Constructors
| ResourceTagProperty() |
Properties
| Key | |
| Value |
Constructors
ResourceTagProperty()
public ResourceTagProperty()
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.DataZone;
var resourceTagProperty = new ResourceTagProperty {
Key = "key",
Value = "value"
};
Properties
Key
public string Key { get; set; }
Property Value
Remarks
Value
public string Value { get; set; }