@Stability(value=Stable)
public static interface CfnDeploymentGroup.TagFilterProperty
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.*;
TagFilterProperty tagFilterProperty = TagFilterProperty.builder()
.key("key")
.type("type")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.TagFilterProperty.Builder
A builder for
CfnDeploymentGroup.TagFilterProperty |
static class |
CfnDeploymentGroup.TagFilterProperty.Jsii$Proxy
An implementation for
CfnDeploymentGroup.TagFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.TagFilterProperty.Builder |
builder() |
default String |
getKey()
The on-premises instance tag filter key.
|
default String |
getType()
The on-premises instance tag filter type:.
|
default String |
getValue()
The on-premises instance tag filter value.
|
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnDeploymentGroup.TagFilterProperty.Builder builder()
Copyright © 2022. All rights reserved.