Uses of Class
software.amazon.awscdk.services.config.CfnConformancePack.Builder
-
Uses of CfnConformancePack.Builder in software.amazon.awscdk.services.config
Modifier and TypeMethodDescriptionCfnConformancePack.Builder.conformancePackInputParameters
(List<? extends Object> conformancePackInputParameters) A list of ConformancePackInputParameter objects.CfnConformancePack.Builder.conformancePackInputParameters
(IResolvable conformancePackInputParameters) A list of ConformancePackInputParameter objects.CfnConformancePack.Builder.conformancePackName
(String conformancePackName) Name of the conformance pack you want to create.static CfnConformancePack.Builder
CfnConformancePack.Builder.deliveryS3Bucket
(String deliveryS3Bucket) The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.CfnConformancePack.Builder.deliveryS3KeyPrefix
(String deliveryS3KeyPrefix) The prefix for the Amazon S3 bucket.CfnConformancePack.Builder.templateBody
(String templateBody) A string containing full conformance pack template body.CfnConformancePack.Builder.templateS3Uri
(String templateS3Uri) Location of file containing the template body (s3://bucketname/prefix).CfnConformancePack.Builder.templateSsmDocumentDetails
(Object templateSsmDocumentDetails) An object that contains the name or Amazon Resource Name (ARN) of the AWS Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.