List Milestones
wellarchitected_list_milestones | R Documentation |
List all milestones for an existing workload¶
Description¶
List all milestones for an existing workload.
Usage¶
Arguments¶
WorkloadId
[required]
NextToken
MaxResults
Value¶
A list with the following syntax:
list(
WorkloadId = "string",
MilestoneSummaries = list(
list(
MilestoneNumber = 123,
MilestoneName = "string",
RecordedAt = as.POSIXct(
"2015-01-01"
),
WorkloadSummary = list(
WorkloadId = "string",
WorkloadArn = "string",
WorkloadName = "string",
Owner = "string",
UpdatedAt = as.POSIXct(
"2015-01-01"
),
Lenses = list(
"string"
),
RiskCounts = list(
123
),
ImprovementStatus = "NOT_APPLICABLE"|"NOT_STARTED"|"IN_PROGRESS"|"COMPLETE"|"RISK_ACKNOWLEDGED",
Profiles = list(
list(
ProfileArn = "string",
ProfileVersion = "string"
)
),
PrioritizedRiskCounts = list(
123
)
)
)
),
NextToken = "string"
)