DeploymentGroupEc2TagSetArgs

data class DeploymentGroupEc2TagSetArgs(val ec2TagFilters: Output<List<DeploymentGroupEc2TagSetEc2TagFilterArgs>>? = null) : ConvertibleToJava<DeploymentGroupEc2TagSetArgs>

Constructors

Link copied to clipboard
constructor(ec2TagFilters: Output<List<DeploymentGroupEc2TagSetEc2TagFilterArgs>>? = null)

Properties

Link copied to clipboard

Tag filters associated with the deployment group. See the AWS docs for details.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentGroupEc2TagSetArgs