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.



5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5824

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)


5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5824

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)


5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5824

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>)


5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5824

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)


5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5824

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)


5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5824

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)


5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5824

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