DatabaseProps
- class aws_cdk.aws_glue.DatabaseProps(*, database_name, location_uri=None)
Bases:
object
- Parameters:
database_name (
str
) – (experimental) The name of the database.location_uri (
Optional
[str
]) – (experimental) The location of the database (for example, an HDFS path). Default: undefined. This field is optional in AWS::Glue::Database DatabaseInput
- Stability:
experimental
- ExampleMetadata:
infused
Example:
glue.Database(self, "MyDatabase", database_name="my_database" )
Attributes
- database_name
(experimental) The name of the database.
- Stability:
experimental
- location_uri
(experimental) The location of the database (for example, an HDFS path).
- Default:
undefined. This field is optional in AWS::Glue::Database DatabaseInput
- See:
- Stability:
experimental