@Stability(value=Stable)
public static interface CfnDeploymentGroup.EC2TagFilterProperty
extends software.amazon.jsii.JsiiSerializable
For more information about using tags and tag groups to help manage your Amazon EC2 instances and on-premises instances, see Tagging Instances for Deployment Groups in AWS CodeDeploy in the AWS CodeDeploy User Guide .
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.codedeploy.*;
EC2TagFilterProperty eC2TagFilterProperty = EC2TagFilterProperty.builder()
.key("key")
.type("type")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.EC2TagFilterProperty.Builder
A builder for
CfnDeploymentGroup.EC2TagFilterProperty |
static class |
CfnDeploymentGroup.EC2TagFilterProperty.Jsii$Proxy
An implementation for
CfnDeploymentGroup.EC2TagFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.EC2TagFilterProperty.Builder |
builder() |
default String |
getKey()
The tag filter key.
|
default String |
getType()
The tag filter type:.
|
default String |
getValue()
The tag filter value.
|
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) @Nullable default String getType()
KEY_ONLY : Key only.VALUE_ONLY : Value only.KEY_AND_VALUE : Key and value.@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnDeploymentGroup.EC2TagFilterProperty.Builder builder()
Copyright © 2022. All rights reserved.