Interface CfnService.IResourceTagProperty
Namespace: Amazon.CDK.AWS.ResilienceHubV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnService.IResourceTagProperty
Syntax (vb)
Public Interface CfnService.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.ResilienceHubV2;
var resourceTagProperty = new ResourceTagProperty {
Key = "key",
Values = new [] { "values" }
};
Synopsis
Properties
| Key | Tag key. |
| Values | Tag values. |
Properties
Key
Tag key.
string Key { get; }