![]() |
![]()
| ![]() |
![]()
NAMEPaws::ServerlessRepo::ApplicationPolicyStatement 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::ServerlessRepo::ApplicationPolicyStatement object: $service_obj->Method(Att1 => { Actions => $value, ..., StatementId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ServerlessRepo::ApplicationPolicyStatement object: $result = $service_obj->Method(...); $result->Att1->Actions DESCRIPTIONPolicy statement applied to the application. ATTRIBUTESREQUIRED Actions => ArrayRef[Str|Undef]For the list of actions supported for this operation, see Application Permissions (https://docs.aws.amazon.com/serverlessrepo/latest/devguide/access-control-resource-based.html#application-permissions). PrincipalOrgIDs => ArrayRef[Str|Undef]An array of PrinciplalOrgIDs, which corresponds to AWS IAM aws:PrincipalOrgID (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#principal-org-id) global condition key. REQUIRED Principals => ArrayRef[Str|Undef]An array of AWS account IDs, or * to make the application public. StatementId => StrA unique ID for the statement. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ServerlessRepo 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>
|