1. Packages
  2. AWS Native
  3. API Docs
  4. healthimaging
  5. getDatastore

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.healthimaging.getDatastore

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:healthimaging:getDatastore
      arguments:
        # arguments dictionary

    The 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.AwsNative.HealthImaging.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.
    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi