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
Name | verified_access_trust_providers_list_only |
Type | Resource |
Description | The AWS::EC2::VerifiedAccessTrustProvider type describes a verified access trust provider |
Id | aws.ec2.verified_access_trust_providers_list_only |
Fields
Name | Datatype | Description |
---|---|---|
trust_provider_type | string | Type of trust provider. Possible values: user|device |
device_trust_provider_type | string | The type of device-based trust provider. Possible values: jamf|crowdstrike |
user_trust_provider_type | string | The type of device-based trust provider. Possible values: oidc|iam-identity-center |
oidc_options | object | The OpenID Connect details for an oidc -type, user-identity based trust provider. |
device_options | object | The options for device identity based trust providers. |
policy_reference_name | string | The identifier to be used when working with policy rules. |
creation_time | string | The creation time. |
last_updated_time | string | The last updated time. |
verified_access_trust_provider_id | string | The ID of the Amazon Web Services Verified Access trust provider. |
description | string | A description for the Amazon Web Services Verified Access trust provider. |
tags | array | An array of key-value pairs to apply to this resource. |
sse_specification | object | The configuration options for customer provided KMS encryption. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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