Interface CfnBudget.IResourceTagProperty
The tag structure that contains a tag key and value.
Namespace: Amazon.CDK.AWS.Budgets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IResourceTagProperty
Syntax (vb)
Public Interface 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.Budgets;
var resourceTagProperty = new ResourceTagProperty {
Key = "key",
// the properties below are optional
Value = "value"
};
Synopsis
Properties
Key | The key that's associated with the tag. |
Value | The value that's associated with the tag. |
Properties
Key
The key that's associated with the tag.
string Key { get; }
Property Value
System.
Remarks
Value
The value that's associated with the tag.
virtual string Value { get; }
Property Value
System.