BatchGetPolicyOutputItem - Amazon Verified Permissions
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

BatchGetPolicyOutputItem

Contains information about a policy returned from a BatchGetPolicy API request.

Contents

Note

In the following list, the required parameters are described first.

createdDate

The date and time the policy was created.

Type: Timestamp

Required: Yes

definition

The policy definition of an item in the list of policies returned.

Type: PolicyDefinitionDetail object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: Yes

lastUpdatedDate

The date and time the policy was most recently updated.

Type: Timestamp

Required: Yes

policyId

The identifier of the policy you want information about.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 200.

Pattern: [a-zA-Z0-9-/_]*

Required: Yes

policyStoreId

The identifier of the policy store where the policy you want information about is stored.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 200.

Pattern: [a-zA-Z0-9-/_]*

Required: Yes

policyType

The type of the policy. This is one of the following values:

  • STATIC

  • TEMPLATE_LINKED

Type: String

Valid Values: STATIC | TEMPLATE_LINKED

Required: Yes

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: