Glue / Client / create_blueprint

create_blueprint#

Glue.Client.create_blueprint(**kwargs)#

Registers a blueprint with Glue.

See also: AWS API Documentation

Request Syntax

response = client.create_blueprint(
    Name='string',
    Description='string',
    BlueprintLocation='string',
    Tags={
        'string': 'string'
    }
)
Parameters:
  • Name (string) –

    [REQUIRED]

    The name of the blueprint.

  • Description (string) – A description of the blueprint.

  • BlueprintLocation (string) –

    [REQUIRED]

    Specifies a path in Amazon S3 where the blueprint is published.

  • Tags (dict) –

    The tags to be applied to this blueprint.

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{
    'Name': 'string'
}

Response Structure

  • (dict) –

    • Name (string) –

      Returns the name of the blueprint that was registered.

Exceptions