1. Packages
  2. Scaleway
  3. API Docs
  4. getRegistryImageTag
Scaleway v1.26.0 published on Friday, Mar 28, 2025 by pulumiverse

scaleway.getRegistryImageTag

Explore with Pulumi AI

Scaleway v1.26.0 published on Friday, Mar 28, 2025 by pulumiverse
Deprecated: scaleway.index/getregistryimagetag.getRegistryImageTag has been deprecated in favor of scaleway.registry/getimagetag.getImageTag

Gets information about a specific tag of a Container Registry image.

Using getRegistryImageTag

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 getRegistryImageTag(args: GetRegistryImageTagArgs, opts?: InvokeOptions): Promise<GetRegistryImageTagResult>
function getRegistryImageTagOutput(args: GetRegistryImageTagOutputArgs, opts?: InvokeOptions): Output<GetRegistryImageTagResult>
Copy
def get_registry_image_tag(image_id: Optional[str] = None,
                           name: Optional[str] = None,
                           project_id: Optional[str] = None,
                           region: Optional[str] = None,
                           tag_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetRegistryImageTagResult
def get_registry_image_tag_output(image_id: Optional[pulumi.Input[str]] = None,
                           name: Optional[pulumi.Input[str]] = None,
                           project_id: Optional[pulumi.Input[str]] = None,
                           region: Optional[pulumi.Input[str]] = None,
                           tag_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetRegistryImageTagResult]
Copy
func GetRegistryImageTag(ctx *Context, args *GetRegistryImageTagArgs, opts ...InvokeOption) (*GetRegistryImageTagResult, error)
func GetRegistryImageTagOutput(ctx *Context, args *GetRegistryImageTagOutputArgs, opts ...InvokeOption) GetRegistryImageTagResultOutput
Copy

> Note: This function is named GetRegistryImageTag in the Go SDK.

public static class GetRegistryImageTag 
{
    public static Task<GetRegistryImageTagResult> InvokeAsync(GetRegistryImageTagArgs args, InvokeOptions? opts = null)
    public static Output<GetRegistryImageTagResult> Invoke(GetRegistryImageTagInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetRegistryImageTagResult> getRegistryImageTag(GetRegistryImageTagArgs args, InvokeOptions options)
public static Output<GetRegistryImageTagResult> getRegistryImageTag(GetRegistryImageTagArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: scaleway:index/getRegistryImageTag:getRegistryImageTag
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ImageId This property is required. string
The ID of the registry image.
Name string
The name of the registry image tag.
ProjectId Changes to this property will trigger replacement. string
The ID of the project the image tag is associated with.
Region Changes to this property will trigger replacement. string
The region in which the registry image tag exists.
TagId string
The ID of the registry image tag.
ImageId This property is required. string
The ID of the registry image.
Name string
The name of the registry image tag.
ProjectId Changes to this property will trigger replacement. string
The ID of the project the image tag is associated with.
Region Changes to this property will trigger replacement. string
The region in which the registry image tag exists.
TagId string
The ID of the registry image tag.
imageId This property is required. String
The ID of the registry image.
name String
The name of the registry image tag.
projectId Changes to this property will trigger replacement. String
The ID of the project the image tag is associated with.
region Changes to this property will trigger replacement. String
The region in which the registry image tag exists.
tagId String
The ID of the registry image tag.
imageId This property is required. string
The ID of the registry image.
name string
The name of the registry image tag.
projectId Changes to this property will trigger replacement. string
The ID of the project the image tag is associated with.
region Changes to this property will trigger replacement. string
The region in which the registry image tag exists.
tagId string
The ID of the registry image tag.
image_id This property is required. str
The ID of the registry image.
name str
The name of the registry image tag.
project_id Changes to this property will trigger replacement. str
The ID of the project the image tag is associated with.
region Changes to this property will trigger replacement. str
The region in which the registry image tag exists.
tag_id str
The ID of the registry image tag.
imageId This property is required. String
The ID of the registry image.
name String
The name of the registry image tag.
projectId Changes to this property will trigger replacement. String
The ID of the project the image tag is associated with.
region Changes to this property will trigger replacement. String
The region in which the registry image tag exists.
tagId String
The ID of the registry image tag.

getRegistryImageTag Result

The following output properties are available:

CreatedAt string
The date and time when the registry image tag was created.
Digest string
Hash of the tag content. Several tags of the same image may have the same digest.
Id string
The provider-assigned unique ID for this managed resource.
ImageId string
OrganizationId string
The organization ID the image tag is associated with.
ProjectId string
Region string
Status string
The status of the registry image tag.
UpdatedAt string
The date and time of the last update to the registry image tag.
Name string
TagId string
CreatedAt string
The date and time when the registry image tag was created.
Digest string
Hash of the tag content. Several tags of the same image may have the same digest.
Id string
The provider-assigned unique ID for this managed resource.
ImageId string
OrganizationId string
The organization ID the image tag is associated with.
ProjectId string
Region string
Status string
The status of the registry image tag.
UpdatedAt string
The date and time of the last update to the registry image tag.
Name string
TagId string
createdAt String
The date and time when the registry image tag was created.
digest String
Hash of the tag content. Several tags of the same image may have the same digest.
id String
The provider-assigned unique ID for this managed resource.
imageId String
organizationId String
The organization ID the image tag is associated with.
projectId String
region String
status String
The status of the registry image tag.
updatedAt String
The date and time of the last update to the registry image tag.
name String
tagId String
createdAt string
The date and time when the registry image tag was created.
digest string
Hash of the tag content. Several tags of the same image may have the same digest.
id string
The provider-assigned unique ID for this managed resource.
imageId string
organizationId string
The organization ID the image tag is associated with.
projectId string
region string
status string
The status of the registry image tag.
updatedAt string
The date and time of the last update to the registry image tag.
name string
tagId string
created_at str
The date and time when the registry image tag was created.
digest str
Hash of the tag content. Several tags of the same image may have the same digest.
id str
The provider-assigned unique ID for this managed resource.
image_id str
organization_id str
The organization ID the image tag is associated with.
project_id str
region str
status str
The status of the registry image tag.
updated_at str
The date and time of the last update to the registry image tag.
name str
tag_id str
createdAt String
The date and time when the registry image tag was created.
digest String
Hash of the tag content. Several tags of the same image may have the same digest.
id String
The provider-assigned unique ID for this managed resource.
imageId String
organizationId String
The organization ID the image tag is associated with.
projectId String
region String
status String
The status of the registry image tag.
updatedAt String
The date and time of the last update to the registry image tag.
name String
tagId String

Package Details

Repository
scaleway pulumiverse/pulumi-scaleway
License
Apache-2.0
Notes
This Pulumi package is based on the scaleway Terraform Provider.
Scaleway v1.26.0 published on Friday, Mar 28, 2025 by pulumiverse