aws.vpc_lattice.get_auth_policy
Example SQL Queries
SELECT * FROMaws.vpc_lattice.get_auth_policyWHERE"resource_identifier" = 'VALUE';Description
Retrieves information about the auth policy for the specified service or service network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_identifier Required Input Column The ID or Amazon Resource Name (ARN) of the service network or service. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_at The date and time that the auth policy was created, specified in ISO-8601 format. | TIMESTAMP_S |
| last_updated_at The date and time that the auth policy was last updated, specified in ISO-8601 format. | TIMESTAMP_S |
| policy The auth policy. | VARCHAR |
| state The state of the auth policy. The auth policy is only active when the auth type is set to AWS_IAM. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the auth type is NONE, then any auth policy that you provide remains inactive. For more information, see Create a service network in the Amazon VPC Lattice User Guide. | VARCHAR |