We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.omics.SequenceStore
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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.
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.
- Fallback
Location string - An S3 URI representing the bucket and folder to store failed read set uploads.
- Name string
- A name for the store.
- Sse
Config Pulumi.Aws Native. Omics. Inputs. Sequence Store Sse Config - Server-side encryption (SSE) settings for the store.
- Dictionary<string, string>
- Tags for the store.
- Description string
- A description for the store.
- Fallback
Location string - An S3 URI representing the bucket and folder to store failed read set uploads.
- Name string
- A name for the store.
- Sse
Config SequenceStore Sse Config Args - Server-side encryption (SSE) settings for the store.
- map[string]string
- Tags for the store.
- description String
- A description for the store.
- fallback
Location String - An S3 URI representing the bucket and folder to store failed read set uploads.
- name String
- A name for the store.
- sse
Config SequenceStore Sse Config - Server-side encryption (SSE) settings for the store.
- Map<String,String>
- Tags for the store.
- description string
- A description for the store.
- fallback
Location string - An S3 URI representing the bucket and folder to store failed read set uploads.
- name string
- A name for the store.
- sse
Config SequenceStore Sse Config - Server-side encryption (SSE) settings for the store.
- {[key: string]: string}
- Tags for the store.
- 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 SequenceStore Sse Config Args - Server-side encryption (SSE) settings for the store.
- Mapping[str, str]
- Tags for the store.
- description String
- A description for the store.
- fallback
Location String - An S3 URI representing the bucket and folder to store failed read set uploads.
- name String
- A name for the store.
- sse
Config Property Map - Server-side encryption (SSE) settings for the store.
- Map<String>
- Tags for the store.
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.
- Creation
Time string - When the store was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Sequence
Store stringId - The store's ID.
- Arn string
- The store's ARN.
- Creation
Time string - When the store was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Sequence
Store stringId - The store's ID.
- arn String
- The store's ARN.
- creation
Time String - When the store was created.
- id String
- The provider-assigned unique ID for this managed resource.
- sequence
Store StringId - The store's ID.
- arn string
- The store's ARN.
- creation
Time string - When the store was created.
- id string
- The provider-assigned unique ID for this managed resource.
- sequence
Store stringId - The store's ID.
- 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_ strid - The store's ID.
- arn String
- The store's ARN.
- creation
Time String - When the store was created.
- id String
- The provider-assigned unique ID for this managed resource.
- sequence
Store StringId - The store's ID.
Supporting Types
SequenceStoreEncryptionType, SequenceStoreEncryptionTypeArgs
- Kms
- KMS
- Sequence
Store Encryption Type Kms - KMS
- Kms
- KMS
- Kms
- KMS
- KMS
- KMS
- "KMS"
- KMS
SequenceStoreSseConfig, SequenceStoreSseConfigArgs
- Type
Pulumi.
Aws Native. Omics. Sequence Store Encryption Type - The encryption type.
- Key
Arn string - An encryption key ARN.
- Type
Sequence
Store Encryption Type - The encryption type.
- Key
Arn string - An encryption key ARN.
- type
Sequence
Store Encryption Type - The encryption type.
- key
Arn String - An encryption key ARN.
- type
Sequence
Store Encryption Type - The encryption type.
- key
Arn string - An encryption key ARN.
- type
Sequence
Store Encryption Type - The encryption type.
- key_
arn str - An encryption key ARN.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi