glue_update_blueprint {paws.analytics} | R Documentation |
Updates a registered blueprint
Description
Updates a registered blueprint.
See https://www.paws-r-sdk.com/docs/glue_update_blueprint/ for full documentation.
Usage
glue_update_blueprint(Name, Description = NULL, BlueprintLocation)
Arguments
Name |
[required] The name of the blueprint. |
Description |
A description of the blueprint. |
BlueprintLocation |
[required] Specifies a path in Amazon S3 where the blueprint is published. |
[Package paws.analytics version 0.7.0 Index]