Show / Hide Table of Contents

Class CfnTagAssociation.LFTagPairProperty

A structure containing the catalog ID, tag key, and tag values of an LF-tag key-value pair.

Inheritance
System.Object
CfnTagAssociation.LFTagPairProperty
Implements
CfnTagAssociation.ILFTagPairProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-tagassociation-lftagpair.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.LakeFormation;

var lFTagPairProperty = new LFTagPairProperty {
    CatalogId = "catalogId",
    TagKey = "tagKey",
    TagValues = new [] { "tagValues" }
};

Synopsis

Constructors

LFTagPairProperty()

Properties

CatalogId

The identifier for the Data Catalog .

TagKey

The key-name for the LF-tag.

TagValues

A list of possible values of the corresponding TagKey of an LF-tag key-value pair.

Constructors

LFTagPairProperty()

public LFTagPairProperty()

Properties

CatalogId

The identifier for the Data Catalog .

public string CatalogId { get; set; }
Property Value

System.String

Remarks

By default, it is the account ID of the caller.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-tagassociation-lftagpair.html#cfn-lakeformation-tagassociation-lftagpair-catalogid

TagKey

The key-name for the LF-tag.

public string TagKey { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-tagassociation-lftagpair.html#cfn-lakeformation-tagassociation-lftagpair-tagkey

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.String[]

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-tagassociation-lftagpair.html#cfn-lakeformation-tagassociation-lftagpair-tagvalues

Implements

CfnTagAssociation.ILFTagPairProperty
Back to top Generated by DocFX