ConformancePackStatusDetail
public struct ConformancePackStatusDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Amazon Resource Name (ARN) of comformance pack.
Declaration
Swift
public let conformancePackArn: String
-
ID of the conformance pack.
Declaration
Swift
public let conformancePackId: String
-
Name of the conformance pack.
Declaration
Swift
public let conformancePackName: String
-
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.
Declaration
Swift
public let conformancePackState: ConformancePackState
-
The reason of conformance pack creation failure.
Declaration
Swift
public let conformancePackStatusReason: String?
-
Last time when conformation pack creation and update was successful.
Declaration
Swift
public let lastUpdateCompletedTime: TimeStamp?
-
Last time when conformation pack creation and update was requested.
Declaration
Swift
public let lastUpdateRequestedTime: TimeStamp
-
Amazon Resource Name (ARN) of AWS CloudFormation stack.
Declaration
Swift
public let stackArn: String
-
init(conformancePackArn:conformancePackId:conformancePackName:conformancePackState:conformancePackStatusReason:lastUpdateCompletedTime:lastUpdateRequestedTime:stackArn:)
Undocumented
Declaration
Swift
public init(conformancePackArn: String, conformancePackId: String, conformancePackName: String, conformancePackState: ConformancePackState, conformancePackStatusReason: String? = nil, lastUpdateCompletedTime: TimeStamp? = nil, lastUpdateRequestedTime: TimeStamp, stackArn: String)