![]() |
![]()
| ![]() |
![]()
NAMEPaws::CloudFormation::AccountGateResult USAGEThis 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::CloudFormation::AccountGateResult object: $service_obj->Method(Att1 => { Status => $value, ..., StatusReason => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFormation::AccountGateResult object: $result = $service_obj->Method(...); $result->Att1->Status DESCRIPTIONStructure that contains the results of the account gate function which AWS CloudFormation invokes, if present, before proceeding with a stack set operation in an account and Region. For each account and Region, AWS CloudFormation lets you specify a Lamdba function that encapsulates any requirements that must be met before CloudFormation can proceed with a stack set operation in that account and Region. CloudFormation invokes the function each time a stack set operation is requested for that account and Region; if the function returns "FAILED", CloudFormation cancels the operation in that account and Region, and sets the stack set operation result status for that account and Region to "FAILED". For more information, see Configuring a target account gate (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-account-gating.html). ATTRIBUTESStatus => StrThe status of the account gate function.
StatusReason => StrThe reason for the account gate status assigned to this account and Region for the stack set operation. SEE ALSOThis class forms part of Paws, describing an object used in Paws::CloudFormation BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|