scaleway.getRegistryNamespace
Explore with Pulumi AI
Gets information about a registry namespace.
Using getRegistryNamespace
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 getRegistryNamespace(args: GetRegistryNamespaceArgs, opts?: InvokeOptions): Promise<GetRegistryNamespaceResult>
function getRegistryNamespaceOutput(args: GetRegistryNamespaceOutputArgs, opts?: InvokeOptions): Output<GetRegistryNamespaceResult>
def get_registry_namespace(name: Optional[str] = None,
namespace_id: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRegistryNamespaceResult
def get_registry_namespace_output(name: Optional[pulumi.Input[str]] = None,
namespace_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRegistryNamespaceResult]
func LookupRegistryNamespace(ctx *Context, args *LookupRegistryNamespaceArgs, opts ...InvokeOption) (*LookupRegistryNamespaceResult, error)
func LookupRegistryNamespaceOutput(ctx *Context, args *LookupRegistryNamespaceOutputArgs, opts ...InvokeOption) LookupRegistryNamespaceResultOutput
> Note: This function is named LookupRegistryNamespace
in the Go SDK.
public static class GetRegistryNamespace
{
public static Task<GetRegistryNamespaceResult> InvokeAsync(GetRegistryNamespaceArgs args, InvokeOptions? opts = null)
public static Output<GetRegistryNamespaceResult> Invoke(GetRegistryNamespaceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRegistryNamespaceResult> getRegistryNamespace(GetRegistryNamespaceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: scaleway:index/getRegistryNamespace:getRegistryNamespace
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The namespace name.
- Namespace
Id string The namespace id.
Note You must specify at least one:
name
and/orimage_id
.- Project
Id string project_id
) The ID of the project the namespace is associated with.- Region string
region
) The region in which the namespace exists.
- Name string
- The namespace name.
- Namespace
Id string The namespace id.
Note You must specify at least one:
name
and/orimage_id
.- Project
Id string project_id
) The ID of the project the namespace is associated with.- Region string
region
) The region in which the namespace exists.
- name String
- The namespace name.
- namespace
Id String The namespace id.
Note You must specify at least one:
name
and/orimage_id
.- project
Id String project_id
) The ID of the project the namespace is associated with.- region String
region
) The region in which the namespace exists.
- name string
- The namespace name.
- namespace
Id string The namespace id.
Note You must specify at least one:
name
and/orimage_id
.- project
Id string project_id
) The ID of the project the namespace is associated with.- region string
region
) The region in which the namespace exists.
- name str
- The namespace name.
- namespace_
id str The namespace id.
Note You must specify at least one:
name
and/orimage_id
.- project_
id str project_id
) The ID of the project the namespace is associated with.- region str
region
) The region in which the namespace exists.
- name String
- The namespace name.
- namespace
Id String The namespace id.
Note You must specify at least one:
name
and/orimage_id
.- project
Id String project_id
) The ID of the project the namespace is associated with.- region String
region
) The region in which the namespace exists.
getRegistryNamespace Result
The following output properties are available:
- Description string
- Endpoint string
- The endpoint of the Registry Namespace.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Public bool - The Namespace Privacy Policy: whether or not the images are public.
- Organization
Id string - The organization ID the namespace is associated with.
- Name string
- Namespace
Id string - Project
Id string - Region string
- Description string
- Endpoint string
- The endpoint of the Registry Namespace.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Public bool - The Namespace Privacy Policy: whether or not the images are public.
- Organization
Id string - The organization ID the namespace is associated with.
- Name string
- Namespace
Id string - Project
Id string - Region string
- description String
- endpoint String
- The endpoint of the Registry Namespace.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Public Boolean - The Namespace Privacy Policy: whether or not the images are public.
- organization
Id String - The organization ID the namespace is associated with.
- name String
- namespace
Id String - project
Id String - region String
- description string
- endpoint string
- The endpoint of the Registry Namespace.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Public boolean - The Namespace Privacy Policy: whether or not the images are public.
- organization
Id string - The organization ID the namespace is associated with.
- name string
- namespace
Id string - project
Id string - region string
- description str
- endpoint str
- The endpoint of the Registry Namespace.
- id str
- The provider-assigned unique ID for this managed resource.
- is_
public bool - The Namespace Privacy Policy: whether or not the images are public.
- organization_
id str - The organization ID the namespace is associated with.
- name str
- namespace_
id str - project_
id str - region str
- description String
- endpoint String
- The endpoint of the Registry Namespace.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Public Boolean - The Namespace Privacy Policy: whether or not the images are public.
- organization
Id String - The organization ID the namespace is associated with.
- name String
- namespace
Id String - project
Id String - region String
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scaleway
Terraform Provider.