Skip to content

Update Blueprint

glue_update_blueprint R Documentation

Updates a registered blueprint

Description

Updates a registered blueprint.

Usage

glue_update_blueprint(Name, Description, 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.

Value

A list with the following syntax:

list(
  Name = "string"
)

Request syntax

svc$update_blueprint(
  Name = "string",
  Description = "string",
  BlueprintLocation = "string"
)