Interface CfnPrincipalPermissions.ILFTagProperty
The LF-tag key and values attached to a resource.
Namespace: Amazon.CDK.AWS.LakeFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILFTagProperty
Syntax (vb)
Public Interface ILFTagProperty
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 lFTagProperty = new LFTagProperty {
TagKey = "tagKey",
TagValues = new [] { "tagValues" }
};
Synopsis
Properties
Tag |
The key-name for the LF-tag. |
Tag |
A list of possible values of the corresponding |
Properties
TagKey
The key-name for the LF-tag.
virtual string TagKey { get; }
Property Value
System.
Remarks
TagValues
A list of possible values of the corresponding TagKey
of an LF-tag key-value pair.
virtual string[] TagValues { get; }
Property Value
System.