Show / Hide Table of Contents

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 CfnBudget.IResourceTagProperty
Syntax (vb)
Public Interface CfnBudget.IResourceTagProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-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.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

string

Remarks

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

Value

The value that's associated with the tag.

string? Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-resourcetag.html#cfn-budgets-budget-resourcetag-value

Back to top Generated by DocFX