endpoint_accesses_list_only
Lists endpoint_accesses
in a region or regions, for all properties use endpoint_accesses
Overview
Name | endpoint_accesses_list_only |
Type | Resource |
Description | Resource schema for a Redshift-managed VPC endpoint. |
Id | aws.redshift.endpoint_accesses_list_only |
Fields
Name | Datatype | Description |
---|---|---|
endpoint_status | string | The status of the endpoint. |
vpc_endpoint | object | The connection endpoint for connecting to an Amazon Redshift cluster through the proxy. |
address | string | The DNS address of the endpoint. |
endpoint_name | string | The name of the endpoint. |
vpc_security_group_ids | array | A list of vpc security group ids to apply to the created endpoint access. |
resource_owner | string | The AWS account ID of the owner of the cluster. |
subnet_group_name | string | The subnet group name where Amazon Redshift chooses to deploy the endpoint. |
port | integer | The port number on which the cluster accepts incoming connections. |
endpoint_create_time | string | The time (UTC) that the endpoint was created. |
cluster_identifier | string | A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account |
vpc_security_groups | array | A list of Virtual Private Cloud (VPC) security groups to be associated with the endpoint. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all endpoint_accesses
in a region.
SELECT
region,
endpoint_name
FROM aws.redshift.endpoint_accesses_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the endpoint_accesses_list_only
resource, see endpoint_accesses