Show / Hide Table of Contents

Class CfnTagAssociationPropsMixin.DatabaseResourceProperty

A structure for the database object.

Inheritance
object
CfnTagAssociationPropsMixin.DatabaseResourceProperty
Implements
CfnTagAssociationPropsMixin.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.CfnPropertyMixins.AWS.LakeFormation
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTagAssociationPropsMixin.DatabaseResourceProperty : CfnTagAssociationPropsMixin.IDatabaseResourceProperty
Syntax (vb)
Public Class CfnTagAssociationPropsMixin.DatabaseResourceProperty Implements CfnTagAssociationPropsMixin.IDatabaseResourceProperty
Remarks

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

             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-tagassociation-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.CfnPropertyMixins.AWS.LakeFormation;

             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 should be the account ID of the caller.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-tagassociation-databaseresource.html#cfn-lakeformation-tagassociation-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-tagassociation-databaseresource.html#cfn-lakeformation-tagassociation-databaseresource-name

Implements

CfnTagAssociationPropsMixin.IDatabaseResourceProperty
Back to top Generated by DocFX