ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getCdToolchains
Explore with Pulumi AI
Provides a read-only data source to retrieve information about cd_toolchains. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const cdToolchains = ibm.getCdToolchains({
name: "TestToolchainV2",
resourceGroupId: "6a9a01f2cff54a7f966f803d92877123",
});
import pulumi
import pulumi_ibm as ibm
cd_toolchains = ibm.get_cd_toolchains(name="TestToolchainV2",
resource_group_id="6a9a01f2cff54a7f966f803d92877123")
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.GetCdToolchains(ctx, &ibm.GetCdToolchainsArgs{
Name: pulumi.StringRef("TestToolchainV2"),
ResourceGroupId: "6a9a01f2cff54a7f966f803d92877123",
}, 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 cdToolchains = Ibm.GetCdToolchains.Invoke(new()
{
Name = "TestToolchainV2",
ResourceGroupId = "6a9a01f2cff54a7f966f803d92877123",
});
});
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.GetCdToolchainsArgs;
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 cdToolchains = IbmFunctions.getCdToolchains(GetCdToolchainsArgs.builder()
.name("TestToolchainV2")
.resourceGroupId("6a9a01f2cff54a7f966f803d92877123")
.build());
}
}
variables:
cdToolchains:
fn::invoke:
function: ibm:getCdToolchains
arguments:
name: TestToolchainV2
resourceGroupId: 6a9a01f2cff54a7f966f803d92877123
Using getCdToolchains
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 getCdToolchains(args: GetCdToolchainsArgs, opts?: InvokeOptions): Promise<GetCdToolchainsResult>
function getCdToolchainsOutput(args: GetCdToolchainsOutputArgs, opts?: InvokeOptions): Output<GetCdToolchainsResult>
def get_cd_toolchains(id: Optional[str] = None,
name: Optional[str] = None,
resource_group_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCdToolchainsResult
def get_cd_toolchains_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
resource_group_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCdToolchainsResult]
func GetCdToolchains(ctx *Context, args *GetCdToolchainsArgs, opts ...InvokeOption) (*GetCdToolchainsResult, error)
func GetCdToolchainsOutput(ctx *Context, args *GetCdToolchainsOutputArgs, opts ...InvokeOption) GetCdToolchainsResultOutput
> Note: This function is named GetCdToolchains
in the Go SDK.
public static class GetCdToolchains
{
public static Task<GetCdToolchainsResult> InvokeAsync(GetCdToolchainsArgs args, InvokeOptions? opts = null)
public static Output<GetCdToolchainsResult> Invoke(GetCdToolchainsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCdToolchainsResult> getCdToolchains(GetCdToolchainsArgs args, InvokeOptions options)
public static Output<GetCdToolchainsResult> getCdToolchains(GetCdToolchainsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getCdToolchains:getCdToolchains
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringId - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- Id string
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- Name string
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- Resource
Group stringId - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- Id string
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- Name string
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- resource
Group StringId - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- id String
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- name String
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- resource
Group stringId - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- id string
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- name string
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- resource_
group_ strid - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- id str
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- name str
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- resource
Group StringId - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- id String
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- name String
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
getCdToolchains Result
The following output properties are available:
- Id string
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- Resource
Group stringId - (Forces new resource, String) Resource group where the toolchain is located.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- Toolchains
List<Get
Cd Toolchains Toolchain> - (List) Toolchain results returned from the collection.
- Constraints: The maximum length is
200
items. The minimum length is0
items. Nested schema for toolchains:
- Constraints: The maximum length is
- Name string
- (String) Toolchain name.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- Id string
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- Resource
Group stringId - (Forces new resource, String) Resource group where the toolchain is located.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- Toolchains
[]Get
Cd Toolchains Toolchain - (List) Toolchain results returned from the collection.
- Constraints: The maximum length is
200
items. The minimum length is0
items. Nested schema for toolchains:
- Constraints: The maximum length is
- Name string
- (String) Toolchain name.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- id String
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- resource
Group StringId - (Forces new resource, String) Resource group where the toolchain is located.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- toolchains
List<Get
Cd Toolchains Toolchain> - (List) Toolchain results returned from the collection.
- Constraints: The maximum length is
200
items. The minimum length is0
items. Nested schema for toolchains:
- Constraints: The maximum length is
- name String
- (String) Toolchain name.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- id string
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- resource
Group stringId - (Forces new resource, String) Resource group where the toolchain is located.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- toolchains
Get
Cd Toolchains Toolchain[] - (List) Toolchain results returned from the collection.
- Constraints: The maximum length is
200
items. The minimum length is0
items. Nested schema for toolchains:
- Constraints: The maximum length is
- name string
- (String) Toolchain name.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- id str
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- resource_
group_ strid - (Forces new resource, String) Resource group where the toolchain is located.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- toolchains
Sequence[Get
Cd Toolchains Toolchain] - (List) Toolchain results returned from the collection.
- Constraints: The maximum length is
200
items. The minimum length is0
items. Nested schema for toolchains:
- Constraints: The maximum length is
- name str
- (String) Toolchain name.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- id String
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- resource
Group StringId - (Forces new resource, String) Resource group where the toolchain is located.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- toolchains List<Property Map>
- (List) Toolchain results returned from the collection.
- Constraints: The maximum length is
200
items. The minimum length is0
items. Nested schema for toolchains:
- Constraints: The maximum length is
- name String
- (String) Toolchain name.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
Supporting Types
GetCdToolchainsToolchain
- Account
Id string - (String) Account ID where toolchain can be found.
- Created
At string - (String) Toolchain creation timestamp.
- Created
By string - (String) Identity that created the toolchain.
- Crn string
- (String) Toolchain CRN.
- Description string
- (String) Describes the toolchain.
- Constraints: The maximum length is
500
characters. The minimum length is0
characters. The value must match regular expression/^(.*?)$/
.
- Constraints: The maximum length is
- Href string
- (String) URI that can be used to retrieve toolchain.
- Id string
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- Location string
- (String) Toolchain region.
- Name string
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- Resource
Group stringId - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- Ui
Href string - (String) URL of a user-facing user interface for this toolchain.
- Updated
At string - (String) Latest toolchain update timestamp.
- Account
Id string - (String) Account ID where toolchain can be found.
- Created
At string - (String) Toolchain creation timestamp.
- Created
By string - (String) Identity that created the toolchain.
- Crn string
- (String) Toolchain CRN.
- Description string
- (String) Describes the toolchain.
- Constraints: The maximum length is
500
characters. The minimum length is0
characters. The value must match regular expression/^(.*?)$/
.
- Constraints: The maximum length is
- Href string
- (String) URI that can be used to retrieve toolchain.
- Id string
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- Location string
- (String) Toolchain region.
- Name string
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- Resource
Group stringId - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- Ui
Href string - (String) URL of a user-facing user interface for this toolchain.
- Updated
At string - (String) Latest toolchain update timestamp.
- account
Id String - (String) Account ID where toolchain can be found.
- created
At String - (String) Toolchain creation timestamp.
- created
By String - (String) Identity that created the toolchain.
- crn String
- (String) Toolchain CRN.
- description String
- (String) Describes the toolchain.
- Constraints: The maximum length is
500
characters. The minimum length is0
characters. The value must match regular expression/^(.*?)$/
.
- Constraints: The maximum length is
- href String
- (String) URI that can be used to retrieve toolchain.
- id String
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- location String
- (String) Toolchain region.
- name String
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- resource
Group StringId - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- ui
Href String - (String) URL of a user-facing user interface for this toolchain.
- updated
At String - (String) Latest toolchain update timestamp.
- account
Id string - (String) Account ID where toolchain can be found.
- created
At string - (String) Toolchain creation timestamp.
- created
By string - (String) Identity that created the toolchain.
- crn string
- (String) Toolchain CRN.
- description string
- (String) Describes the toolchain.
- Constraints: The maximum length is
500
characters. The minimum length is0
characters. The value must match regular expression/^(.*?)$/
.
- Constraints: The maximum length is
- href string
- (String) URI that can be used to retrieve toolchain.
- id string
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- location string
- (String) Toolchain region.
- name string
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- resource
Group stringId - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- ui
Href string - (String) URL of a user-facing user interface for this toolchain.
- updated
At string - (String) Latest toolchain update timestamp.
- account_
id str - (String) Account ID where toolchain can be found.
- created_
at str - (String) Toolchain creation timestamp.
- created_
by str - (String) Identity that created the toolchain.
- crn str
- (String) Toolchain CRN.
- description str
- (String) Describes the toolchain.
- Constraints: The maximum length is
500
characters. The minimum length is0
characters. The value must match regular expression/^(.*?)$/
.
- Constraints: The maximum length is
- href str
- (String) URI that can be used to retrieve toolchain.
- id str
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- location str
- (String) Toolchain region.
- name str
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- resource_
group_ strid - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- ui_
href str - (String) URL of a user-facing user interface for this toolchain.
- updated_
at str - (String) Latest toolchain update timestamp.
- account
Id String - (String) Account ID where toolchain can be found.
- created
At String - (String) Toolchain creation timestamp.
- created
By String - (String) Identity that created the toolchain.
- crn String
- (String) Toolchain CRN.
- description String
- (String) Describes the toolchain.
- Constraints: The maximum length is
500
characters. The minimum length is0
characters. The value must match regular expression/^(.*?)$/
.
- Constraints: The maximum length is
- href String
- (String) URI that can be used to retrieve toolchain.
- id String
- (String) Toolchain ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$/
.
- Constraints: The maximum length is
- location String
- (String) Toolchain region.
- name String
- Name of toolchain to look up.
- Constraints: The maximum length is
128
characters. The minimum length is0
characters. The value must match regular expression/^([^\\x00-\\x7F]|[a-zA-Z0-9-._ ])+$/
.
- Constraints: The maximum length is
- resource
Group StringId - The resource group ID where the toolchains exist.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[0-9a-f]{32}$/
.
- Constraints: The maximum length is
- ui
Href String - (String) URL of a user-facing user interface for this toolchain.
- updated
At String - (String) Latest toolchain update timestamp.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.