Scaleway v1.20.0 published on Monday, Nov 4, 2024 by pulumiverse
scaleway.getRegistryImageTag
Explore with Pulumi AI
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>
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]
func GetRegistryImageTag(ctx *Context, args *GetRegistryImageTagArgs, opts ...InvokeOption) (*GetRegistryImageTagResult, error)
func GetRegistryImageTagOutput(ctx *Context, args *GetRegistryImageTagOutputArgs, opts ...InvokeOption) GetRegistryImageTagResultOutput
> 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)
}
public static CompletableFuture<GetRegistryImageTagResult> getRegistryImageTag(GetRegistryImageTagArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: scaleway:index/getRegistryImageTag:getRegistryImageTag
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.
getRegistryImageTag 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.