public static interface CfnRemediationConfiguration.StaticValueProperty
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() .values(List.of("values")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRemediationConfiguration.StaticValueProperty.Builder
A builder for
CfnRemediationConfiguration.StaticValueProperty |
static class |
CfnRemediationConfiguration.StaticValueProperty.Jsii$Proxy
An implementation for
CfnRemediationConfiguration.StaticValueProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRemediationConfiguration.StaticValueProperty.Builder |
builder() |
default java.util.List<java.lang.String> |
getValues()
A list of values.
|
default java.util.List<java.lang.String> getValues()
For example, the ARN of the assumed role.
static CfnRemediationConfiguration.StaticValueProperty.Builder builder()