Skip to contents

Copies a Blueprint from one stage to another

See https://www.paws-r-sdk.com/docs/bedrockdataautomation_copy_blueprint_stage/ for full documentation.

Usage

bedrockdataautomation_copy_blueprint_stage(
  blueprintArn,
  sourceStage,
  targetStage,
  clientToken = NULL
)

Arguments

blueprintArn

[required] Blueprint to be copied

sourceStage

[required] Source stage to copy from

targetStage

[required] Target stage to copy to

clientToken

Client token for idempotency