Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Workspace : KotlinCustomResource

Definition of AWS::Grafana::Workspace Resource Type

Link copied to clipboard
data class WorkspaceArgs(val accountAccessType: Output<WorkspaceAccountAccessType>? = null, val authenticationProviders: Output<List<WorkspaceAuthenticationProviderTypes>>? = null, val clientToken: Output<String>? = null, val dataSources: Output<List<WorkspaceDataSourceType>>? = null, val description: Output<String>? = null, val grafanaVersion: Output<String>? = null, val name: Output<String>? = null, val networkAccessControl: Output<WorkspaceNetworkAccessControlArgs>? = null, val notificationDestinations: Output<List<WorkspaceNotificationDestinationType>>? = null, val organizationRoleName: Output<String>? = null, val organizationalUnits: Output<List<String>>? = null, val permissionType: Output<WorkspacePermissionType>? = null, val pluginAdminEnabled: Output<Boolean>? = null, val roleArn: Output<String>? = null, val samlConfiguration: Output<WorkspaceSamlConfigurationArgs>? = null, val stackSetName: Output<String>? = null, val vpcConfiguration: Output<WorkspaceVpcConfigurationArgs>? = null) : ConvertibleToJava<WorkspaceArgs>

Definition of AWS::Grafana::Workspace Resource Type

Link copied to clipboard
Link copied to clipboard
object WorkspaceMapper : ResourceMapper<Workspace>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun workspace(name: String, block: suspend WorkspaceResourceBuilder.() -> Unit): Workspace