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

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

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_arnString

Amazon Resource Name (ARN) of the conformance pack.

Returns:

  • (String)

    Amazon Resource Name (ARN) of the conformance pack.

#conformance_pack_idString

ID of the conformance pack.

Returns:

  • (String)

    ID of the conformance pack.

#conformance_pack_input_parametersArray<Types::ConformancePackInputParameter>

A list of ConformancePackInputParameter objects.

Returns:

#conformance_pack_nameString

Name of the conformance pack.

Returns:

  • (String)

    Name of the conformance pack.

#created_byString

AWS service that created the conformance pack.

Returns:

  • (String)

    AWS service that created the conformance pack.

#delivery_s3_bucketString

Conformance pack template that is used to create a pack. The delivery bucket name should start with awsconfigconforms. For example: \"Resource\": \"arn:aws:s3:::your_bucket_name/*\".

Returns:

  • (String)

    Conformance pack template that is used to create a pack.

#delivery_s3_key_prefixString

The prefix for the Amazon S3 bucket.

Returns:

  • (String)

    The prefix for the Amazon S3 bucket.

#last_update_requested_timeTime

Last time when conformation pack update was requested.

Returns:

  • (Time)

    Last time when conformation pack update was requested.