You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::OrganizationConformancePack

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An organization conformance pack that has information about conformance packs that AWS Config creates in member accounts.

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_input_parametersArray<Types::ConformancePackInputParameter>

A list of ConformancePackInputParameter objects.

Returns:

#delivery_s3_bucketString

Location of an Amazon S3 bucket where AWS Config can deliver evaluation results and conformance pack template that is used to create a pack.

Returns:

  • (String)

    Location of an Amazon S3 bucket where AWS Config can deliver evaluation results and conformance pack template that is used to create a pack.

#delivery_s3_key_prefixString

Any folder structure you want to add to an Amazon S3 bucket.

Returns:

  • (String)

    Any folder structure you want to add to an Amazon S3 bucket.

#excluded_accountsArray<String>

A comma-separated list of accounts excluded from organization conformance pack.

Returns:

  • (Array<String>)

    A comma-separated list of accounts excluded from organization conformance pack.

#last_update_timeTime

Last time when organization conformation pack was updated.

Returns:

  • (Time)

    Last time when organization conformation pack was updated.

#organization_conformance_pack_arnString

Amazon Resource Name (ARN) of organization conformance pack.

Returns:

  • (String)

    Amazon Resource Name (ARN) of organization conformance pack.

#organization_conformance_pack_nameString

The name you assign to an organization conformance pack.

Returns:

  • (String)

    The name you assign to an organization conformance pack.