Class: Aws::ConfigService::Types::ConformancePackDetail

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

Overview

Returns details of a conformance pack. A conformance pack is a collection of AWS Config rules and remediation actions that can be easily deployed in an account and a region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_arnString

Amazon Resource Name (ARN) of the conformance pack.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
# File 'lib/aws-sdk-configservice/types.rb', line 1653

class ConformancePackDetail < Struct.new(
  :conformance_pack_name,
  :conformance_pack_arn,
  :conformance_pack_id,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :last_update_requested_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#conformance_pack_idString

ID of the conformance pack.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
# File 'lib/aws-sdk-configservice/types.rb', line 1653

class ConformancePackDetail < Struct.new(
  :conformance_pack_name,
  :conformance_pack_arn,
  :conformance_pack_id,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :last_update_requested_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#conformance_pack_input_parametersArray<Types::ConformancePackInputParameter>

A list of ‘ConformancePackInputParameter` objects.



1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
# File 'lib/aws-sdk-configservice/types.rb', line 1653

class ConformancePackDetail < Struct.new(
  :conformance_pack_name,
  :conformance_pack_arn,
  :conformance_pack_id,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :last_update_requested_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#conformance_pack_nameString

Name of the conformance pack.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
# File 'lib/aws-sdk-configservice/types.rb', line 1653

class ConformancePackDetail < Struct.new(
  :conformance_pack_name,
  :conformance_pack_arn,
  :conformance_pack_id,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :last_update_requested_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

AWS service that created the conformance pack.

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
# File 'lib/aws-sdk-configservice/types.rb', line 1653

class ConformancePackDetail < Struct.new(
  :conformance_pack_name,
  :conformance_pack_arn,
  :conformance_pack_id,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :last_update_requested_time,
  :created_by)
  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)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
# File 'lib/aws-sdk-configservice/types.rb', line 1653

class ConformancePackDetail < Struct.new(
  :conformance_pack_name,
  :conformance_pack_arn,
  :conformance_pack_id,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :last_update_requested_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_s3_key_prefixString

The prefix for the Amazon S3 bucket.

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

</note>

Returns:

  • (String)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
# File 'lib/aws-sdk-configservice/types.rb', line 1653

class ConformancePackDetail < Struct.new(
  :conformance_pack_name,
  :conformance_pack_arn,
  :conformance_pack_id,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :last_update_requested_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_requested_timeTime

Last time when conformation pack update was requested.

Returns:

  • (Time)


1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
# File 'lib/aws-sdk-configservice/types.rb', line 1653

class ConformancePackDetail < Struct.new(
  :conformance_pack_name,
  :conformance_pack_arn,
  :conformance_pack_id,
  :delivery_s3_bucket,
  :delivery_s3_key_prefix,
  :conformance_pack_input_parameters,
  :last_update_requested_time,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end