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

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.SequenceStore

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::SequenceStore Resource Type

    Create SequenceStore Resource

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

    Constructor syntax

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

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

    Description string
    A description for the store.
    FallbackLocation string
    An S3 URI representing the bucket and folder to store failed read set uploads.
    Name string
    A name for the store.
    SseConfig Pulumi.AwsNative.Omics.Inputs.SequenceStoreSseConfig
    Tags Dictionary<string, string>
    Description string
    A description for the store.
    FallbackLocation string
    An S3 URI representing the bucket and folder to store failed read set uploads.
    Name string
    A name for the store.
    SseConfig SequenceStoreSseConfigArgs
    Tags map[string]string
    description String
    A description for the store.
    fallbackLocation String
    An S3 URI representing the bucket and folder to store failed read set uploads.
    name String
    A name for the store.
    sseConfig SequenceStoreSseConfig
    tags Map<String,String>
    description string
    A description for the store.
    fallbackLocation string
    An S3 URI representing the bucket and folder to store failed read set uploads.
    name string
    A name for the store.
    sseConfig SequenceStoreSseConfig
    tags {[key: string]: string}
    description str
    A description for the store.
    fallback_location str
    An S3 URI representing the bucket and folder to store failed read set uploads.
    name str
    A name for the store.
    sse_config SequenceStoreSseConfigArgs
    tags Mapping[str, str]
    description String
    A description for the store.
    fallbackLocation String
    An S3 URI representing the bucket and folder to store failed read set uploads.
    name String
    A name for the store.
    sseConfig Property Map
    tags Map<String>

    Outputs

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

    Arn string
    The store's ARN.
    CreationTime string
    When the store was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    SequenceStoreId string
    Arn string
    The store's ARN.
    CreationTime string
    When the store was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    SequenceStoreId string
    arn String
    The store's ARN.
    creationTime String
    When the store was created.
    id String
    The provider-assigned unique ID for this managed resource.
    sequenceStoreId String
    arn string
    The store's ARN.
    creationTime string
    When the store was created.
    id string
    The provider-assigned unique ID for this managed resource.
    sequenceStoreId string
    arn str
    The store's ARN.
    creation_time str
    When the store was created.
    id str
    The provider-assigned unique ID for this managed resource.
    sequence_store_id str
    arn String
    The store's ARN.
    creationTime String
    When the store was created.
    id String
    The provider-assigned unique ID for this managed resource.
    sequenceStoreId String

    Supporting Types

    SequenceStoreEncryptionType, SequenceStoreEncryptionTypeArgs

    Kms
    KMS
    SequenceStoreEncryptionTypeKms
    KMS
    Kms
    KMS
    Kms
    KMS
    KMS
    KMS
    "KMS"
    KMS

    SequenceStoreSseConfig, SequenceStoreSseConfigArgs

    Type SequenceStoreEncryptionType
    KeyArn string
    An encryption key ARN.
    type SequenceStoreEncryptionType
    keyArn String
    An encryption key ARN.
    type SequenceStoreEncryptionType
    keyArn string
    An encryption key ARN.
    type SequenceStoreEncryptionType
    key_arn str
    An encryption key ARN.
    type "KMS"
    keyArn String
    An encryption key ARN.

    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