DeploymentTargetsArgs

data class DeploymentTargetsArgs(val accountFilterType: Output<Either<String, DeploymentTargetsAccountFilterType>>? = null, val accounts: Output<List<String>>? = null, val accountsUrl: Output<String>? = null, val organizationalUnitIds: Output<List<String>>? = null) : ConvertibleToJava<DeploymentTargetsArgs>

Definition of DeploymentTargets

Constructors

Link copied to clipboard
constructor(accountFilterType: Output<Either<String, DeploymentTargetsAccountFilterType>>? = null, accounts: Output<List<String>>? = null, accountsUrl: Output<String>? = null, organizationalUnitIds: Output<List<String>>? = null)

Properties

Link copied to clipboard

The filter type you want to apply on organizational units and accounts.

Link copied to clipboard
val accounts: Output<List<String>>? = null

AWS accounts that you want to create stack instances in the specified Region(s) for.

Link copied to clipboard
val accountsUrl: Output<String>? = null

Returns the value of the AccountsUrl property.

Link copied to clipboard
val organizationalUnitIds: Output<List<String>>? = null

The organization root ID or organizational unit (OU) IDs to which StackSets deploys.

Functions

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