Get Organization Conformance Pack Result
data class GetOrganizationConformancePackResult(val conformancePackInputParameters: List<OrganizationConformancePackConformancePackInputParameter>? = null, val deliveryS3Bucket: String? = null, val deliveryS3KeyPrefix: String? = null, val excludedAccounts: List<String>? = null)
Properties
Link copied to clipboard
val conformancePackInputParameters: List<OrganizationConformancePackConformancePackInputParameter>? = null
A list of ConformancePackInputParameter objects.
Link copied to clipboard
AWS Config stores intermediate files while processing conformance pack template.
Link copied to clipboard
The prefix for the delivery S3 bucket.
Link copied to clipboard
A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.