DomainIdentityCenterOptionsArgs

data class DomainIdentityCenterOptionsArgs(val enabledApiAccess: Output<Boolean>? = null, val identityCenterApplicationArn: Output<String>? = null, val identityCenterInstanceArn: Output<String>? = null, val identityStoreId: Output<String>? = null, val rolesKey: Output<DomainRolesKeyIdcType>? = null, val subjectKey: Output<DomainSubjectKeyIdcType>? = null) : ConvertibleToJava<DomainIdentityCenterOptionsArgs>

Options for configuring Identity Center

Constructors

Link copied to clipboard
constructor(enabledApiAccess: Output<Boolean>? = null, identityCenterApplicationArn: Output<String>? = null, identityCenterInstanceArn: Output<String>? = null, identityStoreId: Output<String>? = null, rolesKey: Output<DomainRolesKeyIdcType>? = null, subjectKey: Output<DomainSubjectKeyIdcType>? = null)

Properties

Link copied to clipboard
val enabledApiAccess: Output<Boolean>? = null

Whether Identity Center is enabled.

Link copied to clipboard

The ARN of the Identity Center application.

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

The ARN of the Identity Center instance.

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

The IdentityStoreId for Identity Center options.

Link copied to clipboard
val rolesKey: Output<DomainRolesKeyIdcType>? = null

The roles key for Identity Center options.

Link copied to clipboard
val subjectKey: Output<DomainSubjectKeyIdcType>? = null

The subject key for Identity Center options.

Functions

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