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();
 

See Also: