1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. omics
  5. getVariantStore

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.omics.getVariantStore

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Definition of AWS::Omics::VariantStore Resource Type

Using getVariantStore

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 getVariantStore(args: GetVariantStoreArgs, opts?: InvokeOptions): Promise<GetVariantStoreResult>
function getVariantStoreOutput(args: GetVariantStoreOutputArgs, opts?: InvokeOptions): Output<GetVariantStoreResult>
Copy
def get_variant_store(name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetVariantStoreResult
def get_variant_store_output(name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetVariantStoreResult]
Copy
func LookupVariantStore(ctx *Context, args *LookupVariantStoreArgs, opts ...InvokeOption) (*LookupVariantStoreResult, error)
func LookupVariantStoreOutput(ctx *Context, args *LookupVariantStoreOutputArgs, opts ...InvokeOption) LookupVariantStoreResultOutput
Copy

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

public static class GetVariantStore 
{
    public static Task<GetVariantStoreResult> InvokeAsync(GetVariantStoreArgs args, InvokeOptions? opts = null)
    public static Output<GetVariantStoreResult> Invoke(GetVariantStoreInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVariantStoreResult> getVariantStore(GetVariantStoreArgs args, InvokeOptions options)
public static Output<GetVariantStoreResult> getVariantStore(GetVariantStoreArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:omics:getVariantStore
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
A name for the store.
Name This property is required. string
A name for the store.
name This property is required. String
A name for the store.
name This property is required. string
A name for the store.
name This property is required. str
A name for the store.
name This property is required. String
A name for the store.

getVariantStore Result

The following output properties are available:

CreationTime string
When the store was created.
Description string
A description for the store.
Id string
The store's ID.
Status Pulumi.AwsNative.Omics.VariantStoreStoreStatus
The store's status.
StatusMessage string
The store's status message.
StoreArn string
The store's ARN.
StoreSizeBytes double
The store's size in bytes.
UpdateTime string
When the store was updated.
CreationTime string
When the store was created.
Description string
A description for the store.
Id string
The store's ID.
Status VariantStoreStoreStatus
The store's status.
StatusMessage string
The store's status message.
StoreArn string
The store's ARN.
StoreSizeBytes float64
The store's size in bytes.
UpdateTime string
When the store was updated.
creationTime String
When the store was created.
description String
A description for the store.
id String
The store's ID.
status VariantStoreStoreStatus
The store's status.
statusMessage String
The store's status message.
storeArn String
The store's ARN.
storeSizeBytes Double
The store's size in bytes.
updateTime String
When the store was updated.
creationTime string
When the store was created.
description string
A description for the store.
id string
The store's ID.
status VariantStoreStoreStatus
The store's status.
statusMessage string
The store's status message.
storeArn string
The store's ARN.
storeSizeBytes number
The store's size in bytes.
updateTime string
When the store was updated.
creation_time str
When the store was created.
description str
A description for the store.
id str
The store's ID.
status VariantStoreStoreStatus
The store's status.
status_message str
The store's status message.
store_arn str
The store's ARN.
store_size_bytes float
The store's size in bytes.
update_time str
When the store was updated.
creationTime String
When the store was created.
description String
A description for the store.
id String
The store's ID.
status "CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED"
The store's status.
statusMessage String
The store's status message.
storeArn String
The store's ARN.
storeSizeBytes Number
The store's size in bytes.
updateTime String
When the store was updated.

Supporting Types

VariantStoreStoreStatus

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi