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
The static 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.*; StaticValueProperty staticValueProperty = StaticValueProperty.builder() .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
-
getValues
A list of values.For example, the ARN of the assumed role.
-
builder
-