aws.datazone.list_environment_blueprints
Example SQL Queries
SELECT * FROMaws.datazone.list_environment_blueprintsWHERE"domain_identifier" = 'VALUE';Description
Lists blueprints in an Amazon DataZone environment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The identifier of the Amazon DataZone domain. | VARCHAR |
| managed Input Column Specifies whether the environment blueprint is managed by Amazon DataZone. | BOOLEAN |
| name Input Column The name of the blueprint. | VARCHAR |
| _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 |
| created_at The timestamp of when an environment blueprint was created. | TIMESTAMP_S |
| description The description of a blueprint. | VARCHAR |
| id The identifier of the blueprint. | VARCHAR |
| provider The provider of the blueprint. | VARCHAR |
| provisioning_properties The provisioning properties of the blueprint. | STRUCT( |
Show child fields
| |
| updated_at The timestamp of when the blueprint was enabled. | TIMESTAMP_S |