auth_policy
Gets an individual auth_policy
resource
Overview
Name | auth_policy |
Type | Resource |
Description | auth_policy |
Id | awscc.vpclattice.auth_policy |
Fields
Name | Datatype | Description |
---|---|---|
resource_identifier | string | |
policy | object | |
state | string | |
region | string | AWS 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