instance_connect_endpoint
Gets an individual instance_connect_endpoint
resource
Overview
Name | instance_connect_endpoint |
Type | Resource |
Description | instance_connect_endpoint |
Id | awscc.ec2.instance_connect_endpoint |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
subnet_id,
client_token,
preserve_client_ip,
tags,
security_group_ids
FROM awscc.ec2.instance_connect_endpoint
WHERE data__Identifier = '<Id>';
Permissions
To operate on the instance_connect_endpoint
resource, the following permissions are required:
Read
ec2:DescribeInstanceConnectEndpoints
Update
ec2:DescribeInstanceConnectEndpoints,
ec2:CreateTags,
ec2:DeleteTags
Delete
ec2:DeleteInstanceConnectEndpoint,
ec2:DescribeInstanceConnectEndpoints