Package-level declarations

Types

Link copied to clipboard
data class ApplicationTags(val key: String, val value: String)

Metadata to assign to the application. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

Link copied to clipboard
data class ExtensionAssociationTag(val key: String, val value: String)

A key-value pair to associate with a resource.

Link copied to clipboard
data class ExtensionTag(val key: String, val value: String)

A key-value pair to associate with a resource.

Link copied to clipboard
data class GetApplicationResult(val applicationId: String? = null, val description: String? = null, val name: String? = null, val tags: List<ApplicationTags>? = null)
Link copied to clipboard
data class GetExtensionAssociationResult(val arn: String? = null, val extensionArn: String? = null, val id: String? = null, val parameters: Any? = null, val resourceArn: String? = null)
Link copied to clipboard
data class GetExtensionResult(val actions: Any? = null, val arn: String? = null, val description: String? = null, val id: String? = null, val parameters: Any? = null, val versionNumber: Int? = null)