Show / Hide Table of Contents

Interface ITagReference

A reference to a Tag resource.

Namespace: Amazon.CDK.Interfaces.LakeFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITagReference
Syntax (vb)
Public Interface ITagReference
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.Interfaces.LakeFormation;

            var tagReference = new TagReference {
                TagKey = "tagKey"
            };

Synopsis

Properties

TagKey

The TagKey of the Tag resource.

Properties

TagKey

The TagKey of the Tag resource.

string TagKey { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX