GetExtensionResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actions defined in the extension.

Link copied to clipboard
val arn: String?

The system-generated Amazon Resource Name (ARN) for the extension.

Link copied to clipboard

Information about the extension.

Link copied to clipboard
val id: String?

The system-generated ID of the extension.

Link copied to clipboard
val name: String?

The extension name.

Link copied to clipboard

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension actions, these parameters are included in the Lambda request object.

Link copied to clipboard

The extension version number.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String