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