Class CatalogDatabaseArgs
Inherited Members
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 CatalogDatabaseArgs : ResourceArgs
Constructors
View SourceCatalogDatabaseArgs()
Declaration
public CatalogDatabaseArgs()
Properties
View SourceCatalogId
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> |
Description
Description of the database.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
The name of the database.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |