ApplicationArgs

data class ApplicationArgs(val applicationProviderArn: Output<String>? = null, val description: Output<String>? = null, val instanceArn: Output<String>? = null, val name: Output<String>? = null, val portalOptions: Output<ApplicationPortalOptionsConfigurationArgs>? = null, val status: Output<ApplicationStatus>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ApplicationArgs>

Resource Type definition for Identity Center (SSO) Application

Constructors

Link copied to clipboard
constructor(applicationProviderArn: Output<String>? = null, description: Output<String>? = null, instanceArn: Output<String>? = null, name: Output<String>? = null, portalOptions: Output<ApplicationPortalOptionsConfigurationArgs>? = null, status: Output<ApplicationStatus>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The ARN of the application provider under which the operation will run

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

The description information for the Identity Center (SSO) Application

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

The ARN of the instance of IAM Identity Center under which the operation will run

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

The name you want to assign to this Identity Center (SSO) Application

Link copied to clipboard

A structure that describes the options for the portal associated with an application

Link copied to clipboard
val status: Output<ApplicationStatus>? = null

Specifies whether the application is enabled or disabled

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Specifies tags to be attached to the application

Functions

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