Show / Hide Table of Contents

Class CfnProject.ResourceTagProperty

Inheritance
object
CfnProject.ResourceTagProperty
Implements
CfnProject.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.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnProject.ResourceTagProperty : CfnProject.IResourceTagProperty
Syntax (vb)
Public Class CfnProject.ResourceTagProperty Implements CfnProject.IResourceTagProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-project-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.DataZone;

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

Synopsis

Constructors

ResourceTagProperty()

Properties

Key
Value

Constructors

ResourceTagProperty()

public ResourceTagProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-project-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.DataZone;

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

Properties

Key

public string Key { get; set; }
Property Value

string

Remarks

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

Value

public string Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnProject.IResourceTagProperty
Back to top Generated by DocFX