IdentityProviderState constructor
Creates a new IdentityProviderState.
identityProviderArn ARN of the identity provider.
identityProviderDetails Identity provider details. The following list describes the provider detail keys for each identity provider type:
identityProviderName Identity provider name.
identityProviderType Identity provider type. Valid values: SAML, Facebook, Google, LoginWithAmazon, SignInWithApple, OIDC.
portalArn ARN of the web portal. Forces replacement if changed.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags Map of tags to assign to the resource. 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.
Implementation
const IdentityProviderState({
this.identityProviderArn,
this.identityProviderDetails,
this.identityProviderName,
this.identityProviderType,
this.portalArn,
this.region,
this.tags,
this.tagsAll,
});