You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServerlessApplicationRepository::Types::ApplicationPolicyStatement

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ApplicationPolicyStatement as input to an Aws::Client method, you can use a vanilla Hash:

{
  actions: ["__string"], # required
  principal_org_i_ds: ["__string"],
  principals: ["__string"], # required
  statement_id: "__string",
}

Policy statement applied to the application.

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<String>

For the list of actions supported for this operation, see Application Permissions.

Returns:

  • (Array<String>)

    For the list of actions supported for this operation, see [Application Permissions][1].

#principal_org_i_dsArray<String>

An array of PrinciplalOrgIDs, which corresponds to AWS IAM aws:PrincipalOrgID global condition key.

Returns:

  • (Array<String>)

    An array of PrinciplalOrgIDs, which corresponds to AWS IAM [aws:PrincipalOrgID][1] global condition key.

#principalsArray<String>

An array of AWS account IDs, or * to make the application public.

Returns:

  • (Array<String>)

    An array of AWS account IDs, or * to make the application public.

#statement_idString

A unique ID for the statement.

Returns:

  • (String)

    A unique ID for the statement.