OrganizationConformancePack
public struct OrganizationConformancePack : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of ConformancePackInputParameter objects.
Declaration
Swift
public let conformancePackInputParameters: [ConformancePackInputParameter]?
-
Location of an Amazon S3 bucket where AWS Config can deliver evaluation results and conformance pack template that is used to create a pack.
Declaration
Swift
public let deliveryS3Bucket: String
-
Any folder structure you want to add to an Amazon S3 bucket.
Declaration
Swift
public let deliveryS3KeyPrefix: String?
-
A comma-separated list of accounts excluded from organization conformance pack.
Declaration
Swift
public let excludedAccounts: [String]?
-
Last time when organization conformation pack was updated.
Declaration
Swift
public let lastUpdateTime: TimeStamp
-
Amazon Resource Name (ARN) of organization conformance pack.
Declaration
Swift
public let organizationConformancePackArn: String
-
The name you assign to an organization conformance pack.
Declaration
Swift
public let organizationConformancePackName: String
-
init(conformancePackInputParameters:deliveryS3Bucket:deliveryS3KeyPrefix:excludedAccounts:lastUpdateTime:organizationConformancePackArn:organizationConformancePackName:)
Undocumented
Declaration
Swift
public init(conformancePackInputParameters: [ConformancePackInputParameter]? = nil, deliveryS3Bucket: String, deliveryS3KeyPrefix: String? = nil, excludedAccounts: [String]? = nil, lastUpdateTime: TimeStamp, organizationConformancePackArn: String, organizationConformancePackName: String)