Class CfnTagAssociation.LFTagPairProperty
A structure containing the catalog ID, tag key, and tag values of an LF-tag key-value pair.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.LakeFormation
Assembly: Amazon.CDK.AWS.LakeFormation.dll
Syntax (csharp)
public class LFTagPairProperty : Object, CfnTagAssociation.ILFTagPairProperty
Syntax (vb)
Public Class LFTagPairProperty
Inherits Object
Implements CfnTagAssociation.ILFTagPairProperty
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.LakeFormation;
var lFTagPairProperty = new LFTagPairProperty {
CatalogId = "catalogId",
TagKey = "tagKey",
TagValues = new [] { "tagValues" }
};
Synopsis
Constructors
LFTag |
Properties
Catalog |
The identifier for the Data Catalog . |
Tag |
The key-name for the LF-tag. |
Tag |
A list of possible values of the corresponding |
Constructors
LFTagPairProperty()
public LFTagPairProperty()
Properties
CatalogId
The identifier for the Data Catalog .
public string CatalogId { get; set; }
Property Value
System.
Remarks
By default, it is the account ID of the caller.
TagKey
The key-name for the LF-tag.
public string TagKey { get; set; }
Property Value
System.
Remarks
TagValues
A list of possible values of the corresponding TagKey
of an LF-tag key-value pair.
public string[] TagValues { get; set; }
Property Value
System.