Class CfnOrganizationConformancePackPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.config.CfnOrganizationConformancePackPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOrganizationConformancePackPropsMixin>
- Enclosing class:
CfnOrganizationConformancePackPropsMixin
@Stability(Stable)
public static final class CfnOrganizationConformancePackPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOrganizationConformancePackPropsMixin>
A fluent builder for
CfnOrganizationConformancePackPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()conformancePackInputParameters(List<? extends Object> conformancePackInputParameters) A list ofConformancePackInputParameterobjects.conformancePackInputParameters(IResolvable conformancePackInputParameters) A list ofConformancePackInputParameterobjects.create()create(CfnPropertyMixinOptions options) deliveryS3Bucket(String deliveryS3Bucket) The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.deliveryS3KeyPrefix(String deliveryS3KeyPrefix) Any folder structure you want to add to an Amazon S3 bucket.excludedAccounts(List<String> excludedAccounts) A comma-separated list of accounts excluded from organization conformance pack.organizationConformancePackName(String organizationConformancePackName) The name you assign to an organization conformance pack.templateBody(String templateBody) A string containing full conformance pack template body.templateS3Uri(String templateS3Uri) Location of file containing the template body.
-
Method Details
-
create
@Stability(Stable) public static CfnOrganizationConformancePackPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnOrganizationConformancePackPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnOrganizationConformancePackPropsMixin.Builder.
-
conformancePackInputParameters
@Stability(Stable) public CfnOrganizationConformancePackPropsMixin.Builder conformancePackInputParameters(IResolvable conformancePackInputParameters) A list ofConformancePackInputParameterobjects.- Parameters:
conformancePackInputParameters- A list ofConformancePackInputParameterobjects. This parameter is required.- Returns:
this- See Also:
-
conformancePackInputParameters
@Stability(Stable) public CfnOrganizationConformancePackPropsMixin.Builder conformancePackInputParameters(List<? extends Object> conformancePackInputParameters) A list ofConformancePackInputParameterobjects.- Parameters:
conformancePackInputParameters- A list ofConformancePackInputParameterobjects. This parameter is required.- Returns:
this- See Also:
-
deliveryS3Bucket
@Stability(Stable) public CfnOrganizationConformancePackPropsMixin.Builder deliveryS3Bucket(String deliveryS3Bucket) The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.This field is optional.
- Parameters:
deliveryS3Bucket- The name of the Amazon S3 bucket where AWS Config stores conformance pack templates. This parameter is required.- Returns:
this- See Also:
-
deliveryS3KeyPrefix
@Stability(Stable) public CfnOrganizationConformancePackPropsMixin.Builder deliveryS3KeyPrefix(String deliveryS3KeyPrefix) Any folder structure you want to add to an Amazon S3 bucket.This field is optional.
- Parameters:
deliveryS3KeyPrefix- Any folder structure you want to add to an Amazon S3 bucket. This parameter is required.- Returns:
this- See Also:
-
excludedAccounts
@Stability(Stable) public CfnOrganizationConformancePackPropsMixin.Builder excludedAccounts(List<String> excludedAccounts) A comma-separated list of accounts excluded from organization conformance pack.- Parameters:
excludedAccounts- A comma-separated list of accounts excluded from organization conformance pack. This parameter is required.- Returns:
this- See Also:
-
organizationConformancePackName
@Stability(Stable) public CfnOrganizationConformancePackPropsMixin.Builder organizationConformancePackName(String organizationConformancePackName) The name you assign to an organization conformance pack.- Parameters:
organizationConformancePackName- The name you assign to an organization conformance pack. This parameter is required.- Returns:
this- See Also:
-
templateBody
@Stability(Stable) public CfnOrganizationConformancePackPropsMixin.Builder templateBody(String 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.
- Parameters:
templateBody- A string containing full conformance pack template body. This parameter is required.- Returns:
this- See Also:
-
templateS3Uri
@Stability(Stable) public CfnOrganizationConformancePackPropsMixin.Builder templateS3Uri(String templateS3Uri) Location of file containing the template body.The uri must point to the conformance pack template (max size: 300 KB).
- Parameters:
templateS3Uri- Location of file containing the template body. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOrganizationConformancePackPropsMixin>- Returns:
- a newly built instance of
CfnOrganizationConformancePackPropsMixin.
-