TrustedTokenIssuerArgs

data class TrustedTokenIssuerArgs(val clientToken: Output<String>? = null, val instanceArn: Output<String>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val trustedTokenIssuerConfiguration: Output<TrustedTokenIssuerTrustedTokenIssuerConfigurationArgs>? = null, val trustedTokenIssuerType: Output<String>? = null) : ConvertibleToJava<TrustedTokenIssuerArgs>

Resource for managing an AWS SSO Admin Trusted Token Issuer.

Example Usage

Import

Using pulumi import, import SSO Admin Trusted Token Issuer using the id. For example:

$ pulumi import aws:ssoadmin/trustedTokenIssuer:TrustedTokenIssuer example arn:aws:sso::012345678901:trustedTokenIssuer/ssoins-lu1ye3gew4mbc7ju/tti-2657c556-9707-11ee-b9d1-0242ac120002

Constructors

Link copied to clipboard
fun TrustedTokenIssuerArgs(clientToken: Output<String>? = null, instanceArn: Output<String>? = null, name: Output<String>? = null, tags: Output<Map<String, String>>? = null, trustedTokenIssuerConfiguration: Output<TrustedTokenIssuerTrustedTokenIssuerConfigurationArgs>? = null, trustedTokenIssuerType: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TrustedTokenIssuerArgs

Properties

Link copied to clipboard
val clientToken: Output<String>? = null

A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided.

Link copied to clipboard
val instanceArn: Output<String>? = null

ARN of the instance of IAM Identity Center.

Link copied to clipboard
val name: Output<String>? = null

Name of the trusted token issuer.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Key-value mapping of resource tags. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard

A block that specifies settings that apply to the trusted token issuer, these change depending on the type you specify in trusted_token_issuer_type. Documented below.

Link copied to clipboard
val trustedTokenIssuerType: Output<String>? = null

Specifies the type of the trusted token issuer. Valid values are OIDC_JWT The following arguments are optional: