Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_blueprint

update_blueprint(**kwargs)

Updates a registered blueprint.

See also: AWS API Documentation

Request Syntax

response = client.update_blueprint(
    Name='string',
    Description='string',
    BlueprintLocation='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.

Return type

dict

Returns

Response Syntax

{
    'Name': 'string'
}

Response Structure

  • (dict) --

    • Name (string) --

      Returns the name of the blueprint that was updated.

Exceptions

  • Glue.Client.exceptions.EntityNotFoundException
  • Glue.Client.exceptions.ConcurrentModificationException
  • Glue.Client.exceptions.InvalidInputException
  • Glue.Client.exceptions.OperationTimeoutException
  • Glue.Client.exceptions.InternalServiceException
  • Glue.Client.exceptions.IllegalBlueprintStateException