GetPartnerAppResult

data class GetPartnerAppResult(val applicationConfig: PartnerAppConfig? = null, val arn: String? = null, val baseUrl: String? = null, val enableIamSessionBasedIdentity: Boolean? = null, val maintenanceConfig: PartnerAppMaintenanceConfig? = null, val tags: List<Tag>? = null, val tier: String? = null)

Constructors

Link copied to clipboard
constructor(applicationConfig: PartnerAppConfig? = null, arn: String? = null, baseUrl: String? = null, enableIamSessionBasedIdentity: Boolean? = null, maintenanceConfig: PartnerAppMaintenanceConfig? = null, tags: List<Tag>? = null, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A collection of settings that specify the maintenance schedule for the PartnerApp.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the created PartnerApp.

Link copied to clipboard
val baseUrl: String? = null

The AppServerUrl based on app and account-info.

Link copied to clipboard

Enables IAM Session based Identity for PartnerApp.

Link copied to clipboard

A collection of settings that specify the maintenance schedule for the PartnerApp.

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

A list of tags to apply to the PartnerApp.

Link copied to clipboard
val tier: String? = null

The tier of the PartnerApp.