AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.90.0 published on Monday, Dec 4, 2023 by Pulumi
aws-native.healthlake.getFhirDatastore
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.90.0 published on Monday, Dec 4, 2023 by Pulumi
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:
- Datastore
Id string
- Datastore
Id string
- datastore
Id String
- datastore
Id string
- datastore_
id str
- datastore
Id String
getFhirDatastore Result
The following output properties are available:
Supporting Types
FhirDatastoreCreatedAt
FhirDatastoreDatastoreStatus
FhirDatastoreTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.90.0 published on Monday, Dec 4, 2023 by Pulumi