Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.config.CfnOrganizationConformancePackPropsMixin.Builder
Packages that use CfnOrganizationConformancePackPropsMixin.Builder
-
Uses of CfnOrganizationConformancePackPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.config
Methods in software.amazon.awscdk.cfnpropertymixins.services.config that return CfnOrganizationConformancePackPropsMixin.BuilderModifier and TypeMethodDescriptionCfnOrganizationConformancePackPropsMixin.Builder.conformancePackInputParameters(List<? extends Object> conformancePackInputParameters) A list ofConformancePackInputParameterobjects.CfnOrganizationConformancePackPropsMixin.Builder.conformancePackInputParameters(IResolvable conformancePackInputParameters) A list ofConformancePackInputParameterobjects.CfnOrganizationConformancePackPropsMixin.Builder.create()CfnOrganizationConformancePackPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnOrganizationConformancePackPropsMixin.Builder.deliveryS3Bucket(String deliveryS3Bucket) The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.CfnOrganizationConformancePackPropsMixin.Builder.deliveryS3KeyPrefix(String deliveryS3KeyPrefix) Any folder structure you want to add to an Amazon S3 bucket.CfnOrganizationConformancePackPropsMixin.Builder.excludedAccounts(List<String> excludedAccounts) A comma-separated list of accounts excluded from organization conformance pack.CfnOrganizationConformancePackPropsMixin.Builder.organizationConformancePackName(String organizationConformancePackName) The name you assign to an organization conformance pack.CfnOrganizationConformancePackPropsMixin.Builder.templateBody(String templateBody) A string containing full conformance pack template body.CfnOrganizationConformancePackPropsMixin.Builder.templateS3Uri(String templateS3Uri) Location of file containing the template body.