Copy Blueprint Stage
| bedrockdataautomation_copy_blueprint_stage | R Documentation |
Copies a Blueprint from one stage to another¶
Description¶
Copies a Blueprint from one stage to another
Usage¶
bedrockdataautomation_copy_blueprint_stage(blueprintArn, sourceStage,
targetStage, clientToken)
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 |
Value¶
An empty list.
Request syntax¶
svc$copy_blueprint_stage(
blueprintArn = "string",
sourceStage = "DEVELOPMENT"|"LIVE",
targetStage = "DEVELOPMENT"|"LIVE",
clientToken = "string"
)