libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudFormation.Types.DeploymentTargets

Description

 
Synopsis

Documentation

data DeploymentTargets Source #

Service-managed permissions
The Organizations accounts to which StackSets deploys. StackSets does not deploy stack instances to the organization management account, even if the organization management account is in your organization or in an OU in your organization.

For update operations, you can specify either Accounts or OrganizationalUnitIds. For create and delete operations, specify OrganizationalUnitIds.

See: newDeploymentTargets smart constructor.

Constructors

DeploymentTargets' 

Fields

Instances

Instances details
Eq DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Read DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Show DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Generic DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Associated Types

type Rep DeploymentTargets :: Type -> Type #

NFData DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Methods

rnf :: DeploymentTargets -> () #

Hashable DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

ToQuery DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

FromXML DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

type Rep DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

type Rep DeploymentTargets = D1 ('MetaData "DeploymentTargets" "Amazonka.CloudFormation.Types.DeploymentTargets" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeploymentTargets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "organizationalUnitIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "accountsUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeploymentTargets :: DeploymentTargets Source #

Create a value of DeploymentTargets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accounts:DeploymentTargets', deploymentTargets_accounts - The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.

$sel:organizationalUnitIds:DeploymentTargets', deploymentTargets_organizationalUnitIds - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.

$sel:accountsUrl:DeploymentTargets', deploymentTargets_accountsUrl - Returns the value of the AccountsUrl property.

deploymentTargets_accounts :: Lens' DeploymentTargets (Maybe [Text]) Source #

The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.

deploymentTargets_organizationalUnitIds :: Lens' DeploymentTargets (Maybe [Text]) Source #

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

deploymentTargets_accountsUrl :: Lens' DeploymentTargets (Maybe Text) Source #

Returns the value of the AccountsUrl property.