Get Extension Result
data class GetExtensionResult(val actions: Map<String, List<ExtensionAction>>? = null, val arn: String? = null, val description: String? = null, val id: String? = null, val parameters: Map<String, ExtensionParameter>? = null, val versionNumber: Int? = null)
Properties
Link copied to clipboard
Description of the extension.
Link copied to clipboard
The parameters accepted by the extension. You specify parameter values when you associate the extension to an AWS AppConfig resource by using the CreateExtensionAssociation
API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.
Link copied to clipboard
The extension version number.