| Package | Description |
|---|---|
| software.amazon.awscdk.services.config |
AWS Config Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnOrganizationConformancePack.Builder |
CfnOrganizationConformancePack.Builder.conformancePackInputParameters(IResolvable conformancePackInputParameters)
A list of `ConformancePackInputParameter` objects.
|
CfnOrganizationConformancePack.Builder |
CfnOrganizationConformancePack.Builder.conformancePackInputParameters(List<? extends Object> conformancePackInputParameters)
A list of `ConformancePackInputParameter` objects.
|
static CfnOrganizationConformancePack.Builder |
CfnOrganizationConformancePack.Builder.create(software.constructs.Construct scope,
String id) |
CfnOrganizationConformancePack.Builder |
CfnOrganizationConformancePack.Builder.deliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.
|
CfnOrganizationConformancePack.Builder |
CfnOrganizationConformancePack.Builder.deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
Any folder structure you want to add to an Amazon S3 bucket.
|
CfnOrganizationConformancePack.Builder |
CfnOrganizationConformancePack.Builder.excludedAccounts(List<String> excludedAccounts)
A comma-separated list of accounts excluded from organization conformance pack.
|
CfnOrganizationConformancePack.Builder |
CfnOrganizationConformancePack.Builder.organizationConformancePackName(String organizationConformancePackName)
The name you assign to an organization conformance pack.
|
CfnOrganizationConformancePack.Builder |
CfnOrganizationConformancePack.Builder.templateBody(String templateBody)
A string containing full conformance pack template body.
|
CfnOrganizationConformancePack.Builder |
CfnOrganizationConformancePack.Builder.templateS3Uri(String templateS3Uri)
Location of file containing the template body.
|
Copyright © 2022. All rights reserved.