Skip to main content

verified_access_trust_provider_tags

Expands all tag keys and values for verified_access_trust_providers in a region

Overview

Nameverified_access_trust_provider_tags
TypeResource
DescriptionThe AWS::EC2::VerifiedAccessTrustProvider type describes a verified access trust provider
Idaws.ec2.verified_access_trust_provider_tags

Fields

NameDatatypeDescription
trust_provider_typestringType of trust provider. Possible values: user|device
device_trust_provider_typestringThe type of device-based trust provider. Possible values: jamf|crowdstrike
user_trust_provider_typestringThe type of device-based trust provider. Possible values: oidc|iam-identity-center
oidc_optionsobjectThe OpenID Connect details for an oidc -type, user-identity based trust provider.
device_optionsobjectThe options for device identity based trust providers.
policy_reference_namestringThe identifier to be used when working with policy rules.
creation_timestringThe creation time.
last_updated_timestringThe last updated time.
verified_access_trust_provider_idstringThe ID of the Amazon Web Services Verified Access trust provider.
descriptionstringA description for the Amazon Web Services Verified Access trust provider.
sse_specificationobjectThe configuration options for customer provided KMS encryption.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all verified_access_trust_providers in a region.

SELECT
region,
trust_provider_type,
device_trust_provider_type,
user_trust_provider_type,
oidc_options,
device_options,
policy_reference_name,
creation_time,
last_updated_time,
verified_access_trust_provider_id,
description,
sse_specification,
tag_key,
tag_value
FROM aws.ec2.verified_access_trust_provider_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the verified_access_trust_provider_tags resource, see verified_access_trust_providers