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
Attributes
-
database_name
¶ (experimental) The name of the database.
- Stability
experimental
- Return type
str
-
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
- Return type
Optional
[str
]