@Stability(value=Stable) public static final class CfnConformancePack.Builder extends Object implements software.amazon.jsii.Builder<CfnConformancePack>
CfnConformancePack.| Modifier and Type | Method and Description |
|---|---|
CfnConformancePack |
build() |
CfnConformancePack.Builder |
conformancePackInputParameters(IResolvable conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
|
CfnConformancePack.Builder |
conformancePackInputParameters(List<? extends Object> conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
|
CfnConformancePack.Builder |
conformancePackName(String conformancePackName)
Name of the conformance pack you want to create.
|
static CfnConformancePack.Builder |
create(software.constructs.Construct scope,
String id) |
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)
`AWS::Config::ConformancePack.TemplateSSMDocumentDetails`.
|
@Stability(value=Stable) public static CfnConformancePack.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnConformancePack.ConformancePackInputParameterProperty.Builder.@Stability(value=Stable) public CfnConformancePack.Builder conformancePackName(String conformancePackName)
conformancePackName - Name of the conformance pack you want to create. This parameter is required.this@Stability(value=Stable) public CfnConformancePack.Builder conformancePackInputParameters(IResolvable conformancePackInputParameters)
conformancePackInputParameters - A list of ConformancePackInputParameter objects. This parameter is required.this@Stability(value=Stable) public CfnConformancePack.Builder conformancePackInputParameters(List<? extends Object> conformancePackInputParameters)
conformancePackInputParameters - A list of ConformancePackInputParameter objects. This parameter is required.this@Stability(value=Stable) public CfnConformancePack.Builder deliveryS3Bucket(String deliveryS3Bucket)
deliveryS3Bucket - The name of the Amazon S3 bucket where AWS Config stores conformance pack templates. This parameter is required.this@Stability(value=Stable) public CfnConformancePack.Builder deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
deliveryS3KeyPrefix - The prefix for the Amazon S3 bucket. This parameter is required.this@Stability(value=Stable) public CfnConformancePack.Builder templateBody(String templateBody)
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
You can only use a YAML template with two resource types: config rule (
AWS::Config::ConfigRule) and a remediation action (AWS::Config::RemediationConfiguration).
templateBody - A string containing full conformance pack template body. This parameter is required.this@Stability(value=Stable) public CfnConformancePack.Builder templateS3Uri(String templateS3Uri)
The uri must point to the conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket.
You must have access to read Amazon S3 bucket.
templateS3Uri - Location of file containing the template body (s3://bucketname/prefix). This parameter is required.this@Stability(value=Stable) public CfnConformancePack.Builder templateSsmDocumentDetails(Object templateSsmDocumentDetails)
templateSsmDocumentDetails - `AWS::Config::ConformancePack.TemplateSSMDocumentDetails`. This parameter is required.this@Stability(value=Stable) public CfnConformancePack build()
build in interface software.amazon.jsii.Builder<CfnConformancePack>Copyright © 2022. All rights reserved.