ConformancePackStatusDetail - AWS Config

ConformancePackStatusDetail

Status details of a conformance pack.

Contents

ConformancePackArn

Amazon Resource Name (ARN) of comformance pack.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Required: Yes

ConformancePackId

ID of the conformance pack.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Required: Yes

ConformancePackName

Name of the conformance pack.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: [a-zA-Z][-a-zA-Z0-9]*

Required: Yes

ConformancePackState

Indicates deployment status of conformance pack.

AWS Config sets the state of the conformance pack to:

  • CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.

  • CREATE_COMPLETE when a conformance pack has been successfully created in your account.

  • CREATE_FAILED when a conformance pack creation failed in your account.

  • DELETE_IN_PROGRESS when a conformance pack deletion is in progress.

  • DELETE_FAILED when a conformance pack deletion failed in your account.

Type: String

Valid Values: CREATE_IN_PROGRESS | CREATE_COMPLETE | CREATE_FAILED | DELETE_IN_PROGRESS | DELETE_FAILED

Required: Yes

LastUpdateRequestedTime

Last time when conformation pack creation and update was requested.

Type: Timestamp

Required: Yes

StackArn

Amazon Resource Name (ARN) of AWS CloudFormation stack.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Required: Yes

ConformancePackStatusReason

The reason of conformance pack creation failure.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 2000.

Required: No

LastUpdateCompletedTime

Last time when conformation pack creation and update was successful.

Type: Timestamp

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: