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.Datastore
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
Create Datastore Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Datastore(name: string, args?: DatastoreArgs, opts?: CustomResourceOptions);
@overload
def Datastore(resource_name: str,
args: Optional[DatastoreArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Datastore(resource_name: str,
opts: Optional[ResourceOptions] = None,
datastore_name: Optional[str] = None,
kms_key_arn: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewDatastore(ctx *Context, name string, args *DatastoreArgs, opts ...ResourceOption) (*Datastore, error)
public Datastore(string name, DatastoreArgs? args = null, CustomResourceOptions? opts = null)
public Datastore(String name, DatastoreArgs args)
public Datastore(String name, DatastoreArgs args, CustomResourceOptions options)
type: aws-native:healthimaging:Datastore
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DatastoreArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DatastoreArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DatastoreArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatastoreArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DatastoreArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Datastore Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Datastore resource accepts the following input properties:
- Datastore
Name string - The data store name.
- Kms
Key stringArn - The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
- Dictionary<string, string>
- The tags provided when creating a data store.
- Datastore
Name string - The data store name.
- Kms
Key stringArn - The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
- map[string]string
- The tags provided when creating a data store.
- datastore
Name String - The data store name.
- kms
Key StringArn - The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
- Map<String,String>
- The tags provided when creating a data store.
- datastore
Name string - The data store name.
- kms
Key stringArn - The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
- {[key: string]: string}
- The tags provided when creating a data store.
- datastore_
name str - The data store name.
- kms_
key_ strarn - The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
- Mapping[str, str]
- The tags provided when creating a data store.
- datastore
Name String - The data store name.
- kms
Key StringArn - The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
- Map<String>
- The tags provided when creating a data store.
Outputs
All input properties are implicitly available as output properties. Additionally, the Datastore resource produces the following output properties:
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- id str
- The provider-assigned unique ID for this managed resource.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
- updated
At String - The timestamp when the data store was last updated.
Supporting Types
DatastoreStatus, DatastoreStatusArgs
- Creating
- CREATING
- Create
Failed - CREATE_FAILED
- Active
- ACTIVE
- Deleting
- DELETING
- Deleted
- DELETED
- Datastore
Status Creating - CREATING
- Datastore
Status Create Failed - CREATE_FAILED
- Datastore
Status Active - ACTIVE
- Datastore
Status Deleting - DELETING
- Datastore
Status Deleted - DELETED
- Creating
- CREATING
- Create
Failed - CREATE_FAILED
- Active
- ACTIVE
- Deleting
- DELETING
- Deleted
- DELETED
- Creating
- CREATING
- Create
Failed - CREATE_FAILED
- Active
- ACTIVE
- Deleting
- DELETING
- Deleted
- DELETED
- CREATING
- CREATING
- CREATE_FAILED
- CREATE_FAILED
- ACTIVE
- ACTIVE
- DELETING
- DELETING
- DELETED
- DELETED
- "CREATING"
- CREATING
- "CREATE_FAILED"
- CREATE_FAILED
- "ACTIVE"
- ACTIVE
- "DELETING"
- DELETING
- "DELETED"
- DELETED
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