GetComponentPlainArgs

data class GetComponentPlainArgs(val appId: String, val environmentName: String, val id: String) : ConvertibleToJava<GetComponentPlainArgs>

Constructors

Link copied to clipboard
constructor(appId: String, environmentName: String, id: String)

Properties

Link copied to clipboard

The unique ID of the Amplify app associated with the component.

Link copied to clipboard

The name of the backend environment that is a part of the Amplify app.

Link copied to clipboard
val id: String

The unique ID of the component.

Functions

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