PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CloudFormation::StackSetOperationPreferences; use Moose; has FailureToleranceCount => (is => 'ro', isa => 'Int'); has FailureTolerancePercentage => (is => 'ro', isa => 'Int'); has MaxConcurrentCount => (is => 'ro', isa => 'Int'); has MaxConcurrentPercentage => (is => 'ro', isa => 'Int'); has RegionConcurrencyType => (is => 'ro', isa => 'Str'); has RegionOrder => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudFormation::StackSetOperationPreferences =head1 USAGE This class represents one of two things: =head3 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::CloudFormation::StackSetOperationPreferences object: $service_obj->Method(Att1 => { FailureToleranceCount => $value, ..., RegionOrder => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFormation::StackSetOperationPreferences object: $result = $service_obj->Method(...); $result->Att1->FailureToleranceCount =head1 DESCRIPTION The user-specified preferences for how AWS CloudFormation performs a stack set operation. For more information on maximum concurrent accounts and failure tolerance, see Stack set operation options (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options). =head1 ATTRIBUTES =head2 FailureToleranceCount => Int The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region. If the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in any subsequent Regions. Conditional: You must specify either C or C (but not both). By default, C<0> is specified. =head2 FailureTolerancePercentage => Int The percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region. If the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in any subsequent Regions. When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds I to the next whole number. Conditional: You must specify either C or C, but not both. By default, C<0> is specified. =head2 MaxConcurrentCount => Int The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of C. C is at most one more than the C. Note that this setting lets you specify the I for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. Conditional: You must specify either C or C, but not both. By default, C<1> is specified. =head2 MaxConcurrentPercentage => Int 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 CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead. Note that this setting lets you specify the I for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. Conditional: You must specify either C or C, but not both. By default, C<1> is specified. =head2 RegionConcurrencyType => Str The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time. =head2 RegionOrder => ArrayRef[Str|Undef] The order of the Regions in where you want to perform the stack operation. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut