The AWS::EC2::VerifiedAccessTrustProvider type describes a verified access trust provider
policy_reference_name
(String) The identifier to be used when working with policy rules.trust_provider_type
(String) Type of trust provider. Possible values: user|devicedescription
(String) A description for the Amazon Web Services Verified Access trust provider.device_options
(Attributes) The options for device identity based trust providers. (see below for nested schema)device_trust_provider_type
(String) The type of device-based trust provider. Possible values: jamf|crowdstrikeoidc_options
(Attributes) The OpenID Connect details for an oidc -type, user-identity based trust provider. (see below for nested schema)sse_specification
(Attributes) The configuration options for customer provided KMS encryption. (see below for nested schema)tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)user_trust_provider_type
(String) The type of device-based trust provider. Possible values: oidc|iam-identity-centercreation_time
(String) The creation time.id
(String) Uniquely identifies the resource.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.device_options
Optional:
public_signing_key_url
(String) URL Verified Access will use to verify authenticity of the device tokens.tenant_id
(String) The ID of the tenant application with the device-identity provider.oidc_options
Optional:
authorization_endpoint
(String) The OIDC authorization endpoint.client_id
(String) The client identifier.client_secret
(String) The client secret.issuer
(String) The OIDC issuer.scope
(String) OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to details of a user. Each scope returns a specific set of user attributes.token_endpoint
(String) The OIDC token endpoint.user_info_endpoint
(String) The OIDC user info endpoint.sse_specification
Optional:
customer_managed_key_enabled
(Boolean) Whether to encrypt the policy with the provided key or disable encryptionkms_key_arn
(String) KMS Key Arn used to encrypt the group policytags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_ec2_verified_access_trust_provider.example <resource ID>