class Aws::AccessAnalyzer::Types::ValidatePolicyRequest
@note When making an API call, you may pass ValidatePolicyRequest
data as a hash: { locale: "DE", # accepts DE, EN, ES, FR, IT, JA, KO, PT_BR, ZH_CN, ZH_TW max_results: 1, next_token: "Token", policy_document: "PolicyDocument", # required policy_type: "IDENTITY_POLICY", # required, accepts IDENTITY_POLICY, RESOURCE_POLICY, SERVICE_CONTROL_POLICY }
@!attribute [rw] locale
The locale to use for localizing the findings. @return [String]
@!attribute [rw] max_results
The maximum number of results to return in the response. @return [Integer]
@!attribute [rw] next_token
A token used for pagination of results returned. @return [String]
@!attribute [rw] policy_document
The JSON policy document to use as the content for the policy. @return [String]
@!attribute [rw] policy_type
The type of policy to validate. Identity policies grant permissions to IAM principals. Identity policies include managed and inline policies for IAM roles, users, and groups. They also include service-control policies (SCPs) that are attached to an Amazon Web Services organization, organizational unit (OU), or an account. Resource policies grant permissions on Amazon Web Services resources. Resource policies include trust policies for IAM roles and bucket policies for Amazon S3 buckets. You can provide a generic input such as identity policy or resource policy or a specific input such as managed policy or Amazon S3 bucket policy. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ValidatePolicyRequest AWS API Documentation
Constants
- SENSITIVE