aws.glue.get_blueprint
Example SQL Queries
SELECT * FROMaws.glue.get_blueprintWHERE"name" = 'VALUE';Description
Retrieves the details of a blueprint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the blueprint. | VARCHAR |
| include_blueprint Input Column Specifies whether or not to include the blueprint in the response. | BOOLEAN |
| include_parameter_spec Input Column Specifies whether or not to include the parameter specification. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| blueprint Returns a Blueprint object. | STRUCT( |
Show child fields
| |