Show / Hide Table of Contents

Class CfnPermissionsPropsMixin.DatabaseResourceProperty

A structure for the database object.

Inheritance
object
CfnPermissionsPropsMixin.DatabaseResourceProperty
Implements
CfnPermissionsPropsMixin.IDatabaseResourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.LakeFormation.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPermissionsPropsMixin.DatabaseResourceProperty : CfnPermissionsPropsMixin.IDatabaseResourceProperty
Syntax (vb)
Public Class CfnPermissionsPropsMixin.DatabaseResourceProperty Implements CfnPermissionsPropsMixin.IDatabaseResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-databaseresource.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.Mixins.Preview.AWS.LakeFormation.Mixins;

             var databaseResourceProperty = new DatabaseResourceProperty {
                 CatalogId = "catalogId",
                 Name = "name"
             };

Synopsis

Constructors

DatabaseResourceProperty()

A structure for the database object.

Properties

CatalogId

The identifier for the Data Catalog .

Name

The name of the database resource.

Constructors

DatabaseResourceProperty()

A structure for the database object.

public DatabaseResourceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-databaseresource.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.Mixins.Preview.AWS.LakeFormation.Mixins;

             var databaseResourceProperty = new DatabaseResourceProperty {
                 CatalogId = "catalogId",
                 Name = "name"
             };

Properties

CatalogId

The identifier for the Data Catalog .

public string? CatalogId { get; set; }
Property Value

string

Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-databaseresource.html#cfn-lakeformation-permissions-databaseresource-catalogid

Name

The name of the database resource.

public string? Name { get; set; }
Property Value

string

Remarks

Unique to the Data Catalog.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-databaseresource.html#cfn-lakeformation-permissions-databaseresource-name

Implements

CfnPermissionsPropsMixin.IDatabaseResourceProperty
Back to top Generated by DocFX