:doc:`DataZone <../../datazone>` / Client / get_environment_blueprint_configuration

***************************************
get_environment_blueprint_configuration
***************************************



.. py:method:: DataZone.Client.get_environment_blueprint_configuration(**kwargs)

  

  Gets the blueprint configuration in Amazon DataZone.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetEnvironmentBlueprintConfiguration>`_  


  **Request Syntax**
  ::

    response = client.get_environment_blueprint_configuration(
        domainIdentifier='string',
        environmentBlueprintIdentifier='string'
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

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

    

  
  :type environmentBlueprintIdentifier: string
  :param environmentBlueprintIdentifier: **[REQUIRED]** 

    He ID of the blueprint.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'domainId': 'string',
          'environmentBlueprintId': 'string',
          'provisioningRoleArn': 'string',
          'environmentRolePermissionBoundary': 'string',
          'manageAccessRoleArn': 'string',
          'enabledRegions': [
              'string',
          ],
          'regionalParameters': {
              'string': {
                  'string': 'string'
              }
          },
          'createdAt': datetime(2015, 1, 1),
          'updatedAt': datetime(2015, 1, 1),
          'provisioningConfigurations': [
              {
                  'lakeFormationConfiguration': {
                      'locationRegistrationRole': 'string',
                      'locationRegistrationExcludeS3Locations': [
                          'string',
                      ]
                  }
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **domainId** *(string) --* 

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

        
      

      - **environmentBlueprintId** *(string) --* 

        The ID of the blueprint.

        
      

      - **provisioningRoleArn** *(string) --* 

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

        
      

      - **environmentRolePermissionBoundary** *(string) --* 

        The environment role permissions boundary.

        
      

      - **manageAccessRoleArn** *(string) --* 

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

        
      

      - **enabledRegions** *(list) --* 

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

        
        

        - *(string) --* 
    
      

      - **regionalParameters** *(dict) --* 

        The regional parameters of the blueprint.

        
        

        - *(string) --* 
          

          - *(dict) --* 
            

            - *(string) --* 
              

              - *(string) --* 
        
      
    
  
      

      - **createdAt** *(datetime) --* 

        The timestamp of when this blueprint was created.

        
      

      - **updatedAt** *(datetime) --* 

        The timestamp of when this blueprint was upated.

        
      

      - **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.

            
            

            - **locationRegistrationRole** *(string) --* 

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

              
            

            - **locationRegistrationExcludeS3Locations** *(list) --* 

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

              
              

              - *(string) --* 
          
        
      
    
  
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

  
  *   :py:class:`DataZone.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`DataZone.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DataZone.Client.exceptions.ThrottlingException`

  
  *   :py:class:`DataZone.Client.exceptions.ValidationException`

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  