Skip to main content

auth_policy

Gets an individual auth_policy resource

Overview

Nameauth_policy
TypeResource
Descriptionauth_policy
Idawscc.vpclattice.auth_policy

Fields

NameDatatypeDescription
resource_identifierstring
policyobject
statestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
resource_identifier,
policy,
state
FROM awscc.vpclattice.auth_policy
WHERE data__Identifier = '<ResourceIdentifier>';

Permissions

To operate on the auth_policy resource, the following permissions are required:

Read

vpc-lattice:GetAuthPolicy

Update

vpc-lattice:GetAuthPolicy,
vpc-lattice:PutAuthPolicy

Delete

vpc-lattice:GetAuthPolicy,
vpc-lattice:DeleteAuthPolicy