Skip to main content

instance_connect_endpoints_list_only

Lists instance_connect_endpoints in a region or regions, for all properties use instance_connect_endpoints

Overview

Nameinstance_connect_endpoints_list_only
TypeResource
DescriptionResource Type definition for AWS::EC2::InstanceConnectEndpoint
Idaws.ec2.instance_connect_endpoints_list_only

Fields

NameDatatypeDescription
idstringThe id of the instance connect endpoint
subnet_idstringThe subnet id of the instance connect endpoint
client_tokenstringThe client token of the instance connect endpoint.
preserve_client_ipbooleanIf true, the address of the instance connect endpoint client is preserved when connecting to the end resource
tagsarrayThe tags of the instance connect endpoint.
security_group_idsarrayThe security group IDs of the instance connect endpoint.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all instance_connect_endpoints in a region.

SELECT
region,
id
FROM aws.ec2.instance_connect_endpoints_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the instance_connect_endpoints_list_only resource, see instance_connect_endpoints