GetConformancePackResult

data class GetConformancePackResult(val conformancePackInputParameters: List<ConformancePackInputParameter>? = null, val deliveryS3Bucket: String? = null, val deliveryS3KeyPrefix: String? = null)

Constructors

Link copied to clipboard
constructor(conformancePackInputParameters: List<ConformancePackInputParameter>? = null, deliveryS3Bucket: String? = null, deliveryS3KeyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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 delivery S3 bucket.