Provides one or more conformance packs deployment status.
If there are no conformance packs then you will see an empty result.
configservice_describe_conformance_pack_status(ConformancePackNames,
Limit, NextToken)
A list with the following syntax:
list(
ConformancePackStatusDetails = list(
list(
ConformancePackName = "string",
ConformancePackId = "string",
ConformancePackArn = "string",
ConformancePackState = "CREATE_IN_PROGRESS"|"CREATE_COMPLETE"|"CREATE_FAILED"|"DELETE_IN_PROGRESS"|"DELETE_FAILED",
StackArn = "string",
ConformancePackStatusReason = "string",
LastUpdateRequestedTime = as.POSIXct(
"2015-01-01"
),
LastUpdateCompletedTime = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)
Comma-separated list of conformance pack names.
The maximum number of conformance packs status returned on each page.
The nextToken
string returned in a previous request that you use to
request the next page of results in a paginated response.
svc$describe_conformance_pack_status(
ConformancePackNames = list(
"string"
),
Limit = 123,
NextToken = "string"
)