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'
    }
)
[REQUIRED]
The name of the blueprint.
[REQUIRED]
Specifies a path in Amazon S3 where the blueprint is published.
The tags to be applied to this blueprint.
dict
Response Syntax
{
    'Name': 'string'
}
Response Structure
(dict) --
Name (string) --
Returns the name of the blueprint that was registered.
Exceptions
Glue.Client.exceptions.AlreadyExistsExceptionGlue.Client.exceptions.InvalidInputExceptionGlue.Client.exceptions.OperationTimeoutExceptionGlue.Client.exceptions.InternalServiceExceptionGlue.Client.exceptions.ResourceNumberLimitExceededException