Show / Hide Table of Contents

Class CfnDatabase.DataLakePrincipalProperty

The AWS Lake Formation principal.

Inheritance
System.Object
CfnDatabase.DataLakePrincipalProperty
Implements
CfnDatabase.IDataLakePrincipalProperty
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.AWS.Glue.dll
Syntax (csharp)
public class DataLakePrincipalProperty : Object, CfnDatabase.IDataLakePrincipalProperty
Syntax (vb)
Public Class DataLakePrincipalProperty
    Inherits Object
    Implements CfnDatabase.IDataLakePrincipalProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-datalakeprincipal.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.Glue;

var dataLakePrincipalProperty = new DataLakePrincipalProperty {
    DataLakePrincipalIdentifier = "dataLakePrincipalIdentifier"
};

Synopsis

Constructors

DataLakePrincipalProperty()

Properties

DataLakePrincipalIdentifier

An identifier for the AWS Lake Formation principal.

Constructors

DataLakePrincipalProperty()

public DataLakePrincipalProperty()

Properties

DataLakePrincipalIdentifier

An identifier for the AWS Lake Formation principal.

public string DataLakePrincipalIdentifier { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-datalakeprincipal.html#cfn-glue-database-datalakeprincipal-datalakeprincipalidentifier

Implements

CfnDatabase.IDataLakePrincipalProperty
Back to top Generated by DocFX