AWS Native is in preview. AWS Classic is fully supported.
aws-native.healthlake.getFhirDatastore
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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 - The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
- Datastore
Id string - The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
- datastore
Id String - The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
- datastore
Id 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.
- datastore
Id 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:
- Created
At Pulumi.Aws Native. Health Lake. Outputs. Fhir Datastore Created At - Datastore
Arn 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.
- Datastore
Endpoint string - The endpoint for the created Data Store.
- Datastore
Id string - The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
- Datastore
Status Pulumi.Aws Native. Health Lake. Fhir Datastore Datastore Status - The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
- List<Pulumi.
Aws Native. Outputs. Tag> An array of key-value pairs to apply to this resource.
For more information, see Tag .
- Created
At FhirDatastore Created At - Datastore
Arn 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.
- Datastore
Endpoint string - The endpoint for the created Data Store.
- Datastore
Id string - The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
- Datastore
Status FhirDatastore Datastore Status - The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
- Tag
An array of key-value pairs to apply to this resource.
For more information, see Tag .
- created
At FhirDatastore Created At - datastore
Arn 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.
- datastore
Endpoint String - The endpoint for the created Data Store.
- datastore
Id String - The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
- datastore
Status FhirDatastore Datastore Status - The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
- List<Tag>
An array of key-value pairs to apply to this resource.
For more information, see Tag .
- created
At FhirDatastore Created At - datastore
Arn 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.
- datastore
Endpoint string - The endpoint for the created Data Store.
- datastore
Id string - The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
- datastore
Status FhirDatastore Datastore Status - The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
- Tag[]
An array of key-value pairs to apply to this resource.
For more information, see Tag .
- created_
at FhirDatastore Created At - 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 FhirDatastore Datastore Status - The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
- Sequence[root_Tag]
An array of key-value pairs to apply to this resource.
For more information, see Tag .
- created
At Property Map - datastore
Arn 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.
- datastore
Endpoint String - The endpoint for the created Data Store.
- datastore
Id String - The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
- datastore
Status "CREATING" | "ACTIVE" | "DELETING" | "DELETED" - The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
- List<Property Map>
An array of key-value pairs to apply to this resource.
For more information, see Tag .
Supporting Types
FhirDatastoreCreatedAt
FhirDatastoreDatastoreStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.