GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ServiceCatalog::ProvisioningPreferences(3) User Contributed Perl Documentation Paws::ServiceCatalog::ProvisioningPreferences(3)

Paws::ServiceCatalog::ProvisioningPreferences

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::ServiceCatalog::ProvisioningPreferences object:

  $service_obj->Method(Att1 => { StackSetAccounts => $value, ..., StackSetRegions => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::ServiceCatalog::ProvisioningPreferences object:

  $result = $service_obj->Method(...);
  $result->Att1->StackSetAccounts

The user-defined preferences that will be applied when updating a provisioned product. Not all preferences are applicable to all provisioned product type

One or more AWS accounts that will have access to the provisioned product.

Applicable only to a "CFN_STACKSET" provisioned product type.

The AWS accounts specified should be within the list of accounts in the "STACKSET" constraint. To get the list of accounts in the "STACKSET" constraint, use the "DescribeProvisioningParameters" operation.

If no values are specified, the default value is all accounts from the "STACKSET" constraint.

One or more AWS accounts where the provisioned product will be available.

Applicable only to a "CFN_STACKSET" provisioned product type.

The specified accounts should be within the list of accounts from the "STACKSET" constraint. To get the list of accounts in the "STACKSET" constraint, use the "DescribeProvisioningParameters" operation.

If no values are specified, the default value is all acounts from the "STACKSET" constraint.

The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.

Applicable only to a "CFN_STACKSET" provisioned product type.

Conditional: You must specify either "StackSetFailureToleranceCount" or "StackSetFailureTolerancePercentage", but not both.

The default value is 0 if no value is specified.

The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.

When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number.

Applicable only to a "CFN_STACKSET" provisioned product type.

Conditional: You must specify either "StackSetFailureToleranceCount" or "StackSetFailureTolerancePercentage", but not both.

The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of "StackSetFailureToleranceCount". "StackSetMaxConcurrentCount" is at most one more than the "StackSetFailureToleranceCount".

Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

Applicable only to a "CFN_STACKSET" provisioned product type.

Conditional: You must specify either "StackSetMaxConcurrentCount" or "StackSetMaxConcurrentPercentage", but not both.

The maximum percentage of accounts in which to perform this operation at one time.

When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, AWS Service Catalog sets the number as 1 instead.

Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

Applicable only to a "CFN_STACKSET" provisioned product type.

Conditional: You must specify either "StackSetMaxConcurrentCount" or "StackSetMaxConcurrentPercentage", but not both.

One or more AWS Regions where the provisioned product will be available.

Applicable only to a "CFN_STACKSET" provisioned product type.

The specified regions should be within the list of regions from the "STACKSET" constraint. To get the list of regions in the "STACKSET" constraint, use the "DescribeProvisioningParameters" operation.

If no values are specified, the default value is all regions from the "STACKSET" constraint.

This class forms part of Paws, describing an object used in Paws::ServiceCatalog

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.