@Stability(value=Stable)
public static interface CfnDeploymentGroup.OnPremisesTagSetListObjectProperty
extends software.amazon.jsii.JsiiSerializable
In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.
OnPremisesTagSetListObject is a property of the CodeDeploy DeploymentGroup OnPremisesTagSet property type.
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.*;
OnPremisesTagSetListObjectProperty onPremisesTagSetListObjectProperty = OnPremisesTagSetListObjectProperty.builder()
.onPremisesTagGroup(List.of(TagFilterProperty.builder()
.key("key")
.type("type")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.OnPremisesTagSetListObjectProperty.Builder
A builder for
CfnDeploymentGroup.OnPremisesTagSetListObjectProperty |
static class |
CfnDeploymentGroup.OnPremisesTagSetListObjectProperty.Jsii$Proxy
An implementation for
CfnDeploymentGroup.OnPremisesTagSetListObjectProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.OnPremisesTagSetListObjectProperty.Builder |
builder() |
default Object |
getOnPremisesTagGroup()
Information about groups of on-premises instance tags.
|
@Stability(value=Stable) @Nullable default Object getOnPremisesTagGroup()
@Stability(value=Stable) static CfnDeploymentGroup.OnPremisesTagSetListObjectProperty.Builder builder()
Copyright © 2022. All rights reserved.