conformancePackState property
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.
Implementation
final ConformancePackState conformancePackState;