aws-cdk-lib.aws_codedeploy.CfnDeploymentGroup.OnPremisesTagSetListObjectProperty

interface OnPremisesTagSetListObjectProperty

LanguageType name
.NETAmazon.CDK.AWS.CodeDeploy.CfnDeploymentGroup.OnPremisesTagSetListObjectProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#CfnDeploymentGroup_OnPremisesTagSetListObjectProperty
Javasoftware.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.OnPremisesTagSetListObjectProperty
Pythonaws_cdk.aws_codedeploy.CfnDeploymentGroup.OnPremisesTagSetListObjectProperty
TypeScript aws-cdk-lib » aws_codedeploy » CfnDeploymentGroup » OnPremisesTagSetListObjectProperty

The OnPremisesTagSetListObject property type specifies lists of on-premises instance tag groups.

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 { aws_codedeploy as codedeploy } from 'aws-cdk-lib';
const onPremisesTagSetListObjectProperty: codedeploy.CfnDeploymentGroup.OnPremisesTagSetListObjectProperty = {
  onPremisesTagGroup: [{
    key: 'key',
    type: 'type',
    value: 'value',
  }],
};

Properties

NameTypeDescription
onPremisesTagGroup?IResolvable | IResolvable | TagFilterProperty[]Information about groups of on-premises instance tags.

onPremisesTagGroup?

Type: IResolvable | IResolvable | TagFilterProperty[] (optional)

Information about groups of on-premises instance tags.