@Stability(value=Stable) public static final class CfnOrganizationConformancePackProps.Builder extends Object implements software.amazon.jsii.Builder<CfnOrganizationConformancePackProps>
CfnOrganizationConformancePackProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnOrganizationConformancePackProps.Builder organizationConformancePackName(String organizationConformancePackName)
CfnOrganizationConformancePackProps.getOrganizationConformancePackName()organizationConformancePackName - The name you assign to an organization conformance pack. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePackProps.Builder conformancePackInputParameters(IResolvable conformancePackInputParameters)
CfnOrganizationConformancePackProps.getConformancePackInputParameters()conformancePackInputParameters - A list of `ConformancePackInputParameter` objects.this@Stability(value=Stable) public CfnOrganizationConformancePackProps.Builder conformancePackInputParameters(List<? extends Object> conformancePackInputParameters)
CfnOrganizationConformancePackProps.getConformancePackInputParameters()conformancePackInputParameters - A list of `ConformancePackInputParameter` objects.this@Stability(value=Stable) public CfnOrganizationConformancePackProps.Builder deliveryS3Bucket(String deliveryS3Bucket)
CfnOrganizationConformancePackProps.getDeliveryS3Bucket()deliveryS3Bucket - The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.
This field is optional.
this@Stability(value=Stable) public CfnOrganizationConformancePackProps.Builder deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
CfnOrganizationConformancePackProps.getDeliveryS3KeyPrefix()deliveryS3KeyPrefix - Any folder structure you want to add to an Amazon S3 bucket.
This field is optional.
this@Stability(value=Stable) public CfnOrganizationConformancePackProps.Builder excludedAccounts(List<String> excludedAccounts)
CfnOrganizationConformancePackProps.getExcludedAccounts()excludedAccounts - A comma-separated list of accounts excluded from organization conformance pack.this@Stability(value=Stable) public CfnOrganizationConformancePackProps.Builder templateBody(String templateBody)
CfnOrganizationConformancePackProps.getTemplateBody()templateBody - A string containing full conformance pack template body.
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.this@Stability(value=Stable) public CfnOrganizationConformancePackProps.Builder templateS3Uri(String templateS3Uri)
CfnOrganizationConformancePackProps.getTemplateS3Uri()templateS3Uri - Location of file containing the template body.
The uri must point to the conformance pack template (max size: 300 KB).this@Stability(value=Stable) public CfnOrganizationConformancePackProps build()
build in interface software.amazon.jsii.Builder<CfnOrganizationConformancePackProps>CfnOrganizationConformancePackPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.