OrganizationConformancePackArgs

data class OrganizationConformancePackArgs(val conformancePackInputParameters: Output<List<OrganizationConformancePackConformancePackInputParameterArgs>>? = null, val deliveryS3Bucket: Output<String>? = null, val deliveryS3KeyPrefix: Output<String>? = null, val excludedAccounts: Output<List<String>>? = null, val organizationConformancePackName: Output<String>? = null, val templateBody: Output<String>? = null, val templateS3Uri: Output<String>? = null) : ConvertibleToJava<OrganizationConformancePackArgs>

Resource schema for AWS::Config::OrganizationConformancePack.

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(conformancePackInputParameters: Output<List<OrganizationConformancePackConformancePackInputParameterArgs>>? = null, deliveryS3Bucket: Output<String>? = null, deliveryS3KeyPrefix: Output<String>? = null, excludedAccounts: Output<List<String>>? = null, organizationConformancePackName: Output<String>? = null, templateBody: Output<String>? = null, templateS3Uri: Output<String>? = null)

Properties

Link copied to clipboard

A list of ConformancePackInputParameter objects.

Link copied to clipboard
val deliveryS3Bucket: Output<String>? = null

AWS Config stores intermediate files while processing conformance pack template.

Link copied to clipboard
val deliveryS3KeyPrefix: Output<String>? = null

The prefix for the delivery S3 bucket.

Link copied to clipboard
val excludedAccounts: Output<List<String>>? = null

A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.

Link copied to clipboard

The name of the organization conformance pack.

Link copied to clipboard
val templateBody: Output<String>? = null

A string containing full conformance pack template body.

Link copied to clipboard
val templateS3Uri: Output<String>? = null

Location of file containing the template body.

Functions

Link copied to clipboard
open override fun toJava(): OrganizationConformancePackArgs