Show / Hide Table of Contents

Class CfnBudgetsActionPropsMixin.ResourceTagProperty

The tag structure that contains a tag key and value.

Inheritance
object
CfnBudgetsActionPropsMixin.ResourceTagProperty
Implements
CfnBudgetsActionPropsMixin.IResourceTagProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Budgets.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBudgetsActionPropsMixin.ResourceTagProperty : CfnBudgetsActionPropsMixin.IResourceTagProperty
Syntax (vb)
Public Class CfnBudgetsActionPropsMixin.ResourceTagProperty Implements CfnBudgetsActionPropsMixin.IResourceTagProperty
Remarks

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

             var resourceTagProperty = new ResourceTagProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Constructors

ResourceTagProperty()

The tag structure that contains a tag key and value.

Properties

Key

The key that's associated with the tag.

Value

The value that's associated with the tag.

Constructors

ResourceTagProperty()

The tag structure that contains a tag key and value.

public ResourceTagProperty()
Remarks

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

             var resourceTagProperty = new ResourceTagProperty {
                 Key = "key",
                 Value = "value"
             };

Properties

Key

The key that's associated with the tag.

public string? Key { get; set; }
Property Value

string

Remarks

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

Value

The value that's associated with the tag.

public string? Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnBudgetsActionPropsMixin.IResourceTagProperty
Back to top Generated by DocFX