@Stability(value=Stable) public static final class CfnOrganizationConformancePack.Builder extends Object implements software.amazon.jsii.Builder<CfnOrganizationConformancePack>
CfnOrganizationConformancePack.| Modifier and Type | Method and Description |
|---|---|
CfnOrganizationConformancePack |
build() |
CfnOrganizationConformancePack.Builder |
conformancePackInputParameters(IResolvable conformancePackInputParameters)
`AWS::Config::OrganizationConformancePack.ConformancePackInputParameters`.
|
CfnOrganizationConformancePack.Builder |
conformancePackInputParameters(List<? extends Object> conformancePackInputParameters)
`AWS::Config::OrganizationConformancePack.ConformancePackInputParameters`.
|
static CfnOrganizationConformancePack.Builder |
create(software.constructs.Construct scope,
String id) |
CfnOrganizationConformancePack.Builder |
deliveryS3Bucket(String deliveryS3Bucket)
`AWS::Config::OrganizationConformancePack.DeliveryS3Bucket`.
|
CfnOrganizationConformancePack.Builder |
deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
`AWS::Config::OrganizationConformancePack.DeliveryS3KeyPrefix`.
|
CfnOrganizationConformancePack.Builder |
excludedAccounts(List<String> excludedAccounts)
`AWS::Config::OrganizationConformancePack.ExcludedAccounts`.
|
CfnOrganizationConformancePack.Builder |
organizationConformancePackName(String organizationConformancePackName)
`AWS::Config::OrganizationConformancePack.OrganizationConformancePackName`.
|
CfnOrganizationConformancePack.Builder |
templateBody(String templateBody)
`AWS::Config::OrganizationConformancePack.TemplateBody`.
|
CfnOrganizationConformancePack.Builder |
templateS3Uri(String templateS3Uri)
`AWS::Config::OrganizationConformancePack.TemplateS3Uri`.
|
@Stability(value=Stable) public static CfnOrganizationConformancePack.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.CfnOrganizationConformancePack.ConformancePackInputParameterProperty.Builder.@Stability(value=Stable) public CfnOrganizationConformancePack.Builder organizationConformancePackName(String organizationConformancePackName)
organizationConformancePackName - `AWS::Config::OrganizationConformancePack.OrganizationConformancePackName`. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder conformancePackInputParameters(IResolvable conformancePackInputParameters)
conformancePackInputParameters - `AWS::Config::OrganizationConformancePack.ConformancePackInputParameters`. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder conformancePackInputParameters(List<? extends Object> conformancePackInputParameters)
conformancePackInputParameters - `AWS::Config::OrganizationConformancePack.ConformancePackInputParameters`. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder deliveryS3Bucket(String deliveryS3Bucket)
deliveryS3Bucket - `AWS::Config::OrganizationConformancePack.DeliveryS3Bucket`. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder deliveryS3KeyPrefix(String deliveryS3KeyPrefix)
deliveryS3KeyPrefix - `AWS::Config::OrganizationConformancePack.DeliveryS3KeyPrefix`. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder excludedAccounts(List<String> excludedAccounts)
excludedAccounts - `AWS::Config::OrganizationConformancePack.ExcludedAccounts`. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder templateBody(String templateBody)
templateBody - `AWS::Config::OrganizationConformancePack.TemplateBody`. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack.Builder templateS3Uri(String templateS3Uri)
templateS3Uri - `AWS::Config::OrganizationConformancePack.TemplateS3Uri`. This parameter is required.this@Stability(value=Stable) public CfnOrganizationConformancePack build()
build in interface software.amazon.jsii.Builder<CfnOrganizationConformancePack>Copyright © 2021. All rights reserved.