Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::CR::NameSpace
Using getNameSpace
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 getNameSpace(args: GetNameSpaceArgs, opts?: InvokeOptions): Promise<GetNameSpaceResult>
function getNameSpaceOutput(args: GetNameSpaceOutputArgs, opts?: InvokeOptions): Output<GetNameSpaceResult>def get_name_space(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNameSpaceResult
def get_name_space_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNameSpaceResult]func LookupNameSpace(ctx *Context, args *LookupNameSpaceArgs, opts ...InvokeOption) (*LookupNameSpaceResult, error)
func LookupNameSpaceOutput(ctx *Context, args *LookupNameSpaceOutputArgs, opts ...InvokeOption) LookupNameSpaceResultOutput> Note: This function is named LookupNameSpace in the Go SDK.
public static class GetNameSpace
{
public static Task<GetNameSpaceResult> InvokeAsync(GetNameSpaceArgs args, InvokeOptions? opts = null)
public static Output<GetNameSpaceResult> Invoke(GetNameSpaceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNameSpaceResult> getNameSpace(GetNameSpaceArgs args, InvokeOptions options)
public static Output<GetNameSpaceResult> getNameSpace(GetNameSpaceArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:cr/getNameSpace:getNameSpace
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getNameSpace Result
The following output properties are available:
- Created
Time string - Namespace creation time.
- Id string
- Uniquely identifies the resource.
- Name string
- Namespace name. Supports lowercase English letters, numbers, periods (.), hyphens (-), and underscores (_). Punctuation cannot appear at the beginning or end, nor be used consecutively. Length must be between 2 and 90 characters. Standard edition instance: The name must be unique within the same image repository instance. Trial edition instance: The namespace name must be unique across all accounts within the same region. If the namespace name you set is already taken, try another name or purchase a standard edition instance.
- Project string
- Name of the project to which the namespace belongs. This parameter is case-sensitive and must not exceed 64 characters. If the parameter is empty, the namespace is associated with the default project.
- Registry string
- Specify the image repository instance name. Obtain it via ListRegistries or from the instance list page in the image repository console.
- Created
Time string - Namespace creation time.
- Id string
- Uniquely identifies the resource.
- Name string
- Namespace name. Supports lowercase English letters, numbers, periods (.), hyphens (-), and underscores (_). Punctuation cannot appear at the beginning or end, nor be used consecutively. Length must be between 2 and 90 characters. Standard edition instance: The name must be unique within the same image repository instance. Trial edition instance: The namespace name must be unique across all accounts within the same region. If the namespace name you set is already taken, try another name or purchase a standard edition instance.
- Project string
- Name of the project to which the namespace belongs. This parameter is case-sensitive and must not exceed 64 characters. If the parameter is empty, the namespace is associated with the default project.
- Registry string
- Specify the image repository instance name. Obtain it via ListRegistries or from the instance list page in the image repository console.
- created
Time String - Namespace creation time.
- id String
- Uniquely identifies the resource.
- name String
- Namespace name. Supports lowercase English letters, numbers, periods (.), hyphens (-), and underscores (_). Punctuation cannot appear at the beginning or end, nor be used consecutively. Length must be between 2 and 90 characters. Standard edition instance: The name must be unique within the same image repository instance. Trial edition instance: The namespace name must be unique across all accounts within the same region. If the namespace name you set is already taken, try another name or purchase a standard edition instance.
- project String
- Name of the project to which the namespace belongs. This parameter is case-sensitive and must not exceed 64 characters. If the parameter is empty, the namespace is associated with the default project.
- registry String
- Specify the image repository instance name. Obtain it via ListRegistries or from the instance list page in the image repository console.
- created
Time string - Namespace creation time.
- id string
- Uniquely identifies the resource.
- name string
- Namespace name. Supports lowercase English letters, numbers, periods (.), hyphens (-), and underscores (_). Punctuation cannot appear at the beginning or end, nor be used consecutively. Length must be between 2 and 90 characters. Standard edition instance: The name must be unique within the same image repository instance. Trial edition instance: The namespace name must be unique across all accounts within the same region. If the namespace name you set is already taken, try another name or purchase a standard edition instance.
- project string
- Name of the project to which the namespace belongs. This parameter is case-sensitive and must not exceed 64 characters. If the parameter is empty, the namespace is associated with the default project.
- registry string
- Specify the image repository instance name. Obtain it via ListRegistries or from the instance list page in the image repository console.
- created_
time str - Namespace creation time.
- id str
- Uniquely identifies the resource.
- name str
- Namespace name. Supports lowercase English letters, numbers, periods (.), hyphens (-), and underscores (_). Punctuation cannot appear at the beginning or end, nor be used consecutively. Length must be between 2 and 90 characters. Standard edition instance: The name must be unique within the same image repository instance. Trial edition instance: The namespace name must be unique across all accounts within the same region. If the namespace name you set is already taken, try another name or purchase a standard edition instance.
- project str
- Name of the project to which the namespace belongs. This parameter is case-sensitive and must not exceed 64 characters. If the parameter is empty, the namespace is associated with the default project.
- registry str
- Specify the image repository instance name. Obtain it via ListRegistries or from the instance list page in the image repository console.
- created
Time String - Namespace creation time.
- id String
- Uniquely identifies the resource.
- name String
- Namespace name. Supports lowercase English letters, numbers, periods (.), hyphens (-), and underscores (_). Punctuation cannot appear at the beginning or end, nor be used consecutively. Length must be between 2 and 90 characters. Standard edition instance: The name must be unique within the same image repository instance. Trial edition instance: The namespace name must be unique across all accounts within the same region. If the namespace name you set is already taken, try another name or purchase a standard edition instance.
- project String
- Name of the project to which the namespace belongs. This parameter is case-sensitive and must not exceed 64 characters. If the parameter is empty, the namespace is associated with the default project.
- registry String
- Specify the image repository instance name. Obtain it via ListRegistries or from the instance list page in the image repository console.
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
