Class WorkspaceArgs


  • public final class WorkspaceArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  WorkspaceArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • keyVaultIdentifierId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> keyVaultIdentifierId()
        Returns:
        The key vault identifier used for encrypted workspaces.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The location of the resource. This cannot be changed after the resource is created.
      • ownerEmail

        public com.pulumi.core.Output<java.lang.String> ownerEmail()
        Returns:
        The email id of the owner for this workspace.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        The name of the resource group to which the machine learning workspace belongs.
      • sku

        public java.util.Optional<com.pulumi.core.Output<SkuArgs>> sku()
        Returns:
        The sku of the workspace.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        The tags of the resource.
      • userStorageAccountId

        public com.pulumi.core.Output<java.lang.String> userStorageAccountId()
        Returns:
        The fully qualified arm id of the storage account associated with this workspace.
      • workspaceName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> workspaceName()
        Returns:
        The name of the machine learning workspace.