public static interface CfnRemediationConfiguration.ResourceValueProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRemediationConfiguration.ResourceValueProperty.Builder
A builder for
CfnRemediationConfiguration.ResourceValueProperty |
static class |
CfnRemediationConfiguration.ResourceValueProperty.Jsii$Proxy
An implementation for
CfnRemediationConfiguration.ResourceValueProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRemediationConfiguration.ResourceValueProperty.Builder |
builder() |
default java.lang.String |
getValue()
The value is a resource ID.
|
default java.lang.String getValue()
static CfnRemediationConfiguration.ResourceValueProperty.Builder builder()