ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getSchematicsWorkspace
Explore with Pulumi AI
Retrieve information about a Schematics workspace. For more details about the Schematics and Schematics workspace, see setting up workspaces.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const schematicsWorkspace = ibm.getSchematicsWorkspace({
workspaceId: "workspace_id",
});
import pulumi
import pulumi_ibm as ibm
schematics_workspace = ibm.get_schematics_workspace(workspace_id="workspace_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupSchematicsWorkspace(ctx, &ibm.LookupSchematicsWorkspaceArgs{
WorkspaceId: "workspace_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var schematicsWorkspace = Ibm.GetSchematicsWorkspace.Invoke(new()
{
WorkspaceId = "workspace_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetSchematicsWorkspaceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var schematicsWorkspace = IbmFunctions.getSchematicsWorkspace(GetSchematicsWorkspaceArgs.builder()
.workspaceId("workspace_id")
.build());
}
}
variables:
schematicsWorkspace:
fn::invoke:
function: ibm:getSchematicsWorkspace
arguments:
workspaceId: workspace_id
Using getSchematicsWorkspace
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSchematicsWorkspace(args: GetSchematicsWorkspaceArgs, opts?: InvokeOptions): Promise<GetSchematicsWorkspaceResult>
function getSchematicsWorkspaceOutput(args: GetSchematicsWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetSchematicsWorkspaceResult>
def get_schematics_workspace(id: Optional[str] = None,
location: Optional[str] = None,
template_git_has_uploadedgitrepotar: Optional[bool] = None,
template_values_metadatas: Optional[Sequence[GetSchematicsWorkspaceTemplateValuesMetadata]] = None,
workspace_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSchematicsWorkspaceResult
def get_schematics_workspace_output(id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
template_git_has_uploadedgitrepotar: Optional[pulumi.Input[bool]] = None,
template_values_metadatas: Optional[pulumi.Input[Sequence[pulumi.Input[GetSchematicsWorkspaceTemplateValuesMetadataArgs]]]] = None,
workspace_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSchematicsWorkspaceResult]
func LookupSchematicsWorkspace(ctx *Context, args *LookupSchematicsWorkspaceArgs, opts ...InvokeOption) (*LookupSchematicsWorkspaceResult, error)
func LookupSchematicsWorkspaceOutput(ctx *Context, args *LookupSchematicsWorkspaceOutputArgs, opts ...InvokeOption) LookupSchematicsWorkspaceResultOutput
> Note: This function is named LookupSchematicsWorkspace
in the Go SDK.
public static class GetSchematicsWorkspace
{
public static Task<GetSchematicsWorkspaceResult> InvokeAsync(GetSchematicsWorkspaceArgs args, InvokeOptions? opts = null)
public static Output<GetSchematicsWorkspaceResult> Invoke(GetSchematicsWorkspaceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSchematicsWorkspaceResult> getSchematicsWorkspace(GetSchematicsWorkspaceArgs args, InvokeOptions options)
public static Output<GetSchematicsWorkspaceResult> getSchematicsWorkspace(GetSchematicsWorkspaceArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSchematicsWorkspace:getSchematicsWorkspace
arguments:
# arguments dictionary
The following arguments are supported:
- Workspace
Id string - The ID of the workspace. To find the workspace ID, use the
GET /v1/workspaces
API. - Id string
- Location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- Template
Git boolHas Uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- Template
Values List<GetMetadatas Schematics Workspace Template Values Metadata> - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
- Workspace
Id string - The ID of the workspace. To find the workspace ID, use the
GET /v1/workspaces
API. - Id string
- Location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- Template
Git boolHas Uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- Template
Values []GetMetadatas Schematics Workspace Template Values Metadata - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
- workspace
Id String - The ID of the workspace. To find the workspace ID, use the
GET /v1/workspaces
API. - id String
- location String
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- template
Git BooleanHas Uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- template
Values List<GetMetadatas Schematics Workspace Template Values Metadata> - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
- workspace
Id string - The ID of the workspace. To find the workspace ID, use the
GET /v1/workspaces
API. - id string
- location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- template
Git booleanHas Uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- template
Values GetMetadatas Schematics Workspace Template Values Metadata[] - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
- workspace_
id str - The ID of the workspace. To find the workspace ID, use the
GET /v1/workspaces
API. - id str
- location str
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- template_
git_ boolhas_ uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- template_
values_ Sequence[Getmetadatas Schematics Workspace Template Values Metadata] - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
- workspace
Id String - The ID of the workspace. To find the workspace ID, use the
GET /v1/workspaces
API. - id String
- location String
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- template
Git BooleanHas Uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- template
Values List<Property Map>Metadatas - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
getSchematicsWorkspace Result
The following output properties are available:
- List<string>
- (List) List of applied shared dataset ID.
- Catalog
Reves List<GetSchematics Workspace Catalog Ref> - (List) Information about the software template that you chose from the IBM Cloud catalog. This information is returned for IBM Cloud catalog offerings only. Nested scheme for catalog_ref:
- Created
At string - (String) The timestamp when the workspace was created.
- Created
By string - (String) The user ID that created the workspace.
- Crn string
- (String) The workspace CRN.
- Description string
- (String) The description of your input variable.
- Frozen bool
- (Boolean) If set to true, the workspace is frozen and changes to the workspace are disabled.
- Frozen
At string - (String) The timestamp when the workspace was frozen.
- Frozen
By string - (String) The user ID that froze the workspace.
- Id string
- Is
Frozen bool - Is
Locked bool - Last
Health stringCheck At - (String) The timestamp when the last health check was performed by Schematics.
- Location string
- Locked bool
- (Boolean) If set to true, the workspace is locked and disabled for changes.
- Locked
By string - (String) The user ID that initiated a resource-related job, such as applying or destroying resources, that locked the workspace.
- Locked
Time string - (String) The timestamp when the workspace was locked.
- Name string
- (String) The name of the variable.
- Resource
Controller stringUrl - Resource
Group string - (String) The resource group the workspace was provisioned in.
- Runtime
Datas List<GetSchematics Workspace Runtime Data> - (List) Information about the provisioning engine, state file, and runtime logs. Nested scheme for runtime_data:
- List<Get
Schematics Workspace Shared Data> - Status string
- Status
Code string - (String) The success or error code that was returned for the last plan, apply, or destroy job that ran against your workspace.
- Status
Msg string - (String) The success or error message that was returned for the last plan, apply, or destroy job that ran against your workspace.
- List<string>
- (List) A list of tags that are associated with the workspace.
- Template
Env List<GetSettings Schematics Workspace Template Env Setting> - (List) List of environment values. Nested scheme for env_values:
- Template
Git stringBranch - (String) The repository branch.
- Template
Git stringFolder - Template
Git stringFull Url - (String) Full repository URL.
- Template
Git boolHas Uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- Template
Git stringRelease - (String) The repository release.
- Template
Git stringRepo Sha Value - (String) The repository SHA value.
- Template
Git stringRepo Url - (String) The repository URL.
- Template
Git stringUrl - (String) The source URL.
- Template
Init stringState File - Template
Inputs List<GetSchematics Workspace Template Input> - (List) Information about the input variables that your template uses. Nested scheme for variablestore:
- Template
Ref string - (String) Workspace template reference.
- Template
Type string - Template
Uninstall stringScript Name - (String) Uninstall script name.
- Template
Values string - Updated
At string - (String) The timestamp when the workspace was last updated.
- Updated
By string - (String) The user ID that updated the workspace.
- Workspace
Id string - Template
Values List<GetMetadatas Schematics Workspace Template Values Metadata> - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
- []string
- (List) List of applied shared dataset ID.
- Catalog
Reves []GetSchematics Workspace Catalog Ref - (List) Information about the software template that you chose from the IBM Cloud catalog. This information is returned for IBM Cloud catalog offerings only. Nested scheme for catalog_ref:
- Created
At string - (String) The timestamp when the workspace was created.
- Created
By string - (String) The user ID that created the workspace.
- Crn string
- (String) The workspace CRN.
- Description string
- (String) The description of your input variable.
- Frozen bool
- (Boolean) If set to true, the workspace is frozen and changes to the workspace are disabled.
- Frozen
At string - (String) The timestamp when the workspace was frozen.
- Frozen
By string - (String) The user ID that froze the workspace.
- Id string
- Is
Frozen bool - Is
Locked bool - Last
Health stringCheck At - (String) The timestamp when the last health check was performed by Schematics.
- Location string
- Locked bool
- (Boolean) If set to true, the workspace is locked and disabled for changes.
- Locked
By string - (String) The user ID that initiated a resource-related job, such as applying or destroying resources, that locked the workspace.
- Locked
Time string - (String) The timestamp when the workspace was locked.
- Name string
- (String) The name of the variable.
- Resource
Controller stringUrl - Resource
Group string - (String) The resource group the workspace was provisioned in.
- Runtime
Datas []GetSchematics Workspace Runtime Data - (List) Information about the provisioning engine, state file, and runtime logs. Nested scheme for runtime_data:
- []Get
Schematics Workspace Shared Data - Status string
- Status
Code string - (String) The success or error code that was returned for the last plan, apply, or destroy job that ran against your workspace.
- Status
Msg string - (String) The success or error message that was returned for the last plan, apply, or destroy job that ran against your workspace.
- []string
- (List) A list of tags that are associated with the workspace.
- Template
Env []GetSettings Schematics Workspace Template Env Setting - (List) List of environment values. Nested scheme for env_values:
- Template
Git stringBranch - (String) The repository branch.
- Template
Git stringFolder - Template
Git stringFull Url - (String) Full repository URL.
- Template
Git boolHas Uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- Template
Git stringRelease - (String) The repository release.
- Template
Git stringRepo Sha Value - (String) The repository SHA value.
- Template
Git stringRepo Url - (String) The repository URL.
- Template
Git stringUrl - (String) The source URL.
- Template
Init stringState File - Template
Inputs []GetSchematics Workspace Template Input - (List) Information about the input variables that your template uses. Nested scheme for variablestore:
- Template
Ref string - (String) Workspace template reference.
- Template
Type string - Template
Uninstall stringScript Name - (String) Uninstall script name.
- Template
Values string - Updated
At string - (String) The timestamp when the workspace was last updated.
- Updated
By string - (String) The user ID that updated the workspace.
- Workspace
Id string - Template
Values []GetMetadatas Schematics Workspace Template Values Metadata - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
- List<String>
- (List) List of applied shared dataset ID.
- catalog
Reves List<GetSchematics Workspace Catalog Ref> - (List) Information about the software template that you chose from the IBM Cloud catalog. This information is returned for IBM Cloud catalog offerings only. Nested scheme for catalog_ref:
- created
At String - (String) The timestamp when the workspace was created.
- created
By String - (String) The user ID that created the workspace.
- crn String
- (String) The workspace CRN.
- description String
- (String) The description of your input variable.
- frozen Boolean
- (Boolean) If set to true, the workspace is frozen and changes to the workspace are disabled.
- frozen
At String - (String) The timestamp when the workspace was frozen.
- frozen
By String - (String) The user ID that froze the workspace.
- id String
- is
Frozen Boolean - is
Locked Boolean - last
Health StringCheck At - (String) The timestamp when the last health check was performed by Schematics.
- location String
- locked Boolean
- (Boolean) If set to true, the workspace is locked and disabled for changes.
- locked
By String - (String) The user ID that initiated a resource-related job, such as applying or destroying resources, that locked the workspace.
- locked
Time String - (String) The timestamp when the workspace was locked.
- name String
- (String) The name of the variable.
- resource
Controller StringUrl - resource
Group String - (String) The resource group the workspace was provisioned in.
- runtime
Datas List<GetSchematics Workspace Runtime Data> - (List) Information about the provisioning engine, state file, and runtime logs. Nested scheme for runtime_data:
- List<Get
Schematics Workspace Shared Data> - status String
- status
Code String - (String) The success or error code that was returned for the last plan, apply, or destroy job that ran against your workspace.
- status
Msg String - (String) The success or error message that was returned for the last plan, apply, or destroy job that ran against your workspace.
- List<String>
- (List) A list of tags that are associated with the workspace.
- template
Env List<GetSettings Schematics Workspace Template Env Setting> - (List) List of environment values. Nested scheme for env_values:
- template
Git StringBranch - (String) The repository branch.
- template
Git StringFolder - template
Git StringFull Url - (String) Full repository URL.
- template
Git BooleanHas Uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- template
Git StringRelease - (String) The repository release.
- template
Git StringRepo Sha Value - (String) The repository SHA value.
- template
Git StringRepo Url - (String) The repository URL.
- template
Git StringUrl - (String) The source URL.
- template
Init StringState File - template
Inputs List<GetSchematics Workspace Template Input> - (List) Information about the input variables that your template uses. Nested scheme for variablestore:
- template
Ref String - (String) Workspace template reference.
- template
Type String - template
Uninstall StringScript Name - (String) Uninstall script name.
- template
Values String - updated
At String - (String) The timestamp when the workspace was last updated.
- updated
By String - (String) The user ID that updated the workspace.
- workspace
Id String - template
Values List<GetMetadatas Schematics Workspace Template Values Metadata> - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
- string[]
- (List) List of applied shared dataset ID.
- catalog
Reves GetSchematics Workspace Catalog Ref[] - (List) Information about the software template that you chose from the IBM Cloud catalog. This information is returned for IBM Cloud catalog offerings only. Nested scheme for catalog_ref:
- created
At string - (String) The timestamp when the workspace was created.
- created
By string - (String) The user ID that created the workspace.
- crn string
- (String) The workspace CRN.
- description string
- (String) The description of your input variable.
- frozen boolean
- (Boolean) If set to true, the workspace is frozen and changes to the workspace are disabled.
- frozen
At string - (String) The timestamp when the workspace was frozen.
- frozen
By string - (String) The user ID that froze the workspace.
- id string
- is
Frozen boolean - is
Locked boolean - last
Health stringCheck At - (String) The timestamp when the last health check was performed by Schematics.
- location string
- locked boolean
- (Boolean) If set to true, the workspace is locked and disabled for changes.
- locked
By string - (String) The user ID that initiated a resource-related job, such as applying or destroying resources, that locked the workspace.
- locked
Time string - (String) The timestamp when the workspace was locked.
- name string
- (String) The name of the variable.
- resource
Controller stringUrl - resource
Group string - (String) The resource group the workspace was provisioned in.
- runtime
Datas GetSchematics Workspace Runtime Data[] - (List) Information about the provisioning engine, state file, and runtime logs. Nested scheme for runtime_data:
- Get
Schematics Workspace Shared Data[] - status string
- status
Code string - (String) The success or error code that was returned for the last plan, apply, or destroy job that ran against your workspace.
- status
Msg string - (String) The success or error message that was returned for the last plan, apply, or destroy job that ran against your workspace.
- string[]
- (List) A list of tags that are associated with the workspace.
- template
Env GetSettings Schematics Workspace Template Env Setting[] - (List) List of environment values. Nested scheme for env_values:
- template
Git stringBranch - (String) The repository branch.
- template
Git stringFolder - template
Git stringFull Url - (String) Full repository URL.
- template
Git booleanHas Uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- template
Git stringRelease - (String) The repository release.
- template
Git stringRepo Sha Value - (String) The repository SHA value.
- template
Git stringRepo Url - (String) The repository URL.
- template
Git stringUrl - (String) The source URL.
- template
Init stringState File - template
Inputs GetSchematics Workspace Template Input[] - (List) Information about the input variables that your template uses. Nested scheme for variablestore:
- template
Ref string - (String) Workspace template reference.
- template
Type string - template
Uninstall stringScript Name - (String) Uninstall script name.
- template
Values string - updated
At string - (String) The timestamp when the workspace was last updated.
- updated
By string - (String) The user ID that updated the workspace.
- workspace
Id string - template
Values GetMetadatas Schematics Workspace Template Values Metadata[] - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
- Sequence[str]
- (List) List of applied shared dataset ID.
- catalog_
reves Sequence[GetSchematics Workspace Catalog Ref] - (List) Information about the software template that you chose from the IBM Cloud catalog. This information is returned for IBM Cloud catalog offerings only. Nested scheme for catalog_ref:
- created_
at str - (String) The timestamp when the workspace was created.
- created_
by str - (String) The user ID that created the workspace.
- crn str
- (String) The workspace CRN.
- description str
- (String) The description of your input variable.
- frozen bool
- (Boolean) If set to true, the workspace is frozen and changes to the workspace are disabled.
- frozen_
at str - (String) The timestamp when the workspace was frozen.
- frozen_
by str - (String) The user ID that froze the workspace.
- id str
- is_
frozen bool - is_
locked bool - last_
health_ strcheck_ at - (String) The timestamp when the last health check was performed by Schematics.
- location str
- locked bool
- (Boolean) If set to true, the workspace is locked and disabled for changes.
- locked_
by str - (String) The user ID that initiated a resource-related job, such as applying or destroying resources, that locked the workspace.
- locked_
time str - (String) The timestamp when the workspace was locked.
- name str
- (String) The name of the variable.
- resource_
controller_ strurl - resource_
group str - (String) The resource group the workspace was provisioned in.
- runtime_
datas Sequence[GetSchematics Workspace Runtime Data] - (List) Information about the provisioning engine, state file, and runtime logs. Nested scheme for runtime_data:
- Sequence[Get
Schematics Workspace Shared Data] - status str
- status_
code str - (String) The success or error code that was returned for the last plan, apply, or destroy job that ran against your workspace.
- status_
msg str - (String) The success or error message that was returned for the last plan, apply, or destroy job that ran against your workspace.
- Sequence[str]
- (List) A list of tags that are associated with the workspace.
- template_
env_ Sequence[Getsettings Schematics Workspace Template Env Setting] - (List) List of environment values. Nested scheme for env_values:
- template_
git_ strbranch - (String) The repository branch.
- template_
git_ strfolder - template_
git_ strfull_ url - (String) Full repository URL.
- template_
git_ boolhas_ uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- template_
git_ strrelease - (String) The repository release.
- template_
git_ strrepo_ sha_ value - (String) The repository SHA value.
- template_
git_ strrepo_ url - (String) The repository URL.
- template_
git_ strurl - (String) The source URL.
- template_
init_ strstate_ file - template_
inputs Sequence[GetSchematics Workspace Template Input] - (List) Information about the input variables that your template uses. Nested scheme for variablestore:
- template_
ref str - (String) Workspace template reference.
- template_
type str - template_
uninstall_ strscript_ name - (String) Uninstall script name.
- template_
values str - updated_
at str - (String) The timestamp when the workspace was last updated.
- updated_
by str - (String) The user ID that updated the workspace.
- workspace_
id str - template_
values_ Sequence[Getmetadatas Schematics Workspace Template Values Metadata] - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
- List<String>
- (List) List of applied shared dataset ID.
- catalog
Reves List<Property Map> - (List) Information about the software template that you chose from the IBM Cloud catalog. This information is returned for IBM Cloud catalog offerings only. Nested scheme for catalog_ref:
- created
At String - (String) The timestamp when the workspace was created.
- created
By String - (String) The user ID that created the workspace.
- crn String
- (String) The workspace CRN.
- description String
- (String) The description of your input variable.
- frozen Boolean
- (Boolean) If set to true, the workspace is frozen and changes to the workspace are disabled.
- frozen
At String - (String) The timestamp when the workspace was frozen.
- frozen
By String - (String) The user ID that froze the workspace.
- id String
- is
Frozen Boolean - is
Locked Boolean - last
Health StringCheck At - (String) The timestamp when the last health check was performed by Schematics.
- location String
- locked Boolean
- (Boolean) If set to true, the workspace is locked and disabled for changes.
- locked
By String - (String) The user ID that initiated a resource-related job, such as applying or destroying resources, that locked the workspace.
- locked
Time String - (String) The timestamp when the workspace was locked.
- name String
- (String) The name of the variable.
- resource
Controller StringUrl - resource
Group String - (String) The resource group the workspace was provisioned in.
- runtime
Datas List<Property Map> - (List) Information about the provisioning engine, state file, and runtime logs. Nested scheme for runtime_data:
- List<Property Map>
- status String
- status
Code String - (String) The success or error code that was returned for the last plan, apply, or destroy job that ran against your workspace.
- status
Msg String - (String) The success or error message that was returned for the last plan, apply, or destroy job that ran against your workspace.
- List<String>
- (List) A list of tags that are associated with the workspace.
- template
Env List<Property Map>Settings - (List) List of environment values. Nested scheme for env_values:
- template
Git StringBranch - (String) The repository branch.
- template
Git StringFolder - template
Git StringFull Url - (String) Full repository URL.
- template
Git BooleanHas Uploadedgitrepotar - (Boolean) Has uploaded Git repository tar.
- template
Git StringRelease - (String) The repository release.
- template
Git StringRepo Sha Value - (String) The repository SHA value.
- template
Git StringRepo Url - (String) The repository URL.
- template
Git StringUrl - (String) The source URL.
- template
Init StringState File - template
Inputs List<Property Map> - (List) Information about the input variables that your template uses. Nested scheme for variablestore:
- template
Ref String - (String) Workspace template reference.
- template
Type String - template
Uninstall StringScript Name - (String) Uninstall script name.
- template
Values String - updated
At String - (String) The timestamp when the workspace was last updated.
- updated
By String - (String) The user ID that updated the workspace.
- workspace
Id String - template
Values List<Property Map>Metadatas - (List) A list of input variables that are associated with the workspace. Nested scheme for values_metadata:
Supporting Types
GetSchematicsWorkspaceCatalogRef
- Dry
Run bool - (Boolean) Dry run.
- Item
Icon stringUrl - (String) The URL to the icon of the software template in the IBM Cloud catalog.
- Item
Id string - (String) The ID of the software template that you chose to install from the IBM Cloud catalog. This software is provisioned with Schematics.
- Item
Name string - (String) The name of the software that you chose to install from the IBM Cloud catalog.
- Item
Readme stringUrl - (String) The URL to the readme file of the software template in the IBM Cloud catalog.
- Item
Url string - (String) The URL to the software template in the IBM Cloud catalog.
- Launch
Url string - (String) The URL to the dashboard to access your software.
- Offering
Version string - (String) The version of the software template that you chose to install from the IBM Cloud catalog.
- Owning
Account string - (String) Owning account ID of the catalog.
- Service
Extensions string - (String) Service extensions defined as string of json
- Dry
Run bool - (Boolean) Dry run.
- Item
Icon stringUrl - (String) The URL to the icon of the software template in the IBM Cloud catalog.
- Item
Id string - (String) The ID of the software template that you chose to install from the IBM Cloud catalog. This software is provisioned with Schematics.
- Item
Name string - (String) The name of the software that you chose to install from the IBM Cloud catalog.
- Item
Readme stringUrl - (String) The URL to the readme file of the software template in the IBM Cloud catalog.
- Item
Url string - (String) The URL to the software template in the IBM Cloud catalog.
- Launch
Url string - (String) The URL to the dashboard to access your software.
- Offering
Version string - (String) The version of the software template that you chose to install from the IBM Cloud catalog.
- Owning
Account string - (String) Owning account ID of the catalog.
- Service
Extensions string - (String) Service extensions defined as string of json
- dry
Run Boolean - (Boolean) Dry run.
- item
Icon StringUrl - (String) The URL to the icon of the software template in the IBM Cloud catalog.
- item
Id String - (String) The ID of the software template that you chose to install from the IBM Cloud catalog. This software is provisioned with Schematics.
- item
Name String - (String) The name of the software that you chose to install from the IBM Cloud catalog.
- item
Readme StringUrl - (String) The URL to the readme file of the software template in the IBM Cloud catalog.
- item
Url String - (String) The URL to the software template in the IBM Cloud catalog.
- launch
Url String - (String) The URL to the dashboard to access your software.
- offering
Version String - (String) The version of the software template that you chose to install from the IBM Cloud catalog.
- owning
Account String - (String) Owning account ID of the catalog.
- service
Extensions String - (String) Service extensions defined as string of json
- dry
Run boolean - (Boolean) Dry run.
- item
Icon stringUrl - (String) The URL to the icon of the software template in the IBM Cloud catalog.
- item
Id string - (String) The ID of the software template that you chose to install from the IBM Cloud catalog. This software is provisioned with Schematics.
- item
Name string - (String) The name of the software that you chose to install from the IBM Cloud catalog.
- item
Readme stringUrl - (String) The URL to the readme file of the software template in the IBM Cloud catalog.
- item
Url string - (String) The URL to the software template in the IBM Cloud catalog.
- launch
Url string - (String) The URL to the dashboard to access your software.
- offering
Version string - (String) The version of the software template that you chose to install from the IBM Cloud catalog.
- owning
Account string - (String) Owning account ID of the catalog.
- service
Extensions string - (String) Service extensions defined as string of json
- dry_
run bool - (Boolean) Dry run.
- item_
icon_ strurl - (String) The URL to the icon of the software template in the IBM Cloud catalog.
- item_
id str - (String) The ID of the software template that you chose to install from the IBM Cloud catalog. This software is provisioned with Schematics.
- item_
name str - (String) The name of the software that you chose to install from the IBM Cloud catalog.
- item_
readme_ strurl - (String) The URL to the readme file of the software template in the IBM Cloud catalog.
- item_
url str - (String) The URL to the software template in the IBM Cloud catalog.
- launch_
url str - (String) The URL to the dashboard to access your software.
- offering_
version str - (String) The version of the software template that you chose to install from the IBM Cloud catalog.
- owning_
account str - (String) Owning account ID of the catalog.
- service_
extensions str - (String) Service extensions defined as string of json
- dry
Run Boolean - (Boolean) Dry run.
- item
Icon StringUrl - (String) The URL to the icon of the software template in the IBM Cloud catalog.
- item
Id String - (String) The ID of the software template that you chose to install from the IBM Cloud catalog. This software is provisioned with Schematics.
- item
Name String - (String) The name of the software that you chose to install from the IBM Cloud catalog.
- item
Readme StringUrl - (String) The URL to the readme file of the software template in the IBM Cloud catalog.
- item
Url String - (String) The URL to the software template in the IBM Cloud catalog.
- launch
Url String - (String) The URL to the dashboard to access your software.
- offering
Version String - (String) The version of the software template that you chose to install from the IBM Cloud catalog.
- owning
Account String - (String) Owning account ID of the catalog.
- service
Extensions String - (String) Service extensions defined as string of json
GetSchematicsWorkspaceRuntimeData
- Engine
Cmd string - Engine
Name string - Engine
Version string - (String) The version of the provisioning engine that was used.
- Id string
- Log
Store stringUrl - (String) The URL to access the logs that were created during the creation, update, or deletion of your IBM Cloud resources.
- Output
Values List<ImmutableDictionary<string, string>> - (List) List of Output values.
- Resources
List<Immutable
Dictionary<string, string>> - (List) List of resources.
- State
Store stringUrl
- Engine
Cmd string - Engine
Name string - Engine
Version string - (String) The version of the provisioning engine that was used.
- Id string
- Log
Store stringUrl - (String) The URL to access the logs that were created during the creation, update, or deletion of your IBM Cloud resources.
- Output
Values []map[string]string - (List) List of Output values.
- Resources []map[string]string
- (List) List of resources.
- State
Store stringUrl
- engine
Cmd String - engine
Name String - engine
Version String - (String) The version of the provisioning engine that was used.
- id String
- log
Store StringUrl - (String) The URL to access the logs that were created during the creation, update, or deletion of your IBM Cloud resources.
- output
Values List<Map<String,String>> - (List) List of Output values.
- resources List<Map<String,String>>
- (List) List of resources.
- state
Store StringUrl
- engine
Cmd string - engine
Name string - engine
Version string - (String) The version of the provisioning engine that was used.
- id string
- log
Store stringUrl - (String) The URL to access the logs that were created during the creation, update, or deletion of your IBM Cloud resources.
- output
Values {[key: string]: string}[] - (List) List of Output values.
- resources {[key: string]: string}[]
- (List) List of resources.
- state
Store stringUrl
- engine_
cmd str - engine_
name str - engine_
version str - (String) The version of the provisioning engine that was used.
- id str
- log_
store_ strurl - (String) The URL to access the logs that were created during the creation, update, or deletion of your IBM Cloud resources.
- output_
values Sequence[Mapping[str, str]] - (List) List of Output values.
- resources Sequence[Mapping[str, str]]
- (List) List of resources.
- state_
store_ strurl
- engine
Cmd String - engine
Name String - engine
Version String - (String) The version of the provisioning engine that was used.
- id String
- log
Store StringUrl - (String) The URL to access the logs that were created during the creation, update, or deletion of your IBM Cloud resources.
- output
Values List<Map<String>> - (List) List of Output values.
- resources List<Map<String>>
- (List) List of resources.
- state
Store StringUrl
GetSchematicsWorkspaceSharedData
- Cluster
Id string - (String) The ID of the cluster where you want to provision the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- Cluster
Name string - (String) Target cluster name.
- Entitlement
Keys List<ImmutableDictionary<string, string>> - (List) The entitlement key that you want to use to install IBM Cloud entitled software.
- Namespace string
- (String) The Kubernetes namespace or OpenShift project where the resources of all IBM Cloud catalog templates that are included in the catalog offering are deployed into.
- Region string
- (String) The IBM Cloud region that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- Resource
Group stringId - (String) The ID of the resource group that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- Cluster
Id string - (String) The ID of the cluster where you want to provision the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- Cluster
Name string - (String) Target cluster name.
- Entitlement
Keys []map[string]string - (List) The entitlement key that you want to use to install IBM Cloud entitled software.
- Namespace string
- (String) The Kubernetes namespace or OpenShift project where the resources of all IBM Cloud catalog templates that are included in the catalog offering are deployed into.
- Region string
- (String) The IBM Cloud region that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- Resource
Group stringId - (String) The ID of the resource group that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- cluster
Id String - (String) The ID of the cluster where you want to provision the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- cluster
Name String - (String) Target cluster name.
- entitlement
Keys List<Map<String,String>> - (List) The entitlement key that you want to use to install IBM Cloud entitled software.
- namespace String
- (String) The Kubernetes namespace or OpenShift project where the resources of all IBM Cloud catalog templates that are included in the catalog offering are deployed into.
- region String
- (String) The IBM Cloud region that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- resource
Group StringId - (String) The ID of the resource group that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- cluster
Id string - (String) The ID of the cluster where you want to provision the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- cluster
Name string - (String) Target cluster name.
- entitlement
Keys {[key: string]: string}[] - (List) The entitlement key that you want to use to install IBM Cloud entitled software.
- namespace string
- (String) The Kubernetes namespace or OpenShift project where the resources of all IBM Cloud catalog templates that are included in the catalog offering are deployed into.
- region string
- (String) The IBM Cloud region that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- resource
Group stringId - (String) The ID of the resource group that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- cluster_
id str - (String) The ID of the cluster where you want to provision the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- cluster_
name str - (String) Target cluster name.
- entitlement_
keys Sequence[Mapping[str, str]] - (List) The entitlement key that you want to use to install IBM Cloud entitled software.
- namespace str
- (String) The Kubernetes namespace or OpenShift project where the resources of all IBM Cloud catalog templates that are included in the catalog offering are deployed into.
- region str
- (String) The IBM Cloud region that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- resource_
group_ strid - (String) The ID of the resource group that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- cluster
Id String - (String) The ID of the cluster where you want to provision the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- cluster
Name String - (String) Target cluster name.
- entitlement
Keys List<Map<String>> - (List) The entitlement key that you want to use to install IBM Cloud entitled software.
- namespace String
- (String) The Kubernetes namespace or OpenShift project where the resources of all IBM Cloud catalog templates that are included in the catalog offering are deployed into.
- region String
- (String) The IBM Cloud region that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
- resource
Group StringId - (String) The ID of the resource group that you want to use for the resources of all IBM Cloud catalog templates that are included in the catalog offering.
GetSchematicsWorkspaceTemplateEnvSetting
GetSchematicsWorkspaceTemplateInput
- Description string
- (String) The description of your input variable.
- Name string
- (String) The name of the variable.
- Secure bool
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - Type string
- Value string
- Description string
- (String) The description of your input variable.
- Name string
- (String) The name of the variable.
- Secure bool
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - Type string
- Value string
- description String
- (String) The description of your input variable.
- name String
- (String) The name of the variable.
- secure Boolean
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - type String
- value String
- description string
- (String) The description of your input variable.
- name string
- (String) The name of the variable.
- secure boolean
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - type string
- value string
- description str
- (String) The description of your input variable.
- name str
- (String) The name of the variable.
- secure bool
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - type str
- value str
- description String
- (String) The description of your input variable.
- name String
- (String) The name of the variable.
- secure Boolean
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - type String
- value String
GetSchematicsWorkspaceTemplateValuesMetadata
- Aliases List<string>
- (List) The list of aliases for the variable name.
- Cloud
Data stringType - (String) Cloud data type of the variable. eg. resource_group_id, region, vpc_id.
- Default string
- (String) Default value for the variable only if the override value is not specified.
- Description string
- (String) The description of your input variable.
- Group
By string - (String) The display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable is not displayed on UI or Command line.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Link
Status string - (String) The status of the link.
- Constraints: Allowable values are:
normal
,broken
.
- Constraints: Allowable values are:
- Matches string
- (String) The regex for the variable value.
- Max
Length double - (Integer) The maximum length of the variable value. Applicable for the string type.
- Max
Value double - (Integer) The maximum value of the variable. Applicable for the integer type.
- Metadatas
List<Get
Schematics Workspace Template Values Metadata Metadata> - (List) List of service data Nested scheme for metadata:
- Min
Length double - (Integer) The minimum length of the variable value. Applicable for the string type.
- Min
Value double - (Integer) The minimum value of the variable. Applicable for the integer type.
- Name string
- (String) The name of the variable.
- Options List<string>
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- Position double
- (Integer) The relative position of this variable in a list.
- Required bool
- (Boolean) If the variable required?.
- Secure bool
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - Source string
- (String) The source of this meta-data.
- Type string
- Type of the variable.
- Value string
- The value of the variable. Applicable for the integer type.
- Aliases []string
- (List) The list of aliases for the variable name.
- Cloud
Data stringType - (String) Cloud data type of the variable. eg. resource_group_id, region, vpc_id.
- Default string
- (String) Default value for the variable only if the override value is not specified.
- Description string
- (String) The description of your input variable.
- Group
By string - (String) The display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable is not displayed on UI or Command line.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Link
Status string - (String) The status of the link.
- Constraints: Allowable values are:
normal
,broken
.
- Constraints: Allowable values are:
- Matches string
- (String) The regex for the variable value.
- Max
Length float64 - (Integer) The maximum length of the variable value. Applicable for the string type.
- Max
Value float64 - (Integer) The maximum value of the variable. Applicable for the integer type.
- Metadatas
[]Get
Schematics Workspace Template Values Metadata Metadata - (List) List of service data Nested scheme for metadata:
- Min
Length float64 - (Integer) The minimum length of the variable value. Applicable for the string type.
- Min
Value float64 - (Integer) The minimum value of the variable. Applicable for the integer type.
- Name string
- (String) The name of the variable.
- Options []string
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- Position float64
- (Integer) The relative position of this variable in a list.
- Required bool
- (Boolean) If the variable required?.
- Secure bool
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - Source string
- (String) The source of this meta-data.
- Type string
- Type of the variable.
- Value string
- The value of the variable. Applicable for the integer type.
- aliases List<String>
- (List) The list of aliases for the variable name.
- cloud
Data StringType - (String) Cloud data type of the variable. eg. resource_group_id, region, vpc_id.
- default_ String
- (String) Default value for the variable only if the override value is not specified.
- description String
- (String) The description of your input variable.
- group
By String - (String) The display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable is not displayed on UI or Command line.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- link
Status String - (String) The status of the link.
- Constraints: Allowable values are:
normal
,broken
.
- Constraints: Allowable values are:
- matches String
- (String) The regex for the variable value.
- max
Length Double - (Integer) The maximum length of the variable value. Applicable for the string type.
- max
Value Double - (Integer) The maximum value of the variable. Applicable for the integer type.
- metadatas
List<Get
Schematics Workspace Template Values Metadata Metadata> - (List) List of service data Nested scheme for metadata:
- min
Length Double - (Integer) The minimum length of the variable value. Applicable for the string type.
- min
Value Double - (Integer) The minimum value of the variable. Applicable for the integer type.
- name String
- (String) The name of the variable.
- options List<String>
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- position Double
- (Integer) The relative position of this variable in a list.
- required Boolean
- (Boolean) If the variable required?.
- secure Boolean
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - source String
- (String) The source of this meta-data.
- type String
- Type of the variable.
- value String
- The value of the variable. Applicable for the integer type.
- aliases string[]
- (List) The list of aliases for the variable name.
- cloud
Data stringType - (String) Cloud data type of the variable. eg. resource_group_id, region, vpc_id.
- default string
- (String) Default value for the variable only if the override value is not specified.
- description string
- (String) The description of your input variable.
- group
By string - (String) The display name of the group this variable belongs to.
- boolean
- (Boolean) If true, the variable is not displayed on UI or Command line.
- immutable boolean
- (Boolean) Is the variable readonly ?.
- link
Status string - (String) The status of the link.
- Constraints: Allowable values are:
normal
,broken
.
- Constraints: Allowable values are:
- matches string
- (String) The regex for the variable value.
- max
Length number - (Integer) The maximum length of the variable value. Applicable for the string type.
- max
Value number - (Integer) The maximum value of the variable. Applicable for the integer type.
- metadatas
Get
Schematics Workspace Template Values Metadata Metadata[] - (List) List of service data Nested scheme for metadata:
- min
Length number - (Integer) The minimum length of the variable value. Applicable for the string type.
- min
Value number - (Integer) The minimum value of the variable. Applicable for the integer type.
- name string
- (String) The name of the variable.
- options string[]
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- position number
- (Integer) The relative position of this variable in a list.
- required boolean
- (Boolean) If the variable required?.
- secure boolean
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - source string
- (String) The source of this meta-data.
- type string
- Type of the variable.
- value string
- The value of the variable. Applicable for the integer type.
- aliases Sequence[str]
- (List) The list of aliases for the variable name.
- cloud_
data_ strtype - (String) Cloud data type of the variable. eg. resource_group_id, region, vpc_id.
- default str
- (String) Default value for the variable only if the override value is not specified.
- description str
- (String) The description of your input variable.
- group_
by str - (String) The display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable is not displayed on UI or Command line.
- immutable bool
- (Boolean) Is the variable readonly ?.
- link_
status str - (String) The status of the link.
- Constraints: Allowable values are:
normal
,broken
.
- Constraints: Allowable values are:
- matches str
- (String) The regex for the variable value.
- max_
length float - (Integer) The maximum length of the variable value. Applicable for the string type.
- max_
value float - (Integer) The maximum value of the variable. Applicable for the integer type.
- metadatas
Sequence[Get
Schematics Workspace Template Values Metadata Metadata] - (List) List of service data Nested scheme for metadata:
- min_
length float - (Integer) The minimum length of the variable value. Applicable for the string type.
- min_
value float - (Integer) The minimum value of the variable. Applicable for the integer type.
- name str
- (String) The name of the variable.
- options Sequence[str]
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- position float
- (Integer) The relative position of this variable in a list.
- required bool
- (Boolean) If the variable required?.
- secure bool
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - source str
- (String) The source of this meta-data.
- type str
- Type of the variable.
- value str
- The value of the variable. Applicable for the integer type.
- aliases List<String>
- (List) The list of aliases for the variable name.
- cloud
Data StringType - (String) Cloud data type of the variable. eg. resource_group_id, region, vpc_id.
- default String
- (String) Default value for the variable only if the override value is not specified.
- description String
- (String) The description of your input variable.
- group
By String - (String) The display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable is not displayed on UI or Command line.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- link
Status String - (String) The status of the link.
- Constraints: Allowable values are:
normal
,broken
.
- Constraints: Allowable values are:
- matches String
- (String) The regex for the variable value.
- max
Length Number - (Integer) The maximum length of the variable value. Applicable for the string type.
- max
Value Number - (Integer) The maximum value of the variable. Applicable for the integer type.
- metadatas List<Property Map>
- (List) List of service data Nested scheme for metadata:
- min
Length Number - (Integer) The minimum length of the variable value. Applicable for the string type.
- min
Value Number - (Integer) The minimum value of the variable. Applicable for the integer type.
- name String
- (String) The name of the variable.
- options List<String>
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- position Number
- (Integer) The relative position of this variable in a list.
- required Boolean
- (Boolean) If the variable required?.
- secure Boolean
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - source String
- (String) The source of this meta-data.
- type String
- Type of the variable.
- value String
- The value of the variable. Applicable for the integer type.
GetSchematicsWorkspaceTemplateValuesMetadataMetadata
- Default
Value string - (String) Default value for the variable only if the override value is not specified.
- Description string
- (String) The description of your input variable.
- bool
- (Boolean) If true, the variable is not displayed on UI or Command line.
- Options List<string>
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- Required bool
- (Boolean) If the variable required?.
- Secure bool
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - Type string
- Default
Value string - (String) Default value for the variable only if the override value is not specified.
- Description string
- (String) The description of your input variable.
- bool
- (Boolean) If true, the variable is not displayed on UI or Command line.
- Options []string
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- Required bool
- (Boolean) If the variable required?.
- Secure bool
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - Type string
- default
Value String - (String) Default value for the variable only if the override value is not specified.
- description String
- (String) The description of your input variable.
- Boolean
- (Boolean) If true, the variable is not displayed on UI or Command line.
- options List<String>
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- required Boolean
- (Boolean) If the variable required?.
- secure Boolean
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - type String
- default
Value string - (String) Default value for the variable only if the override value is not specified.
- description string
- (String) The description of your input variable.
- boolean
- (Boolean) If true, the variable is not displayed on UI or Command line.
- options string[]
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- required boolean
- (Boolean) If the variable required?.
- secure boolean
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - type string
- default_
value str - (String) Default value for the variable only if the override value is not specified.
- description str
- (String) The description of your input variable.
- bool
- (Boolean) If true, the variable is not displayed on UI or Command line.
- options Sequence[str]
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- required bool
- (Boolean) If the variable required?.
- secure bool
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - type str
- default
Value String - (String) Default value for the variable only if the override value is not specified.
- description String
- (String) The description of your input variable.
- Boolean
- (Boolean) If true, the variable is not displayed on UI or Command line.
- options List<String>
- (List) The list of possible values for this variable. If type is integer or date, then the array of string is converted to array of integers or date during the runtime.
- required Boolean
- (Boolean) If the variable required?.
- secure Boolean
- (Boolean) If set to
true
, the value of your input variable is protected and not returned in your API response. - type String
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.