View source: R/configservice_operations.R
configservice_describe_conformance_packs | R Documentation |
Returns a list of one or more conformance packs.
See https://www.paws-r-sdk.com/docs/configservice_describe_conformance_packs/ for full documentation.
configservice_describe_conformance_packs(
ConformancePackNames = NULL,
Limit = NULL,
NextToken = NULL
)
ConformancePackNames |
Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs. |
Limit |
The maximum number of conformance packs returned on each page. |
NextToken |
The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.