Organization Conformance Pack Args
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
fun OrganizationConformancePackArgs(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)
Functions
Properties
Link copied to clipboard
val conformancePackInputParameters: Output<List<OrganizationConformancePackConformancePackInputParameterArgs>>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard