@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.698Z") @Stability(value=Stable) public interface CfnOrganizationConformancePackProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.config.*;
CfnOrganizationConformancePackProps cfnOrganizationConformancePackProps = CfnOrganizationConformancePackProps.builder()
.organizationConformancePackName("organizationConformancePackName")
// the properties below are optional
.conformancePackInputParameters(List.of(ConformancePackInputParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.deliveryS3Bucket("deliveryS3Bucket")
.deliveryS3KeyPrefix("deliveryS3KeyPrefix")
.excludedAccounts(List.of("excludedAccounts"))
.templateBody("templateBody")
.templateS3Uri("templateS3Uri")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnOrganizationConformancePackProps.Builder
A builder for
CfnOrganizationConformancePackProps |
static class |
CfnOrganizationConformancePackProps.Jsii$Proxy
An implementation for
CfnOrganizationConformancePackProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnOrganizationConformancePackProps.Builder |
builder() |
default Object |
getConformancePackInputParameters()
`AWS::Config::OrganizationConformancePack.ConformancePackInputParameters`.
|
default String |
getDeliveryS3Bucket()
`AWS::Config::OrganizationConformancePack.DeliveryS3Bucket`.
|
default String |
getDeliveryS3KeyPrefix()
`AWS::Config::OrganizationConformancePack.DeliveryS3KeyPrefix`.
|
default List<String> |
getExcludedAccounts()
`AWS::Config::OrganizationConformancePack.ExcludedAccounts`.
|
String |
getOrganizationConformancePackName()
`AWS::Config::OrganizationConformancePack.OrganizationConformancePackName`.
|
default String |
getTemplateBody()
`AWS::Config::OrganizationConformancePack.TemplateBody`.
|
default String |
getTemplateS3Uri()
`AWS::Config::OrganizationConformancePack.TemplateS3Uri`.
|
@Stability(value=Stable) @Nullable default Object getConformancePackInputParameters()
@Stability(value=Stable) @Nullable default String getDeliveryS3Bucket()
@Stability(value=Stable) @Nullable default String getDeliveryS3KeyPrefix()
@Stability(value=Stable) @Nullable default List<String> getExcludedAccounts()
@Stability(value=Stable) @NotNull String getOrganizationConformancePackName()
@Stability(value=Stable) @Nullable default String getTemplateBody()
@Stability(value=Stable) @Nullable default String getTemplateS3Uri()
@Stability(value=Stable) static CfnOrganizationConformancePackProps.Builder builder()
Copyright © 2021. All rights reserved.