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
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
Remarks
ResourceTagValue
The tag value.
string? ResourceTagValue { get; }