![]() |
![]()
| ![]() |
![]()
NAMEPaws::CloudFormation::StackSetSummary 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::StackSetSummary object: $service_obj->Method(Att1 => { AutoDeployment => $value, ..., Status => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFormation::StackSetSummary object: $result = $service_obj->Method(...); $result->Att1->AutoDeployment DESCRIPTIONThe structures that contain summary information about the specified stack set. ATTRIBUTESAutoDeployment => Paws::CloudFormation::AutoDeployment[Service-managed permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU). Description => StrA description of the stack set that you specify when the stack set is created or updated. DriftStatus => StrStatus of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
LastDriftCheckTimestamp => StrMost recent time when CloudFormation performed a drift detection operation on the stack set. This value will be "NULL" for any stack set on which drift detection has not yet been performed. PermissionModel => StrDescribes how the IAM roles required for stack set operations are created.
StackSetId => StrThe ID of the stack set. StackSetName => StrThe name of the stack set. Status => StrThe status of the stack set. 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>
|