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

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.healthimaging.Datastore

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.105.0 published on Thursday, May 2, 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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const datastoreResource = new aws_native.healthimaging.Datastore("datastoreResource", {
        datastoreName: "string",
        kmsKeyArn: "string",
        tags: {
            string: "string",
        },
    });
    
    Coming soon!
    

    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:

    DatastoreName string
    KmsKeyArn string
    Tags Dictionary<string, string>
    DatastoreName string
    KmsKeyArn string
    Tags map[string]string
    datastoreName String
    kmsKeyArn String
    tags Map<String,String>
    datastoreName string
    kmsKeyArn string
    tags {[key: string]: string}
    datastore_name str
    kms_key_arn str
    tags Mapping[str, str]
    datastoreName String
    kmsKeyArn String
    tags Map<String>

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Datastore resource produces the following output properties:

    CreatedAt string
    DatastoreArn string
    DatastoreId string
    DatastoreStatus Pulumi.AwsNative.HealthImaging.DatastoreStatus
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    CreatedAt string
    DatastoreArn string
    DatastoreId string
    DatastoreStatus DatastoreStatus
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    createdAt String
    datastoreArn String
    datastoreId String
    datastoreStatus DatastoreStatus
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    createdAt string
    datastoreArn string
    datastoreId string
    datastoreStatus DatastoreStatus
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt string
    created_at str
    datastore_arn str
    datastore_id str
    datastore_status DatastoreStatus
    id str
    The provider-assigned unique ID for this managed resource.
    updated_at str
    createdAt String
    datastoreArn String
    datastoreId String
    datastoreStatus "CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED"
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String

    Supporting Types

    DatastoreStatus, DatastoreStatusArgs

    Creating
    CREATING
    CreateFailed
    CREATE_FAILED
    Active
    ACTIVE
    Deleting
    DELETING
    Deleted
    DELETED
    DatastoreStatusCreating
    CREATING
    DatastoreStatusCreateFailed
    CREATE_FAILED
    DatastoreStatusActive
    ACTIVE
    DatastoreStatusDeleting
    DELETING
    DatastoreStatusDeleted
    DELETED
    Creating
    CREATING
    CreateFailed
    CREATE_FAILED
    Active
    ACTIVE
    Deleting
    DELETING
    Deleted
    DELETED
    Creating
    CREATING
    CreateFailed
    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 logo

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

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi