Package-level declarations
Types
Link copied to clipboard
data class GetWorkspaceResult(val accountAccessType: String, val arn: String, val authenticationProviders: List<String>, val createdDate: String, val dataSources: List<String>, val description: String, val endpoint: String, val grafanaVersion: String, val id: String, val lastUpdatedDate: String, val name: String, val notificationDestinations: List<String>, val organizationRoleName: String, val organizationalUnits: List<String>, val permissionType: String, val roleArn: String, val samlConfigurationStatus: String, val stackSetName: String, val status: String, val tags: Map<String, String>, val workspaceId: String)
A collection of values returned by getWorkspace.
Link copied to clipboard
data class WorkspaceNetworkAccessControl(val prefixListIds: List<String>, val vpceIds: List<String>)
Link copied to clipboard
data class WorkspaceVpcConfiguration(val securityGroupIds: List<String>, val subnetIds: List<String>)