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.healthimaging.getDatastore
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::HealthImaging::Datastore Resource Type
Using getDatastore
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 getDatastore(args: GetDatastoreArgs, opts?: InvokeOptions): Promise<GetDatastoreResult>
function getDatastoreOutput(args: GetDatastoreOutputArgs, opts?: InvokeOptions): Output<GetDatastoreResult>def get_datastore(datastore_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetDatastoreResult
def get_datastore_output(datastore_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetDatastoreResult]func LookupDatastore(ctx *Context, args *LookupDatastoreArgs, opts ...InvokeOption) (*LookupDatastoreResult, error)
func LookupDatastoreOutput(ctx *Context, args *LookupDatastoreOutputArgs, opts ...InvokeOption) LookupDatastoreResultOutput> Note: This function is named LookupDatastore in the Go SDK.
public static class GetDatastore 
{
    public static Task<GetDatastoreResult> InvokeAsync(GetDatastoreArgs args, InvokeOptions? opts = null)
    public static Output<GetDatastoreResult> Invoke(GetDatastoreInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDatastoreResult> getDatastore(GetDatastoreArgs args, InvokeOptions options)
public static Output<GetDatastoreResult> getDatastore(GetDatastoreArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:healthimaging:getDatastore
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DatastoreId string
- The data store identifier.
- DatastoreId string
- The data store identifier.
- datastoreId String
- The data store identifier.
- datastoreId string
- The data store identifier.
- datastore_id str
- The data store identifier.
- datastoreId String
- The data store identifier.
getDatastore Result
The following output properties are available:
- CreatedAt string
- The timestamp when the data store was created.
- DatastoreArn string
- The Amazon Resource Name (ARN) for the data store.
- DatastoreId string
- The data store identifier.
- DatastoreStatus Pulumi.Aws Native. Health Imaging. Datastore Status 
- The data store status.
- UpdatedAt string
- The timestamp when the data store was last updated.
- CreatedAt string
- The timestamp when the data store was created.
- DatastoreArn string
- The Amazon Resource Name (ARN) for the data store.
- DatastoreId string
- The data store identifier.
- DatastoreStatus DatastoreStatus 
- The data store status.
- UpdatedAt string
- The timestamp when the data store was last updated.
- createdAt String
- The timestamp when the data store was created.
- datastoreArn String
- The Amazon Resource Name (ARN) for the data store.
- datastoreId String
- The data store identifier.
- datastoreStatus DatastoreStatus 
- The data store status.
- updatedAt String
- The timestamp when the data store was last updated.
- createdAt string
- The timestamp when the data store was created.
- datastoreArn string
- The Amazon Resource Name (ARN) for the data store.
- datastoreId string
- The data store identifier.
- datastoreStatus DatastoreStatus 
- The data store status.
- updatedAt string
- The timestamp when the data store was last updated.
- created_at str
- The timestamp when the data store was created.
- datastore_arn str
- The Amazon Resource Name (ARN) for the data store.
- datastore_id str
- The data store identifier.
- datastore_status DatastoreStatus 
- The data store status.
- updated_at str
- The timestamp when the data store was last updated.
- createdAt String
- The timestamp when the data store was created.
- datastoreArn String
- The Amazon Resource Name (ARN) for the data store.
- datastoreId String
- The data store identifier.
- datastoreStatus "CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED"
- The data store status.
- updatedAt String
- The timestamp when the data store was last updated.
Supporting Types
DatastoreStatus 
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