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

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.omics.AnnotationStore

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Definition of AWS::Omics::AnnotationStore Resource Type

    Create AnnotationStore Resource

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

    Constructor syntax

    new AnnotationStore(name: string, args: AnnotationStoreArgs, opts?: CustomResourceOptions);
    @overload
    def AnnotationStore(resource_name: str,
                        args: AnnotationStoreArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def AnnotationStore(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        store_format: Optional[AnnotationStoreStoreFormat] = None,
                        description: Optional[str] = None,
                        name: Optional[str] = None,
                        reference: Optional[AnnotationStoreReferenceItemArgs] = None,
                        sse_config: Optional[AnnotationStoreSseConfigArgs] = None,
                        store_options: Optional[AnnotationStoreStoreOptionsPropertiesArgs] = None,
                        tags: Optional[Mapping[str, str]] = None)
    func NewAnnotationStore(ctx *Context, name string, args AnnotationStoreArgs, opts ...ResourceOption) (*AnnotationStore, error)
    public AnnotationStore(string name, AnnotationStoreArgs args, CustomResourceOptions? opts = null)
    public AnnotationStore(String name, AnnotationStoreArgs args)
    public AnnotationStore(String name, AnnotationStoreArgs args, CustomResourceOptions options)
    
    type: aws-native:omics:AnnotationStore
    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 AnnotationStoreArgs
    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 AnnotationStoreArgs
    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 AnnotationStoreArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AnnotationStoreArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AnnotationStoreArgs
    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 annotationStoreResource = new aws_native.omics.AnnotationStore("annotationStoreResource", {
        storeFormat: aws_native.omics.AnnotationStoreStoreFormat.Gff,
        description: "string",
        name: "string",
        reference: {
            referenceArn: "string",
        },
        sseConfig: {
            type: aws_native.omics.AnnotationStoreEncryptionType.Kms,
            keyArn: "string",
        },
        storeOptions: {
            tsvStoreOptions: {
                annotationType: aws_native.omics.AnnotationStoreAnnotationType.Generic,
                formatToHeader: {
                    string: "string",
                },
                schema: [{
                    string: aws_native.omics.AnnotationStoreSchemaValueType.Long,
                }],
            },
        },
        tags: {
            string: "string",
        },
    });
    
    Coming soon!
    

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

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AnnotationStore 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.AnnotationStoreStoreStatus
    StatusMessage string
    StoreArn string
    StoreSizeBytes double
    UpdateTime string
    AwsId string
    CreationTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    Status AnnotationStoreStoreStatus
    StatusMessage string
    StoreArn string
    StoreSizeBytes float64
    UpdateTime string
    awsId String
    creationTime String
    id String
    The provider-assigned unique ID for this managed resource.
    status AnnotationStoreStoreStatus
    statusMessage String
    storeArn String
    storeSizeBytes Double
    updateTime String
    awsId string
    creationTime string
    id string
    The provider-assigned unique ID for this managed resource.
    status AnnotationStoreStoreStatus
    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 AnnotationStoreStoreStatus
    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

    AnnotationStoreAnnotationType, AnnotationStoreAnnotationTypeArgs

    Generic
    GENERIC
    ChrPos
    CHR_POS
    ChrPosRefAlt
    CHR_POS_REF_ALT
    ChrStartEndOneBase
    CHR_START_END_ONE_BASE
    ChrStartEndRefAltOneBase
    CHR_START_END_REF_ALT_ONE_BASE
    ChrStartEndZeroBase
    CHR_START_END_ZERO_BASE
    ChrStartEndRefAltZeroBase
    CHR_START_END_REF_ALT_ZERO_BASE
    AnnotationStoreAnnotationTypeGeneric
    GENERIC
    AnnotationStoreAnnotationTypeChrPos
    CHR_POS
    AnnotationStoreAnnotationTypeChrPosRefAlt
    CHR_POS_REF_ALT
    AnnotationStoreAnnotationTypeChrStartEndOneBase
    CHR_START_END_ONE_BASE
    AnnotationStoreAnnotationTypeChrStartEndRefAltOneBase
    CHR_START_END_REF_ALT_ONE_BASE
    AnnotationStoreAnnotationTypeChrStartEndZeroBase
    CHR_START_END_ZERO_BASE
    AnnotationStoreAnnotationTypeChrStartEndRefAltZeroBase
    CHR_START_END_REF_ALT_ZERO_BASE
    Generic
    GENERIC
    ChrPos
    CHR_POS
    ChrPosRefAlt
    CHR_POS_REF_ALT
    ChrStartEndOneBase
    CHR_START_END_ONE_BASE
    ChrStartEndRefAltOneBase
    CHR_START_END_REF_ALT_ONE_BASE
    ChrStartEndZeroBase
    CHR_START_END_ZERO_BASE
    ChrStartEndRefAltZeroBase
    CHR_START_END_REF_ALT_ZERO_BASE
    Generic
    GENERIC
    ChrPos
    CHR_POS
    ChrPosRefAlt
    CHR_POS_REF_ALT
    ChrStartEndOneBase
    CHR_START_END_ONE_BASE
    ChrStartEndRefAltOneBase
    CHR_START_END_REF_ALT_ONE_BASE
    ChrStartEndZeroBase
    CHR_START_END_ZERO_BASE
    ChrStartEndRefAltZeroBase
    CHR_START_END_REF_ALT_ZERO_BASE
    GENERIC
    GENERIC
    CHR_POS
    CHR_POS
    CHR_POS_REF_ALT
    CHR_POS_REF_ALT
    CHR_START_END_ONE_BASE
    CHR_START_END_ONE_BASE
    CHR_START_END_REF_ALT_ONE_BASE
    CHR_START_END_REF_ALT_ONE_BASE
    CHR_START_END_ZERO_BASE
    CHR_START_END_ZERO_BASE
    CHR_START_END_REF_ALT_ZERO_BASE
    CHR_START_END_REF_ALT_ZERO_BASE
    "GENERIC"
    GENERIC
    "CHR_POS"
    CHR_POS
    "CHR_POS_REF_ALT"
    CHR_POS_REF_ALT
    "CHR_START_END_ONE_BASE"
    CHR_START_END_ONE_BASE
    "CHR_START_END_REF_ALT_ONE_BASE"
    CHR_START_END_REF_ALT_ONE_BASE
    "CHR_START_END_ZERO_BASE"
    CHR_START_END_ZERO_BASE
    "CHR_START_END_REF_ALT_ZERO_BASE"
    CHR_START_END_REF_ALT_ZERO_BASE

    AnnotationStoreEncryptionType, AnnotationStoreEncryptionTypeArgs

    Kms
    KMS
    AnnotationStoreEncryptionTypeKms
    KMS
    Kms
    KMS
    Kms
    KMS
    KMS
    KMS
    "KMS"
    KMS

    AnnotationStoreReferenceItem, AnnotationStoreReferenceItemArgs

    AnnotationStoreSchemaValueType, AnnotationStoreSchemaValueTypeArgs

    Long
    LONG
    Int
    INT
    String
    STRING
    Float
    FLOAT
    Double
    DOUBLE
    Boolean
    BOOLEAN
    AnnotationStoreSchemaValueTypeLong
    LONG
    AnnotationStoreSchemaValueTypeInt
    INT
    AnnotationStoreSchemaValueTypeString
    STRING
    AnnotationStoreSchemaValueTypeFloat
    FLOAT
    AnnotationStoreSchemaValueTypeDouble
    DOUBLE
    AnnotationStoreSchemaValueTypeBoolean
    BOOLEAN
    Long
    LONG
    Int
    INT
    String
    STRING
    Float
    FLOAT
    Double
    DOUBLE
    Boolean
    BOOLEAN
    Long
    LONG
    Int
    INT
    String
    STRING
    Float
    FLOAT
    Double
    DOUBLE
    Boolean
    BOOLEAN
    LONG
    LONG
    INT
    INT
    STRING
    STRING
    FLOAT
    FLOAT
    DOUBLE
    DOUBLE
    BOOLEAN
    BOOLEAN
    "LONG"
    LONG
    "INT"
    INT
    "STRING"
    STRING
    "FLOAT"
    FLOAT
    "DOUBLE"
    DOUBLE
    "BOOLEAN"
    BOOLEAN

    AnnotationStoreSseConfig, AnnotationStoreSseConfigArgs

    AnnotationStoreStoreFormat, AnnotationStoreStoreFormatArgs

    Gff
    GFF
    Tsv
    TSV
    Vcf
    VCF
    AnnotationStoreStoreFormatGff
    GFF
    AnnotationStoreStoreFormatTsv
    TSV
    AnnotationStoreStoreFormatVcf
    VCF
    Gff
    GFF
    Tsv
    TSV
    Vcf
    VCF
    Gff
    GFF
    Tsv
    TSV
    Vcf
    VCF
    GFF
    GFF
    TSV
    TSV
    VCF
    VCF
    "GFF"
    GFF
    "TSV"
    TSV
    "VCF"
    VCF

    AnnotationStoreStoreOptionsProperties, AnnotationStoreStoreOptionsPropertiesArgs

    AnnotationStoreStoreStatus, AnnotationStoreStoreStatusArgs

    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Active
    ACTIVE
    Failed
    FAILED
    AnnotationStoreStoreStatusCreating
    CREATING
    AnnotationStoreStoreStatusUpdating
    UPDATING
    AnnotationStoreStoreStatusDeleting
    DELETING
    AnnotationStoreStoreStatusActive
    ACTIVE
    AnnotationStoreStoreStatusFailed
    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

    AnnotationStoreTsvStoreOptions, AnnotationStoreTsvStoreOptionsArgs

    AnnotationType Pulumi.AwsNative.Omics.AnnotationStoreAnnotationType
    FormatToHeader Dictionary<string, string>
    Schema List<ImmutableDictionary<string, Pulumi.AwsNative.Omics.AnnotationStoreSchemaValueType>>
    AnnotationType AnnotationStoreAnnotationType
    FormatToHeader map[string]string
    Schema []map[string]AnnotationStoreSchemaValueType
    annotationType AnnotationStoreAnnotationType
    formatToHeader Map<String,String>
    schema List<Map<String,AnnotationStoreSchemaValueType>>
    annotationType AnnotationStoreAnnotationType
    formatToHeader {[key: string]: string}
    schema {[key: string]: AnnotationStoreSchemaValueType}[]
    annotation_type AnnotationStoreAnnotationType
    format_to_header Mapping[str, str]
    schema Sequence[Mapping[str, AnnotationStoreSchemaValueType]]

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi