We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.omics.getReferenceStore
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Definition of AWS::Omics::ReferenceStore Resource Type
Using getReferenceStore
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 getReferenceStore(args: GetReferenceStoreArgs, opts?: InvokeOptions): Promise<GetReferenceStoreResult>
function getReferenceStoreOutput(args: GetReferenceStoreOutputArgs, opts?: InvokeOptions): Output<GetReferenceStoreResult>def get_reference_store(reference_store_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetReferenceStoreResult
def get_reference_store_output(reference_store_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetReferenceStoreResult]func LookupReferenceStore(ctx *Context, args *LookupReferenceStoreArgs, opts ...InvokeOption) (*LookupReferenceStoreResult, error)
func LookupReferenceStoreOutput(ctx *Context, args *LookupReferenceStoreOutputArgs, opts ...InvokeOption) LookupReferenceStoreResultOutput> Note: This function is named LookupReferenceStore in the Go SDK.
public static class GetReferenceStore 
{
    public static Task<GetReferenceStoreResult> InvokeAsync(GetReferenceStoreArgs args, InvokeOptions? opts = null)
    public static Output<GetReferenceStoreResult> Invoke(GetReferenceStoreInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetReferenceStoreResult> getReferenceStore(GetReferenceStoreArgs args, InvokeOptions options)
public static Output<GetReferenceStoreResult> getReferenceStore(GetReferenceStoreArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:omics:getReferenceStore
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ReferenceStore stringId 
- The store's ID.
- ReferenceStore stringId 
- The store's ID.
- referenceStore StringId 
- The store's ID.
- referenceStore stringId 
- The store's ID.
- reference_store_ strid 
- The store's ID.
- referenceStore StringId 
- The store's ID.
getReferenceStore Result
The following output properties are available:
- Arn string
- The store's ARN.
- CreationTime string
- When the store was created.
- ReferenceStore stringId 
- The store's ID.
- Arn string
- The store's ARN.
- CreationTime string
- When the store was created.
- ReferenceStore stringId 
- The store's ID.
- arn String
- The store's ARN.
- creationTime String
- When the store was created.
- referenceStore StringId 
- The store's ID.
- arn string
- The store's ARN.
- creationTime string
- When the store was created.
- referenceStore stringId 
- The store's ID.
- arn str
- The store's ARN.
- creation_time str
- When the store was created.
- reference_store_ strid 
- The store's ID.
- arn String
- The store's ARN.
- creationTime String
- When the store was created.
- referenceStore StringId 
- The store's ID.
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi