| Package | Description |
|---|---|
| software.amazon.awscdk.services.config |
AWS Config Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnConformancePack.Builder |
CfnConformancePack.Builder.conformancePackInputParameters(IResolvable conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
|
CfnConformancePack.Builder |
CfnConformancePack.Builder.conformancePackInputParameters(List<? extends Object> conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
|
CfnConformancePack.Builder |
CfnConformancePack.Builder.conformancePackName(String conformancePackName)
Name of the conformance pack you want to create.
|
static CfnConformancePack.Builder |
CfnConformancePack.Builder.create(software.constructs.Construct scope,
String id) |
CfnConformancePack.Builder |
CfnConformancePack.Builder.deliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where AWS Config stores conformance pack templates.
|
CfnConformancePack.Builder |
CfnConformancePack.Builder.deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
|
CfnConformancePack.Builder |
CfnConformancePack.Builder.templateBody(String templateBody)
A string containing full conformance pack template body.
|
CfnConformancePack.Builder |
CfnConformancePack.Builder.templateS3Uri(String templateS3Uri)
Location of file containing the template body (s3://bucketname/prefix).
|
CfnConformancePack.Builder |
CfnConformancePack.Builder.templateSsmDocumentDetails(Object templateSsmDocumentDetails)
`AWS::Config::ConformancePack.TemplateSSMDocumentDetails`.
|
Copyright © 2022. All rights reserved.