verified_access_endpoint_tags
Expands all tag keys and values for verified_access_endpoints
in a region
Overview
Name | verified_access_endpoint_tags |
Type | Resource |
Description | The AWS::EC2::VerifiedAccessEndpoint resource creates an AWS EC2 Verified Access Endpoint. |
Id | aws.ec2.verified_access_endpoint_tags |
Fields
Name | Datatype | Description |
---|---|---|
verified_access_endpoint_id | string | The ID of the AWS Verified Access endpoint. |
verified_access_group_id | string | The ID of the AWS Verified Access group. |
verified_access_instance_id | string | The ID of the AWS Verified Access instance. |
status | string | The endpoint status. |
security_group_ids | array | The IDs of the security groups for the endpoint. |
network_interface_options | object | The options for network-interface type endpoint. |
load_balancer_options | object | The load balancer details if creating the AWS Verified Access endpoint as load-balancer type. |
endpoint_type | string | The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified. |
endpoint_domain | string | A DNS name that is generated for the endpoint. |
endpoint_domain_prefix | string | A custom identifier that gets prepended to a DNS name that is generated for the endpoint. |
device_validation_domain | string | Returned if endpoint has a device trust provider attached. |
domain_certificate_arn | string | The ARN of a public TLS/SSL certificate imported into or created with ACM. |
attachment_type | string | The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application. |
application_domain | string | The DNS name for users to reach your application. |
creation_time | string | The creation time. |
last_updated_time | string | The last updated time. |
description | string | A description for the AWS Verified Access endpoint. |
policy_document | string | The AWS Verified Access policy document. |
policy_enabled | boolean | The status of the Verified Access policy. |
sse_specification | object | The configuration options for customer provided KMS encryption. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all verified_access_endpoints
in a region.
SELECT
region,
verified_access_endpoint_id,
verified_access_group_id,
verified_access_instance_id,
status,
security_group_ids,
network_interface_options,
load_balancer_options,
endpoint_type,
endpoint_domain,
endpoint_domain_prefix,
device_validation_domain,
domain_certificate_arn,
attachment_type,
application_domain,
creation_time,
last_updated_time,
description,
policy_document,
policy_enabled,
sse_specification,
tag_key,
tag_value
FROM aws.ec2.verified_access_endpoint_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the verified_access_endpoint_tags
resource, see verified_access_endpoints