Package-level declarations

Types

Link copied to clipboard
data class GetStudioResult(val arn: String? = null, val defaultS3Location: String? = null, val description: String? = null, val idpAuthUrl: String? = null, val idpRelayStateParameterName: String? = null, val name: String? = null, val studioId: String? = null, val subnetIds: List<String>? = null, val tags: List<StudioTag>? = null, val url: String? = null)
Link copied to clipboard
data class GetStudioSessionMappingResult(val sessionPolicyArn: String? = null)
Link copied to clipboard
data class GetWalWorkspaceResult(val tags: List<WalWorkspaceTag>? = null)
Link copied to clipboard
data class StudioTag(val key: String, val value: String)

An arbitrary set of tags (key-value pairs) for this EMR Studio.

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

A key-value pair to associate with a resource.