Learn R Programming

paws.management (version 0.1.8)

configservice_describe_conformance_pack_status: Provides one or more conformance packs deployment status

Description

Provides one or more conformance packs deployment status.

Usage

configservice_describe_conformance_pack_status(ConformancePackNames,
  Limit, NextToken)

Arguments

ConformancePackNames

Comma-separated list of conformance pack names.

Limit

The maximum number of conformance packs status returned on each page.

NextToken

The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

Request syntax

svc$describe_conformance_pack_status(
  ConformancePackNames = list(
    "string"
  ),
  Limit = 123,
  NextToken = "string"
)

Details

If there are no conformance packs then you will see an empty result.