instance_connect_endpoints_list_only
Lists instance_connect_endpoints
in a region or regions, for all properties use instance_connect_endpoints
Overview
Name | instance_connect_endpoints_list_only |
Type | Resource |
Description | Resource Type definition for AWS::EC2::InstanceConnectEndpoint |
Id | aws.ec2.instance_connect_endpoints_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The id of the instance connect endpoint |
subnet_id | string | The subnet id of the instance connect endpoint |
client_token | string | The client token of the instance connect endpoint. |
preserve_client_ip | boolean | If true, the address of the instance connect endpoint client is preserved when connecting to the end resource |
tags | array | The tags of the instance connect endpoint. |
security_group_ids | array | The security group IDs of the instance connect endpoint. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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