Deploys conformance packs across member accounts in an Amazon Web Services Organization
Source:R/configservice_operations.R
configservice_put_organization_conformance_pack.RdDeploys conformance packs across member accounts in an Amazon Web Services Organization. For information on how many organization conformance packs and how many Config rules you can have per account, see Service Limits in the Config Developer Guide.
See https://www.paws-r-sdk.com/docs/configservice_put_organization_conformance_pack/ for full documentation.
Usage
configservice_put_organization_conformance_pack(
OrganizationConformancePackName,
TemplateS3Uri = NULL,
TemplateBody = NULL,
DeliveryS3Bucket = NULL,
DeliveryS3KeyPrefix = NULL,
ConformancePackInputParameters = NULL,
ExcludedAccounts = NULL
)Arguments
- OrganizationConformancePackName
[required] Name of the organization conformance pack you want to create.
- TemplateS3Uri
Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).
You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.
- TemplateBody
A string that contains the full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- DeliveryS3Bucket
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional. If used, it must be prefixed with
awsconfigconforms.- DeliveryS3KeyPrefix
The prefix for the Amazon S3 bucket.
This field is optional.
- ConformancePackInputParameters
A list of
ConformancePackInputParameterobjects.- ExcludedAccounts
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.