| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ServiceCatalog.Types.ProvisioningArtifactPreferences
Description
Synopsis
- data ProvisioningArtifactPreferences = ProvisioningArtifactPreferences' {
- stackSetAccounts :: Maybe [Text]
- stackSetRegions :: Maybe [Text]
- newProvisioningArtifactPreferences :: ProvisioningArtifactPreferences
- provisioningArtifactPreferences_stackSetAccounts :: Lens' ProvisioningArtifactPreferences (Maybe [Text])
- provisioningArtifactPreferences_stackSetRegions :: Lens' ProvisioningArtifactPreferences (Maybe [Text])
Documentation
data ProvisioningArtifactPreferences Source #
The user-defined preferences that will be applied during product
provisioning, unless overridden by ProvisioningPreferences or
UpdateProvisioningPreferences.
For more information on maximum concurrent accounts and failure tolerance, see Stack set operation options in the CloudFormation User Guide.
See: newProvisioningArtifactPreferences smart constructor.
Constructors
| ProvisioningArtifactPreferences' | |
Fields
| |
Instances
newProvisioningArtifactPreferences :: ProvisioningArtifactPreferences Source #
Create a value of ProvisioningArtifactPreferences 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:stackSetAccounts:ProvisioningArtifactPreferences', provisioningArtifactPreferences_stackSetAccounts - One or more Amazon Web Services accounts where stack instances are
deployed from the stack set. These accounts can be scoped in
ProvisioningPreferences$StackSetAccounts and
UpdateProvisioningPreferences$StackSetAccounts.
Applicable only to a CFN_STACKSET provisioned product type.
$sel:stackSetRegions:ProvisioningArtifactPreferences', provisioningArtifactPreferences_stackSetRegions - One or more Amazon Web Services Regions where stack instances are
deployed from the stack set. These Regions can be scoped in
ProvisioningPreferences$StackSetRegions and
UpdateProvisioningPreferences$StackSetRegions.
Applicable only to a CFN_STACKSET provisioned product type.
provisioningArtifactPreferences_stackSetAccounts :: Lens' ProvisioningArtifactPreferences (Maybe [Text]) Source #
One or more Amazon Web Services accounts where stack instances are
deployed from the stack set. These accounts can be scoped in
ProvisioningPreferences$StackSetAccounts and
UpdateProvisioningPreferences$StackSetAccounts.
Applicable only to a CFN_STACKSET provisioned product type.
provisioningArtifactPreferences_stackSetRegions :: Lens' ProvisioningArtifactPreferences (Maybe [Text]) Source #
One or more Amazon Web Services Regions where stack instances are
deployed from the stack set. These Regions can be scoped in
ProvisioningPreferences$StackSetRegions and
UpdateProvisioningPreferences$StackSetRegions.
Applicable only to a CFN_STACKSET provisioned product type.