1. Packages
  2. AWS Native
  3. API Docs
  4. healthlake
  5. getFhirDatastore

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.healthlake.getFhirDatastore

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 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:

    DatastoreId string
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
    DatastoreId string
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
    datastoreId String
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
    datastoreId string
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
    datastore_id str
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
    datastoreId String
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.

    getFhirDatastore Result

    The following output properties are available:

    CreatedAt Pulumi.AwsNative.HealthLake.Outputs.FhirDatastoreCreatedAt
    DatastoreArn string
    The Data Store ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation request.
    DatastoreEndpoint string
    The endpoint for the created Data Store.
    DatastoreId string
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
    DatastoreStatus Pulumi.AwsNative.HealthLake.FhirDatastoreDatastoreStatus
    The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
    Tags List<Pulumi.AwsNative.Outputs.Tag>

    An array of key-value pairs to apply to this resource.

    For more information, see Tag .

    CreatedAt FhirDatastoreCreatedAt
    DatastoreArn string
    The Data Store ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation request.
    DatastoreEndpoint string
    The endpoint for the created Data Store.
    DatastoreId string
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
    DatastoreStatus FhirDatastoreDatastoreStatus
    The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
    Tags Tag

    An array of key-value pairs to apply to this resource.

    For more information, see Tag .

    createdAt FhirDatastoreCreatedAt
    datastoreArn String
    The Data Store ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation request.
    datastoreEndpoint String
    The endpoint for the created Data Store.
    datastoreId String
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
    datastoreStatus FhirDatastoreDatastoreStatus
    The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
    tags List<Tag>

    An array of key-value pairs to apply to this resource.

    For more information, see Tag .

    createdAt FhirDatastoreCreatedAt
    datastoreArn string
    The Data Store ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation request.
    datastoreEndpoint string
    The endpoint for the created Data Store.
    datastoreId string
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
    datastoreStatus FhirDatastoreDatastoreStatus
    The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
    tags Tag[]

    An array of key-value pairs to apply to this resource.

    For more information, see Tag .

    created_at FhirDatastoreCreatedAt
    datastore_arn str
    The Data Store ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation request.
    datastore_endpoint str
    The endpoint for the created Data Store.
    datastore_id str
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
    datastore_status FhirDatastoreDatastoreStatus
    The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
    tags Sequence[root_Tag]

    An array of key-value pairs to apply to this resource.

    For more information, see Tag .

    createdAt Property Map
    datastoreArn String
    The Data Store ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation request.
    datastoreEndpoint String
    The endpoint for the created Data Store.
    datastoreId String
    The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
    datastoreStatus "CREATING" | "ACTIVE" | "DELETING" | "DELETED"
    The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
    tags List<Property Map>

    An array of key-value pairs to apply to this resource.

    For more information, see Tag .

    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

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

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

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi