public static interface CfnDeploymentGroup.EC2TagFilterProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.EC2TagFilterProperty.Builder
A builder for
CfnDeploymentGroup.EC2TagFilterProperty |
static class |
CfnDeploymentGroup.EC2TagFilterProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.EC2TagFilterProperty.Builder |
builder() |
String |
getKey()
``CfnDeploymentGroup.EC2TagFilterProperty.Key``
|
String |
getType()
``CfnDeploymentGroup.EC2TagFilterProperty.Type``
|
String |
getValue()
``CfnDeploymentGroup.EC2TagFilterProperty.Value``
|
void |
setKey(String value)
``CfnDeploymentGroup.EC2TagFilterProperty.Key``
|
void |
setType(String value)
``CfnDeploymentGroup.EC2TagFilterProperty.Type``
|
void |
setValue(String value)
``CfnDeploymentGroup.EC2TagFilterProperty.Value``
|
String getKey()
void setKey(String value)
String getType()
void setType(String value)
String getValue()
void setValue(String value)
static CfnDeploymentGroup.EC2TagFilterProperty.Builder builder()
Copyright © 2019. All rights reserved.