Show / Hide Table of Contents

Interface CfnRulePropsMixin.IResourceTagProperty

[Tag-level retention rules only] Information about the resource tags used to identify resources that are retained by the retention rule.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Rbin.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnRulePropsMixin.IResourceTagProperty
Syntax (vb)
Public Interface CfnRulePropsMixin.IResourceTagProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rbin-rule-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.Mixins.Preview.AWS.Rbin.Mixins;

             var resourceTagProperty = new ResourceTagProperty {
                 ResourceTagKey = "resourceTagKey",
                 ResourceTagValue = "resourceTagValue"
             };

Synopsis

Properties

ResourceTagKey

The tag key.

ResourceTagValue

The tag value.

Properties

ResourceTagKey

The tag key.

string? ResourceTagKey { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rbin-rule-resourcetag.html#cfn-rbin-rule-resourcetag-resourcetagkey

ResourceTagValue

The tag value.

string? ResourceTagValue { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rbin-rule-resourcetag.html#cfn-rbin-rule-resourcetag-resourcetagvalue

Back to top Generated by DocFX