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',
    provisioningConfigurations=[
        {
            'lakeFormationConfiguration': {
                'locationRegistrationExcludeS3Locations': [
                    'string',
                ],
                'locationRegistrationRole': '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.

  • provisioningConfigurations (list) –

    The provisioning configuration of a blueprint.

    • (dict) –

      The provisioning configuration of the blueprint.

      Note

      This is a Tagged Union structure. Only one of the following top level keys can be set: lakeFormationConfiguration.

      • lakeFormationConfiguration (dict) –

        The Lake Formation configuration of the Data Lake blueprint.

        • locationRegistrationExcludeS3Locations (list) –

          Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.

          • (string) –

        • locationRegistrationRole (string) –

          The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.

  • 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',
    'provisioningConfigurations': [
        {
            'lakeFormationConfiguration': {
                'locationRegistrationExcludeS3Locations': [
                    'string',
                ],
                'locationRegistrationRole': '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.

    • provisioningConfigurations (list) –

      The provisioning configuration of a blueprint.

      • (dict) –

        The provisioning configuration of the blueprint.

        Note

        This is a Tagged Union structure. Only one of the following top level keys will be set: lakeFormationConfiguration. If a client receives an unknown member it will set SDK_UNKNOWN_MEMBER as the top level key, which maps to the name or tag of the unknown member. The structure of SDK_UNKNOWN_MEMBER is as follows:

        'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
        
        • lakeFormationConfiguration (dict) –

          The Lake Formation configuration of the Data Lake blueprint.

          • locationRegistrationExcludeS3Locations (list) –

            Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.

            • (string) –

          • locationRegistrationRole (string) –

            The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.

    • 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

  • DataZone.Client.exceptions.InternalServerException

  • DataZone.Client.exceptions.ResourceNotFoundException

  • DataZone.Client.exceptions.AccessDeniedException

  • DataZone.Client.exceptions.ThrottlingException

  • DataZone.Client.exceptions.ConflictException

  • DataZone.Client.exceptions.ValidationException

  • DataZone.Client.exceptions.UnauthorizedException