AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.healthimaging.getDatastore
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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:
- Datastore
Id string - The data store identifier.
- Datastore
Id string - The data store identifier.
- datastore
Id String - The data store identifier.
- datastore
Id string - The data store identifier.
- datastore_
id str - The data store identifier.
- datastore
Id String - The data store identifier.
getDatastore Result
The following output properties are available:
- Created
At string - The timestamp when the data store was created.
- Datastore
Arn string - The Amazon Resource Name (ARN) for the data store.
- Datastore
Id string - The data store identifier.
- Datastore
Status Pulumi.Aws Native. Health Imaging. Datastore Status - The data store status.
- Updated
At string - The timestamp when the data store was last updated.
- Created
At string - The timestamp when the data store was created.
- Datastore
Arn string - The Amazon Resource Name (ARN) for the data store.
- Datastore
Id string - The data store identifier.
- Datastore
Status DatastoreStatus - The data store status.
- Updated
At string - The timestamp when the data store was last updated.
- created
At String - The timestamp when the data store was created.
- datastore
Arn String - The Amazon Resource Name (ARN) for the data store.
- datastore
Id String - The data store identifier.
- datastore
Status DatastoreStatus - The data store status.
- updated
At String - The timestamp when the data store was last updated.
- created
At string - The timestamp when the data store was created.
- datastore
Arn string - The Amazon Resource Name (ARN) for the data store.
- datastore
Id string - The data store identifier.
- datastore
Status DatastoreStatus - The data store status.
- updated
At 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.
- created
At String - The timestamp when the data store was created.
- datastore
Arn String - The Amazon Resource Name (ARN) for the data store.
- datastore
Id String - The data store identifier.
- datastore
Status "CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED" - The data store status.
- updated
At 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 is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi