class Aws::AccessAnalyzer::Types::GetGeneratedPolicyRequest
@note When making an API call, you may pass GetGeneratedPolicyRequest
data as a hash: { include_resource_placeholders: false, include_service_level_template: false, job_id: "JobId", # required }
@!attribute [rw] include_resource_placeholders
The level of detail that you want to generate. You can specify whether to generate policies with placeholders for resource ARNs for actions that support resource level granularity in policies. For example, in the resource section of a policy, you can receive a placeholder such as `"Resource":"arn:aws:s3:::$\{BucketName\}"` instead of `"*"`. @return [Boolean]
@!attribute [rw] include_service_level_template
The level of detail that you want to generate. You can specify whether to generate service-level policies. IAM Access Analyzer uses `iam:servicelastaccessed` to identify services that have been used recently to create this service-level template. @return [Boolean]
@!attribute [rw] job_id
The `JobId` that is returned by the `StartPolicyGeneration` operation. The `JobId` can be used with `GetGeneratedPolicy` to retrieve the generated policies or used with `CancelPolicyGeneration` to cancel the policy generation request. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/GetGeneratedPolicyRequest AWS API Documentation
Constants
- SENSITIVE