aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.omics.AnnotationStore

Definition of AWS::Omics::AnnotationStore Resource Type

Create AnnotationStore Resource

new AnnotationStore(name: string, args: AnnotationStoreArgs, opts?: CustomResourceOptions);
@overload
def AnnotationStore(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    description: Optional[str] = None,
                    name: Optional[str] = None,
                    reference: Optional[AnnotationStoreReferenceItemArgs] = None,
                    sse_config: Optional[AnnotationStoreSseConfigArgs] = None,
                    store_format: Optional[AnnotationStoreStoreFormat] = None,
                    store_options: Optional[AnnotationStoreStoreOptionsArgs] = None,
                    tags: Optional[AnnotationStoreTagMapArgs] = None)
@overload
def AnnotationStore(resource_name: str,
                    args: AnnotationStoreArgs,
                    opts: Optional[ResourceOptions] = 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.

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.

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:

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
CreationTime string
Id string

The provider-assigned unique ID for this managed resource.

Status AnnotationStoreStoreStatus
StatusMessage string
StoreArn string
StoreSizeBytes float64
UpdateTime string
creationTime String
id String

The provider-assigned unique ID for this managed resource.

status AnnotationStoreStoreStatus
statusMessage String
storeArn String
storeSizeBytes Double
updateTime String
creationTime string
id string

The provider-assigned unique ID for this managed resource.

status AnnotationStoreStoreStatus
statusMessage string
storeArn string
storeSizeBytes number
updateTime string
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
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

AnnotationStoreEncryptionType

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

AnnotationStoreReferenceItem

AnnotationStoreSseConfig

AnnotationStoreStoreFormat

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

AnnotationStoreStoreStatus

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

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0