endpoints_list_only
Lists endpoints
in a region or regions, for all properties use endpoints
Overview
Name | endpoints_list_only |
Type | Resource |
Description | Resource Type Definition for AWS::S3Outposts::Endpoint |
Id | aws.s3outposts.endpoints_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the endpoint. |
cidr_block | string | The VPC CIDR committed by this endpoint. |
creation_time | string | The time the endpoint was created. |
id | string | The ID of the endpoint. |
network_interfaces | array | The network interfaces of the endpoint. |
outpost_id | string | The id of the customer outpost on which the bucket resides. |
security_group_id | string | The ID of the security group to use with the endpoint. |
status | string | |
subnet_id | string | The ID of the subnet in the selected VPC. The subnet must belong to the Outpost. |
access_type | string | The type of access for the on-premise network connectivity for the Outpost endpoint. To access endpoint from an on-premises network, you must specify the access type and provide the customer owned Ipv4 pool. |
customer_owned_ipv4_pool | string | The ID of the customer-owned IPv4 pool for the Endpoint. IP addresses will be allocated from this pool for the endpoint. |
failed_reason | object | The failure reason, if any, for a create or delete endpoint operation. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all endpoints
in a region.
SELECT
region,
arn
FROM aws.s3outposts.endpoints_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the endpoints_list_only
resource, see endpoints