@Stability(value=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()
.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 List<String> |
getValues()
A list of values.
|
@Stability(value=Stable) @Nullable default List<String> getValues()
For example, the ARN of the assumed role.
@Stability(value=Stable) static CfnRemediationConfiguration.StaticValueProperty.Builder builder()
Copyright © 2022. All rights reserved.