Show / Hide Table of Contents

Class CatalogDatabaseState

Inheritance
System.Object
InputArgs
ResourceArgs
CatalogDatabaseState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CatalogDatabaseState : ResourceArgs

Constructors

View Source

CatalogDatabaseState()

Declaration
public CatalogDatabaseState()

Properties

View Source

CatalogId

ID of the Glue Catalog to create the database in. If omitted, this defaults to the AWS Account ID.

Declaration
public Input<string> CatalogId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Description of the database.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LocationUri

The location of the database (for example, an HDFS path).

Declaration
public Input<string> LocationUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the database.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Parameters

A list of key-value pairs that define parameters and properties of the database.

Declaration
public InputMap<string> Parameters { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.