DataZone / Client / put_environment_blueprint_configuration

put_environment_blueprint_configuration#

DataZone.Client.put_environment_blueprint_configuration(**kwargs)#

Writes the configuration for the specified environment blueprint in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

response = client.put_environment_blueprint_configuration(
    domainIdentifier='string',
    enabledRegions=[
        'string',
    ],
    environmentBlueprintIdentifier='string',
    manageAccessRoleArn='string',
    provisioningRoleArn='string',
    regionalParameters={
        'string': {
            'string': 'string'
        }
    }
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

    The identifier of the Amazon DataZone domain.

  • enabledRegions (list) –

    [REQUIRED]

    Specifies the enabled Amazon Web Services Regions.

    • (string) –

  • environmentBlueprintIdentifier (string) –

    [REQUIRED]

    The identifier of the environment blueprint.

  • manageAccessRoleArn (string) – The ARN of the manage access role.

  • provisioningRoleArn (string) – The ARN of the provisioning role.

  • regionalParameters (dict) –

    The regional parameters in the environment blueprint.

    • (string) –

      • (dict) –

        • (string) –

          • (string) –

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 the environment blueprint was created.

    • domainId (string) –

      The identifier of the Amazon DataZone domain.

    • enabledRegions (list) –

      Specifies the enabled Amazon Web Services Regions.

      • (string) –

    • environmentBlueprintId (string) –

      The identifier of the environment blueprint.

    • manageAccessRoleArn (string) –

      The ARN of the manage access role.

    • provisioningRoleArn (string) –

      The ARN of the provisioning role.

    • regionalParameters (dict) –

      The regional parameters in the environment blueprint.

      • (string) –

        • (dict) –

          • (string) –

            • (string) –

    • updatedAt (datetime) –

      The timestamp of when the environment blueprint was updated.

Exceptions