@Stability(value=Stable)
public static interface CfnConfigRule.CustomPolicyDetailsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
CustomPolicyDetailsProperty customPolicyDetailsProperty = CustomPolicyDetailsProperty.builder()
.enableDebugLogDelivery(false)
.policyRuntime("policyRuntime")
.policyText("policyText")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigRule.CustomPolicyDetailsProperty.Builder
A builder for
CfnConfigRule.CustomPolicyDetailsProperty |
static class |
CfnConfigRule.CustomPolicyDetailsProperty.Jsii$Proxy
An implementation for
CfnConfigRule.CustomPolicyDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigRule.CustomPolicyDetailsProperty.Builder |
builder() |
default Object |
getEnableDebugLogDelivery()
`CfnConfigRule.CustomPolicyDetailsProperty.EnableDebugLogDelivery`.
|
default String |
getPolicyRuntime()
`CfnConfigRule.CustomPolicyDetailsProperty.PolicyRuntime`.
|
default String |
getPolicyText()
`CfnConfigRule.CustomPolicyDetailsProperty.PolicyText`.
|
@Stability(value=Stable) @Nullable default Object getEnableDebugLogDelivery()
@Stability(value=Stable) @Nullable default String getPolicyRuntime()
@Stability(value=Stable) @Nullable default String getPolicyText()
@Stability(value=Stable) static CfnConfigRule.CustomPolicyDetailsProperty.Builder builder()
Copyright © 2022. All rights reserved.