configservice_put_organization_conformance_pack: Deploys conformance packs across member accounts in an Amazon...

View source: R/configservice_operations.R

configservice_put_organization_conformance_packR Documentation

Deploys conformance packs across member accounts in an Amazon Web Services Organization

Description

Deploys 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.

TemplateBody

A string containing 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 ConformancePackInputParameter objects.

ExcludedAccounts

A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.