Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_input_parametersArray<Types::ConformancePackInputParameter>

A list of ConformancePackInputParameter objects.


6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6276

class OrganizationConformancePack < Struct.new(
  :organization_conformance_pack_name,
  :organization_conformance_pack_arn,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_s3_bucketString

The name of the Amazon S3 bucket where Config stores conformance pack templates.

This field is optional.

Returns:

  • (String)

6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6276

class OrganizationConformancePack < Struct.new(
  :organization_conformance_pack_name,
  :organization_conformance_pack_arn,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_s3_key_prefixString

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

This field is optional.

Returns:

  • (String)

6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6276

class OrganizationConformancePack < Struct.new(
  :organization_conformance_pack_name,
  :organization_conformance_pack_arn,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#excluded_accountsArray<String>

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

Returns:

  • (Array<String>)

6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6276

class OrganizationConformancePack < Struct.new(
  :organization_conformance_pack_name,
  :organization_conformance_pack_arn,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

Last time when organization conformation pack was updated.

Returns:

  • (Time)

6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6276

class OrganizationConformancePack < Struct.new(
  :organization_conformance_pack_name,
  :organization_conformance_pack_arn,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#organization_conformance_pack_arnString

Amazon Resource Name (ARN) of organization conformance pack.

Returns:

  • (String)

6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6276

class OrganizationConformancePack < Struct.new(
  :organization_conformance_pack_name,
  :organization_conformance_pack_arn,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#organization_conformance_pack_nameString

The name you assign to an organization conformance pack.

Returns:

  • (String)

6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6276

class OrganizationConformancePack < Struct.new(
  :organization_conformance_pack_name,
  :organization_conformance_pack_arn,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :excluded_accounts,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end