DataZone / Client / get_environment_blueprint_configuration

get_environment_blueprint_configuration#

DataZone.Client.get_environment_blueprint_configuration(**kwargs)#

Gets the blueprint configuration in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

response = client.get_environment_blueprint_configuration(
    domainIdentifier='string',
    environmentBlueprintIdentifier='string'
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

    The ID of the Amazon DataZone domain where this blueprint exists.

  • environmentBlueprintIdentifier (string) –

    [REQUIRED]

    He ID of the blueprint.

Return type:

dict

Returns:

Response Syntax

{
    'createdAt': datetime(2015, 1, 1),
    'domainId': 'string',
    'enabledRegions': [
        'string',
    ],
    'environmentBlueprintId': 'string',
    'manageAccessRoleArn': 'string',
    'provisioningRoleArn': 'string',
    'regionalParameters': {
        'string': {
            'string': 'string'
        }
    },
    'updatedAt': datetime(2015, 1, 1)
}

Response Structure

  • (dict) –

    • createdAt (datetime) –

      The timestamp of when this blueprint was created.

    • domainId (string) –

      The ID of the Amazon DataZone domain where this blueprint exists.

    • enabledRegions (list) –

      The Amazon Web Services regions in which this blueprint is enabled.

      • (string) –

    • environmentBlueprintId (string) –

      The ID of the blueprint.

    • manageAccessRoleArn (string) –

      The ARN of the manage access role with which this blueprint is created.

    • provisioningRoleArn (string) –

      The ARN of the provisioning role with which this blueprint is created.

    • regionalParameters (dict) –

      The regional parameters of the blueprint.

      • (string) –

        • (dict) –

          • (string) –

            • (string) –

    • updatedAt (datetime) –

      The timestamp of when this blueprint was upated.

Exceptions