Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-resourcetag.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-resourcetag.html#cfn-resiliencehubv2-service-resourcetag-key

Values

Tag values.

string[] Values { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-resourcetag.html#cfn-resiliencehubv2-service-resourcetag-values

Back to top Generated by DocFX