@Stability(value=Stable) public static final class CfnOrganizationConformancePack.Builder extends Object implements software.amazon.jsii.Builder<CfnOrganizationConformancePack>
CfnOrganizationConformancePack.| Modifier and Type | Method and Description |
|---|---|
CfnOrganizationConformancePack |
build() |
CfnOrganizationConformancePack.Builder |
conformancePackInputParameters(IResolvable conformancePackInputParameters)
A list of `ConformancePackInputParameter` objects.
|
CfnOrganizationConformancePack.Builder |
conformancePackInputParameters(List<? extends Object> conformancePackInputParameters)
A list of `ConformancePackInputParameter` objects.
|
static CfnOrganizationConformancePack.Builder |
create(software.constructs.Construct scope,
String id) |
CfnOrganizationConformancePack.Builder |
deliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.
|
CfnOrganizationConformancePack.Builder |
deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
Any folder structure you want to add to an Amazon S3 bucket.
|
CfnOrganizationConformancePack.Builder |
excludedAccounts(List<String> excludedAccounts)
A comma-separated list of accounts excluded from organization conformance pack.
|
CfnOrganizationConformancePack.Builder |
organizationConformancePackName(String organizationConformancePackName)
The name you assign to an organization conformance pack.
|
CfnOrganizationConformancePack.Builder |
templateBody(String templateBody)
A string containing full conformance pack template body.
|
CfnOrganizationConformancePack.Builder |
templateS3Uri(String templateS3Uri)
Location of file containing the template body.
|
@Stability(value=Stable) public static CfnOrganizationConformancePack.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnOrganizationConformancePack.ConformancePackInputParameterProperty.Builder.@Stability(value=Stable) public CfnOrganizationConformancePack.Builder organizationConformancePackName(String organizationConformancePackName)
organizationConformancePackName - The name you assign to an organization conformance pack. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder conformancePackInputParameters(IResolvable conformancePackInputParameters)
conformancePackInputParameters - A list of `ConformancePackInputParameter` objects. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder conformancePackInputParameters(List<? extends Object> conformancePackInputParameters)
conformancePackInputParameters - A list of `ConformancePackInputParameter` objects. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder deliveryS3Bucket(String deliveryS3Bucket)
This field is optional.
deliveryS3Bucket - The name of the Amazon S3 bucket where AWS Config stores conformance pack templates. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
This field is optional.
deliveryS3KeyPrefix - Any folder structure you want to add to an Amazon S3 bucket. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder excludedAccounts(List<String> excludedAccounts)
excludedAccounts - A comma-separated list of accounts excluded from organization conformance pack. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder templateBody(String templateBody)
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
templateBody - A string containing full conformance pack template body. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder templateS3Uri(String templateS3Uri)
The uri must point to the conformance pack template (max size: 300 KB).
templateS3Uri - Location of file containing the template body. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack build()
build in interface software.amazon.jsii.Builder<CfnOrganizationConformancePack>Copyright © 2022. All rights reserved.