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

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

Overview

An organization conformance pack that has information about conformance packs that AWS 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.



5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
# File 'lib/aws-sdk-configservice/types.rb', line 5873

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

Amazon S3 bucket where AWS Config stores conformance pack templates.

<note markdown=“1”> This field is optional.

</note>

Returns:

  • (String)


5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
# File 'lib/aws-sdk-configservice/types.rb', line 5873

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.

<note markdown=“1”> This field is optional.

</note>

Returns:

  • (String)


5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
# File 'lib/aws-sdk-configservice/types.rb', line 5873

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


5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
# File 'lib/aws-sdk-configservice/types.rb', line 5873

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)


5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
# File 'lib/aws-sdk-configservice/types.rb', line 5873

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)


5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
# File 'lib/aws-sdk-configservice/types.rb', line 5873

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)


5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
# File 'lib/aws-sdk-configservice/types.rb', line 5873

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