TrustedTokenIssuerState class

Input properties used for looking up and filtering TrustedTokenIssuer resources.

Constructors

TrustedTokenIssuerState({Input<String?>? arn, Input<String?>? clientToken, Input<String?>? instanceArn, Input<String?>? name, Input<String?>? region, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<TrustedTokenIssuerTrustedTokenIssuerConfiguration?>? trustedTokenIssuerConfiguration, Input<String?>? trustedTokenIssuerType})
Creates a new TrustedTokenIssuerState. arn ARN of the trusted token issuer. clientToken A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided. instanceArn ARN of the instance of IAM Identity Center. name Name of the trusted token issuer. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Key-value mapping of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. trustedTokenIssuerConfiguration A block that specifies settings that apply to the trusted token issuer, these change depending on the type you specify in trustedTokenIssuerType. Documented below. trustedTokenIssuerType Specifies the type of the trusted token issuer. Valid values are OIDC_JWT
const
TrustedTokenIssuerState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN of the trusted token issuer.
final
clientToken → Input<String?>?
A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided.
final
hashCode int
The hash code for this object.
no setterinherited
instanceArn → Input<String?>?
ARN of the instance of IAM Identity Center.
final
name → Input<String?>?
Name of the trusted token issuer.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
Key-value mapping of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
trustedTokenIssuerConfiguration → Input<TrustedTokenIssuerTrustedTokenIssuerConfiguration?>?
A block that specifies settings that apply to the trusted token issuer, these change depending on the type you specify in trustedTokenIssuerType. Documented below.
final
trustedTokenIssuerType → Input<String?>?
Specifies the type of the trusted token issuer. Valid values are OIDC_JWT
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited