Scaleway v1.27.0 published on Monday, Apr 21, 2025 by pulumiverse
scaleway.registry.getImageTag
Explore with Pulumi AI
Gets information about a specific tag of a Container Registry image.
Using getImageTag
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 getImageTag(args: GetImageTagArgs, opts?: InvokeOptions): Promise<GetImageTagResult>
function getImageTagOutput(args: GetImageTagOutputArgs, opts?: InvokeOptions): Output<GetImageTagResult>
def get_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) -> GetImageTagResult
def get_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[GetImageTagResult]
func GetImageTag(ctx *Context, args *GetImageTagArgs, opts ...InvokeOption) (*GetImageTagResult, error)
func GetImageTagOutput(ctx *Context, args *GetImageTagOutputArgs, opts ...InvokeOption) GetImageTagResultOutput
> Note: This function is named GetImageTag
in the Go SDK.
public static class GetImageTag
{
public static Task<GetImageTagResult> InvokeAsync(GetImageTagArgs args, InvokeOptions? opts = null)
public static Output<GetImageTagResult> Invoke(GetImageTagInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetImageTagResult> getImageTag(GetImageTagArgs args, InvokeOptions options)
public static Output<GetImageTagResult> getImageTag(GetImageTagArgs args, InvokeOptions options)
fn::invoke:
function: scaleway:registry/getImageTag:getImageTag
arguments:
# arguments dictionary
The following arguments are supported:
- image_
id str - The ID of the registry image.
- name str
- The name of the registry image tag.
- project_
id str - The ID of the project the image tag is associated with.
- region str
- The region in which the registry image tag exists.
- tag_
id str - The ID of the registry image tag.
getImageTag Result
The following output properties are available:
- Created
At 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.
- Image
Id string - Organization
Id string - The organization ID the image tag is associated with.
- Project
Id string - Region string
- Status string
- The status of the registry image tag.
- Updated
At string - The date and time of the last update to the registry image tag.
- Name string
- Tag
Id string
- Created
At 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.
- Image
Id string - Organization
Id string - The organization ID the image tag is associated with.
- Project
Id string - Region string
- Status string
- The status of the registry image tag.
- Updated
At string - The date and time of the last update to the registry image tag.
- Name string
- Tag
Id string
- created
At 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.
- image
Id String - organization
Id String - The organization ID the image tag is associated with.
- project
Id String - region String
- status String
- The status of the registry image tag.
- updated
At String - The date and time of the last update to the registry image tag.
- name String
- tag
Id String
- created
At 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.
- image
Id string - organization
Id string - The organization ID the image tag is associated with.
- project
Id string - region string
- status string
- The status of the registry image tag.
- updated
At string - The date and time of the last update to the registry image tag.
- name string
- tag
Id 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
- created
At 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.
- image
Id String - organization
Id String - The organization ID the image tag is associated with.
- project
Id String - region String
- status String
- The status of the registry image tag.
- updated
At String - The date and time of the last update to the registry image tag.
- name String
- tag
Id String
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scaleway
Terraform Provider.