Skip to main content

verified_access_trust_providers_list_only

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

Overview

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

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.
tagsarrayAn array of key-value pairs to apply to this resource.
sse_specificationobjectThe configuration options for customer provided KMS encryption.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all verified_access_trust_providers in a region.

SELECT
region,
verified_access_trust_provider_id
FROM aws.ec2.verified_access_trust_providers_list_only
WHERE region = 'us-east-1';

Permissions

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