Interface CfnRemediationConfiguration.StaticValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRemediationConfiguration.StaticValueProperty.Jsii$Proxy
- Enclosing class:
- CfnRemediationConfiguration
@Stability(Stable)
public static interface CfnRemediationConfiguration.StaticValueProperty
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.*; StaticValueProperty staticValueProperty = StaticValueProperty.builder() .value(List.of("value")) .values(List.of("values")) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRemediationConfiguration.StaticValueProperty
static final class
An implementation forCfnRemediationConfiguration.StaticValueProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
-
getValues
-
builder
-