AccessAnalyzer
import { AccessAnalyzer } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/accessanalyzer.ts?docs=full";§Constructors
§Methods
Retroactively applies the archive rule to existing findings that meet the archive rule criteria.
Cancels the requested policy generation.
Checks whether the specified access isn't allowed by a policy.
Checks whether new access is allowed for an updated policy when compared to the existing policy.
You can find examples for reference policies and learn how to set up and run a custom policy check for new access in the IAM Access Analyzer custom policy checks samples repository on GitHub.
The reference policies in this repository are meant to be passed to the existingPolicyDocument request parameter.
Checks whether a resource policy can grant public access to the specified resource type.
Creates an access preview that allows you to preview IAM Access Analyzer findings for your resource before deploying resource permissions.
Creates an analyzer for your account.
Creates an archive rule for the specified analyzer. Archive rules automatically archive new findings that meet the criteria you define when you create the rule.
To learn about filter keys that you can use to create an archive rule, see IAM Access Analyzer filter keys in the IAM User Guide.
Deletes the specified analyzer. When you delete an analyzer, IAM Access Analyzer is disabled for the account or organization in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.
Creates a recommendation for an unused permissions finding.
Retrieves information about an access preview for the specified analyzer.
Retrieves information about a resource that was analyzed.
Retrieves information about an archive rule.
To learn about filter keys that you can use to create an archive rule, see IAM Access Analyzer filter keys in the IAM User Guide.
Retrieves information about the specified finding.
GetFinding and GetFindingV2 both use access-analyzer:GetFinding in the Action element of an IAM policy statement.
You must have permission to perform the access-analyzer:GetFinding action.
Retrieves information about a finding recommendation for the specified analyzer.
Retrieves information about the specified finding.
GetFinding and GetFindingV2 both use access-analyzer:GetFinding in the Action element of an IAM policy statement.
You must have permission to perform the access-analyzer:GetFinding action.
Retrieves the policy that was generated using StartPolicyGeneration.
Retrieves a list of access preview findings generated by the specified access preview.
Retrieves a list of access previews for the specified analyzer.
Retrieves a list of resources of the specified type that have been analyzed by the specified external access analyzer. This action is not supported for unused access analyzers.
Retrieves a list of analyzers.
Retrieves a list of archive rules created for the specified analyzer.
Retrieves a list of findings generated by the specified analyzer.
ListFindings and ListFindingsV2 both use access-analyzer:ListFindings in the Action element of an IAM policy statement.
You must have permission to perform the access-analyzer:ListFindings action.
To learn about filter keys that you can use to retrieve a list of findings, see IAM Access Analyzer filter keys in the IAM User Guide.
Retrieves a list of findings generated by the specified analyzer.
ListFindings and ListFindingsV2 both use access-analyzer:ListFindings in the Action element of an IAM policy statement.
You must have permission to perform the access-analyzer:ListFindings action.
To learn about filter keys that you can use to retrieve a list of findings, see IAM Access Analyzer filter keys in the IAM User Guide.
Lists all of the policy generations requested in the last seven days.
Retrieves a list of tags applied to the specified resource.
Starts the policy generation request.
Requests the validation of a policy and returns a list of findings. The findings help you identify issues and provide actionable recommendations to resolve the issue and enable you to author functional policies that meet security best practices.