Skip to content

Create Milestone

wellarchitected_create_milestone R Documentation

Create a milestone for an existing workload

Description

Create a milestone for an existing workload.

Usage

wellarchitected_create_milestone(WorkloadId, MilestoneName,
  ClientRequestToken)

Arguments

WorkloadId

[required]

MilestoneName

[required]

ClientRequestToken

[required]

Value

A list with the following syntax:

list(
  WorkloadId = "string",
  MilestoneNumber = 123
)

Request syntax

svc$create_milestone(
  WorkloadId = "string",
  MilestoneName = "string",
  ClientRequestToken = "string"
)