aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.healthlake.getFHIRDatastore

HealthLake FHIR Datastore

Using getFHIRDatastore

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 getFHIRDatastore(args: GetFHIRDatastoreArgs, opts?: InvokeOptions): Promise<GetFHIRDatastoreResult>
function getFHIRDatastoreOutput(args: GetFHIRDatastoreOutputArgs, opts?: InvokeOptions): Output<GetFHIRDatastoreResult>
def get_fhir_datastore(datastore_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetFHIRDatastoreResult
def get_fhir_datastore_output(datastore_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetFHIRDatastoreResult]
func LookupFHIRDatastore(ctx *Context, args *LookupFHIRDatastoreArgs, opts ...InvokeOption) (*LookupFHIRDatastoreResult, error)
func LookupFHIRDatastoreOutput(ctx *Context, args *LookupFHIRDatastoreOutputArgs, opts ...InvokeOption) LookupFHIRDatastoreResultOutput

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

public static class GetFHIRDatastore 
{
    public static Task<GetFHIRDatastoreResult> InvokeAsync(GetFHIRDatastoreArgs args, InvokeOptions? opts = null)
    public static Output<GetFHIRDatastoreResult> Invoke(GetFHIRDatastoreInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFHIRDatastoreResult> getFHIRDatastore(GetFHIRDatastoreArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:healthlake:getFHIRDatastore
  arguments:
    # arguments dictionary

The following arguments are supported:

getFHIRDatastore Result

The following output properties are available:

Supporting Types

FHIRDatastoreCreatedAt

Nanos int

Nanoseconds.

Seconds string

Seconds since epoch.

Nanos int

Nanoseconds.

Seconds string

Seconds since epoch.

nanos Integer

Nanoseconds.

seconds String

Seconds since epoch.

nanos number

Nanoseconds.

seconds string

Seconds since epoch.

nanos int

Nanoseconds.

seconds str

Seconds since epoch.

nanos Number

Nanoseconds.

seconds String

Seconds since epoch.

FHIRDatastoreDatastoreStatus

FHIRDatastoreTag

Key string

The key of the tag.

Value string

The value of the tag.

Key string

The key of the tag.

Value string

The value of the tag.

key String

The key of the tag.

value String

The value of the tag.

key string

The key of the tag.

value string

The value of the tag.

key str

The key of the tag.

value str

The value of the tag.

key String

The key of the tag.

value String

The value of the tag.

Package Details

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