ibm 1.85.0-beta0 published on Wednesday, Oct 29, 2025 by ibm-cloud
ibm.getIsImageExportJob
Start a Neo task
Explain and create an ibm.getIsImageExportJob resource
Using getIsImageExportJob
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 getIsImageExportJob(args: GetIsImageExportJobArgs, opts?: InvokeOptions): Promise<GetIsImageExportJobResult>
function getIsImageExportJobOutput(args: GetIsImageExportJobOutputArgs, opts?: InvokeOptions): Output<GetIsImageExportJobResult>def get_is_image_export_job(id: Optional[str] = None,
image: Optional[str] = None,
image_export_job: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsImageExportJobResult
def get_is_image_export_job_output(id: Optional[pulumi.Input[str]] = None,
image: Optional[pulumi.Input[str]] = None,
image_export_job: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsImageExportJobResult]func LookupIsImageExportJob(ctx *Context, args *LookupIsImageExportJobArgs, opts ...InvokeOption) (*LookupIsImageExportJobResult, error)
func LookupIsImageExportJobOutput(ctx *Context, args *LookupIsImageExportJobOutputArgs, opts ...InvokeOption) LookupIsImageExportJobResultOutput> Note: This function is named LookupIsImageExportJob in the Go SDK.
public static class GetIsImageExportJob
{
public static Task<GetIsImageExportJobResult> InvokeAsync(GetIsImageExportJobArgs args, InvokeOptions? opts = null)
public static Output<GetIsImageExportJobResult> Invoke(GetIsImageExportJobInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIsImageExportJobResult> getIsImageExportJob(GetIsImageExportJobArgs args, InvokeOptions options)
public static Output<GetIsImageExportJobResult> getIsImageExportJob(GetIsImageExportJobArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsImageExportJob:getIsImageExportJob
arguments:
# arguments dictionaryThe following arguments are supported:
- Image string
- Image
Export stringJob - Id string
- Image string
- Image
Export stringJob - Id string
- image String
- image
Export StringJob - id String
- image string
- image
Export stringJob - id string
- image str
- image_
export_ strjob - id str
- image String
- image
Export StringJob - id String
getIsImageExportJob Result
The following output properties are available:
- Completed
At string - Created
At string - Encrypted
Data stringKey - Format string
- Href string
- Id string
- Image string
- Image
Export stringJob - Name string
- Resource
Type string - Started
At string - Status string
- Status
Reasons List<GetIs Image Export Job Status Reason> - Storage
Buckets List<GetIs Image Export Job Storage Bucket> - Storage
Href string - Storage
Objects List<GetIs Image Export Job Storage Object>
- Completed
At string - Created
At string - Encrypted
Data stringKey - Format string
- Href string
- Id string
- Image string
- Image
Export stringJob - Name string
- Resource
Type string - Started
At string - Status string
- Status
Reasons []GetIs Image Export Job Status Reason - Storage
Buckets []GetIs Image Export Job Storage Bucket - Storage
Href string - Storage
Objects []GetIs Image Export Job Storage Object
- completed
At String - created
At String - encrypted
Data StringKey - format String
- href String
- id String
- image String
- image
Export StringJob - name String
- resource
Type String - started
At String - status String
- status
Reasons List<GetIs Image Export Job Status Reason> - storage
Buckets List<GetIs Image Export Job Storage Bucket> - storage
Href String - storage
Objects List<GetIs Image Export Job Storage Object>
- completed
At string - created
At string - encrypted
Data stringKey - format string
- href string
- id string
- image string
- image
Export stringJob - name string
- resource
Type string - started
At string - status string
- status
Reasons GetIs Image Export Job Status Reason[] - storage
Buckets GetIs Image Export Job Storage Bucket[] - storage
Href string - storage
Objects GetIs Image Export Job Storage Object[]
- completed_
at str - created_
at str - encrypted_
data_ strkey - format str
- href str
- id str
- image str
- image_
export_ strjob - name str
- resource_
type str - started_
at str - status str
- status_
reasons Sequence[GetIs Image Export Job Status Reason] - storage_
buckets Sequence[GetIs Image Export Job Storage Bucket] - storage_
href str - storage_
objects Sequence[GetIs Image Export Job Storage Object]
- completed
At String - created
At String - encrypted
Data StringKey - format String
- href String
- id String
- image String
- image
Export StringJob - name String
- resource
Type String - started
At String - status String
- status
Reasons List<Property Map> - storage
Buckets List<Property Map> - storage
Href String - storage
Objects List<Property Map>
Supporting Types
GetIsImageExportJobStatusReason
GetIsImageExportJobStorageBucket
GetIsImageExportJobStorageObject
- Name string
- Name string
- name String
- name string
- name str
- name String
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
