TrustedTokenIssuer

class TrustedTokenIssuer : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>

ARN of the trusted token issuer.

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

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 id: Output<String>
Link copied to clipboard
val instanceArn: Output<String>

ARN of the instance of IAM Identity Center.

Link copied to clipboard
val name: Output<String>

Name of the trusted token issuer.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

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
val tagsAll: Output<Map<String, String>>

Map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

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

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

Link copied to clipboard
val urn: Output<String>