1. Packages
  2. AWS Native
  3. API Docs
  4. omics
  5. VariantStore

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.omics.VariantStore

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::Omics::VariantStore Resource Type

    Create VariantStore Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VariantStore(name: string, args: VariantStoreArgs, opts?: CustomResourceOptions);
    @overload
    def VariantStore(resource_name: str,
                     args: VariantStoreArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def VariantStore(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     reference: Optional[VariantStoreReferenceItemArgs] = None,
                     description: Optional[str] = None,
                     name: Optional[str] = None,
                     sse_config: Optional[VariantStoreSseConfigArgs] = None,
                     tags: Optional[Mapping[str, str]] = None)
    func NewVariantStore(ctx *Context, name string, args VariantStoreArgs, opts ...ResourceOption) (*VariantStore, error)
    public VariantStore(string name, VariantStoreArgs args, CustomResourceOptions? opts = null)
    public VariantStore(String name, VariantStoreArgs args)
    public VariantStore(String name, VariantStoreArgs args, CustomResourceOptions options)
    
    type: aws-native:omics:VariantStore
    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 VariantStoreArgs
    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 VariantStoreArgs
    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 VariantStoreArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VariantStoreArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VariantStoreArgs
    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 variantStoreResource = new aws_native.omics.VariantStore("variantStoreResource", {
        reference: {
            referenceArn: "string",
        },
        description: "string",
        name: "string",
        sseConfig: {
            type: aws_native.omics.VariantStoreEncryptionType.Kms,
            keyArn: "string",
        },
        tags: {
            string: "string",
        },
    });
    
    Coming soon!
    

    VariantStore 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 VariantStore resource accepts the following input properties:

    Outputs

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

    AwsId string
    CreationTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.Omics.VariantStoreStoreStatus
    StatusMessage string
    StoreArn string
    StoreSizeBytes double
    UpdateTime string
    AwsId string
    CreationTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    Status VariantStoreStoreStatus
    StatusMessage string
    StoreArn string
    StoreSizeBytes float64
    UpdateTime string
    awsId String
    creationTime String
    id String
    The provider-assigned unique ID for this managed resource.
    status VariantStoreStoreStatus
    statusMessage String
    storeArn String
    storeSizeBytes Double
    updateTime String
    awsId string
    creationTime string
    id string
    The provider-assigned unique ID for this managed resource.
    status VariantStoreStoreStatus
    statusMessage string
    storeArn string
    storeSizeBytes number
    updateTime string
    aws_id str
    creation_time str
    id str
    The provider-assigned unique ID for this managed resource.
    status VariantStoreStoreStatus
    status_message str
    store_arn str
    store_size_bytes float
    update_time str
    awsId String
    creationTime String
    id String
    The provider-assigned unique ID for this managed resource.
    status "CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED"
    statusMessage String
    storeArn String
    storeSizeBytes Number
    updateTime String

    Supporting Types

    VariantStoreEncryptionType, VariantStoreEncryptionTypeArgs

    Kms
    KMS
    VariantStoreEncryptionTypeKms
    KMS
    Kms
    KMS
    Kms
    KMS
    KMS
    KMS
    "KMS"
    KMS

    VariantStoreReferenceItem, VariantStoreReferenceItemArgs

    VariantStoreSseConfig, VariantStoreSseConfigArgs

    VariantStoreStoreStatus, VariantStoreStoreStatusArgs

    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Active
    ACTIVE
    Failed
    FAILED
    VariantStoreStoreStatusCreating
    CREATING
    VariantStoreStoreStatusUpdating
    UPDATING
    VariantStoreStoreStatusDeleting
    DELETING
    VariantStoreStoreStatusActive
    ACTIVE
    VariantStoreStoreStatusFailed
    FAILED
    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Active
    ACTIVE
    Failed
    FAILED
    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Active
    ACTIVE
    Failed
    FAILED
    CREATING
    CREATING
    UPDATING
    UPDATING
    DELETING
    DELETING
    ACTIVE
    ACTIVE
    FAILED
    FAILED
    "CREATING"
    CREATING
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING
    "ACTIVE"
    ACTIVE
    "FAILED"
    FAILED

    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