Show / Hide Table of Contents

Class CfnDatabase.DatabaseIdentifierProperty

A structure that describes a target database for resource linking.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseidentifier.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 databaseIdentifierProperty = new DatabaseIdentifierProperty {
    CatalogId = "catalogId",
    DatabaseName = "databaseName"
};

Synopsis

Constructors

DatabaseIdentifierProperty()

Properties

CatalogId

The ID of the Data Catalog in which the database resides.

DatabaseName

The name of the catalog database.

Constructors

DatabaseIdentifierProperty()

public DatabaseIdentifierProperty()

Properties

CatalogId

The ID of the Data Catalog in which the database resides.

public string CatalogId { get; set; }
Property Value

System.String

Remarks

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

DatabaseName

The name of the catalog database.

public string DatabaseName { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnDatabase.IDatabaseIdentifierProperty
Back to top Generated by DocFX