AccountGateResult class
Structure 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.
Constructors
- AccountGateResult({AccountGateStatus? status, String? statusReason})
- AccountGateResult.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → AccountGateStatus?
-
The status of the account gate function.
final
- statusReason → String?
-
The reason for the account gate status assigned to this account and Region
for the stack set operation.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited