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.AlreadyExistsException
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.OperationTimeoutException
Glue.Client.exceptions.InternalServiceException
Glue.Client.exceptions.ResourceNumberLimitExceededException