ConformancePackDetail
public struct ConformancePackDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Amazon Resource Name (ARN) of the conformance pack.
Declaration
Swift
public let conformancePackArn: String
-
ID of the conformance pack.
Declaration
Swift
public let conformancePackId: String
-
A list of ConformancePackInputParameter objects.
Declaration
Swift
public let conformancePackInputParameters: [ConformancePackInputParameter]?
-
Name of the conformance pack.
Declaration
Swift
public let conformancePackName: String
-
AWS service that created the conformance pack.
Declaration
Swift
public let createdBy: String?
-
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/*”.
Declaration
Swift
public let deliveryS3Bucket: String
-
The prefix for the Amazon S3 bucket.
Declaration
Swift
public let deliveryS3KeyPrefix: String?
-
Last time when conformation pack update was requested.
Declaration
Swift
public let lastUpdateRequestedTime: TimeStamp?
-
init(conformancePackArn:conformancePackId:conformancePackInputParameters:conformancePackName:createdBy:deliveryS3Bucket:deliveryS3KeyPrefix:lastUpdateRequestedTime:)
Undocumented
Declaration
Swift
public init(conformancePackArn: String, conformancePackId: String, conformancePackInputParameters: [ConformancePackInputParameter]? = nil, conformancePackName: String, createdBy: String? = nil, deliveryS3Bucket: String, deliveryS3KeyPrefix: String? = nil, lastUpdateRequestedTime: TimeStamp? = nil)