@Stability(value=Stable)
public static interface CfnScalingPlan.TagFilterProperty
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.autoscalingplans.*;
TagFilterProperty tagFilterProperty = TagFilterProperty.builder()
.key("key")
// the properties below are optional
.values(List.of("values"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScalingPlan.TagFilterProperty.Builder
A builder for
CfnScalingPlan.TagFilterProperty |
static class |
CfnScalingPlan.TagFilterProperty.Jsii$Proxy
An implementation for
CfnScalingPlan.TagFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScalingPlan.TagFilterProperty.Builder |
builder() |
String |
getKey()
The tag key.
|
default List<String> |
getValues()
The tag values (0 to 20).
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @Nullable default List<String> getValues()
@Stability(value=Stable) static CfnScalingPlan.TagFilterProperty.Builder builder()
Copyright © 2022. All rights reserved.