We recommend new projects start with resources from the AWS provider.
aws-native.omics.getSequenceStore
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::Omics::SequenceStore
Using getSequenceStore
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSequenceStore(args: GetSequenceStoreArgs, opts?: InvokeOptions): Promise<GetSequenceStoreResult>
function getSequenceStoreOutput(args: GetSequenceStoreOutputArgs, opts?: InvokeOptions): Output<GetSequenceStoreResult>
def get_sequence_store(sequence_store_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSequenceStoreResult
def get_sequence_store_output(sequence_store_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSequenceStoreResult]
func LookupSequenceStore(ctx *Context, args *LookupSequenceStoreArgs, opts ...InvokeOption) (*LookupSequenceStoreResult, error)
func LookupSequenceStoreOutput(ctx *Context, args *LookupSequenceStoreOutputArgs, opts ...InvokeOption) LookupSequenceStoreResultOutput
> Note: This function is named LookupSequenceStore
in the Go SDK.
public static class GetSequenceStore
{
public static Task<GetSequenceStoreResult> InvokeAsync(GetSequenceStoreArgs args, InvokeOptions? opts = null)
public static Output<GetSequenceStoreResult> Invoke(GetSequenceStoreInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSequenceStoreResult> getSequenceStore(GetSequenceStoreArgs args, InvokeOptions options)
public static Output<GetSequenceStoreResult> getSequenceStore(GetSequenceStoreArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:omics:getSequenceStore
arguments:
# arguments dictionary
The following arguments are supported:
- Sequence
Store stringId - The store's ID.
- Sequence
Store stringId - The store's ID.
- sequence
Store StringId - The store's ID.
- sequence
Store stringId - The store's ID.
- sequence_
store_ strid - The store's ID.
- sequence
Store StringId - The store's ID.
getSequenceStore Result
The following output properties are available:
- Access
Log stringLocation - Location of the access logs.
- Arn string
- The store's ARN.
- Creation
Time string - When the store was created.
- Description string
- A description for the store.
- Fallback
Location string - An S3 location that is used to store files that have failed a direct upload.
- Name string
- A name for the store.
- List<string>
- The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
- S3Access
Point stringArn - This is ARN of the access point associated with the S3 bucket storing read sets.
- S3Access
Policy object The resource policy that controls S3 access on the store
Search the CloudFormation User Guide for
AWS::Omics::SequenceStore
for more information about the expected schema for this property.- S3Uri string
- The S3 URI of the sequence store.
- Sequence
Store stringId - The store's ID.
- Status
Pulumi.
Aws Native. Omics. Sequence Store Status - Status of the sequence store.
- Status
Message string - The status message of the sequence store.
- Dictionary<string, string>
- Tags for the store.
- Update
Time string - The last-updated time of the sequence store.
- Access
Log stringLocation - Location of the access logs.
- Arn string
- The store's ARN.
- Creation
Time string - When the store was created.
- Description string
- A description for the store.
- Fallback
Location string - An S3 location that is used to store files that have failed a direct upload.
- Name string
- A name for the store.
- []string
- The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
- S3Access
Point stringArn - This is ARN of the access point associated with the S3 bucket storing read sets.
- S3Access
Policy interface{} The resource policy that controls S3 access on the store
Search the CloudFormation User Guide for
AWS::Omics::SequenceStore
for more information about the expected schema for this property.- S3Uri string
- The S3 URI of the sequence store.
- Sequence
Store stringId - The store's ID.
- Status
Sequence
Store Status - Status of the sequence store.
- Status
Message string - The status message of the sequence store.
- map[string]string
- Tags for the store.
- Update
Time string - The last-updated time of the sequence store.
- access
Log StringLocation - Location of the access logs.
- arn String
- The store's ARN.
- creation
Time String - When the store was created.
- description String
- A description for the store.
- fallback
Location String - An S3 location that is used to store files that have failed a direct upload.
- name String
- A name for the store.
- List<String>
- The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
- s3Access
Point StringArn - This is ARN of the access point associated with the S3 bucket storing read sets.
- s3Access
Policy Object The resource policy that controls S3 access on the store
Search the CloudFormation User Guide for
AWS::Omics::SequenceStore
for more information about the expected schema for this property.- s3Uri String
- The S3 URI of the sequence store.
- sequence
Store StringId - The store's ID.
- status
Sequence
Store Status - Status of the sequence store.
- status
Message String - The status message of the sequence store.
- Map<String,String>
- Tags for the store.
- update
Time String - The last-updated time of the sequence store.
- access
Log stringLocation - Location of the access logs.
- arn string
- The store's ARN.
- creation
Time string - When the store was created.
- description string
- A description for the store.
- fallback
Location string - An S3 location that is used to store files that have failed a direct upload.
- name string
- A name for the store.
- string[]
- The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
- s3Access
Point stringArn - This is ARN of the access point associated with the S3 bucket storing read sets.
- s3Access
Policy any The resource policy that controls S3 access on the store
Search the CloudFormation User Guide for
AWS::Omics::SequenceStore
for more information about the expected schema for this property.- s3Uri string
- The S3 URI of the sequence store.
- sequence
Store stringId - The store's ID.
- status
Sequence
Store Status - Status of the sequence store.
- status
Message string - The status message of the sequence store.
- {[key: string]: string}
- Tags for the store.
- update
Time string - The last-updated time of the sequence store.
- access_
log_ strlocation - Location of the access logs.
- arn str
- The store's ARN.
- creation_
time str - When the store was created.
- description str
- A description for the store.
- fallback_
location str - An S3 location that is used to store files that have failed a direct upload.
- name str
- A name for the store.
- Sequence[str]
- The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
- s3_
access_ strpoint_ arn - This is ARN of the access point associated with the S3 bucket storing read sets.
- s3_
access_ Anypolicy The resource policy that controls S3 access on the store
Search the CloudFormation User Guide for
AWS::Omics::SequenceStore
for more information about the expected schema for this property.- s3_
uri str - The S3 URI of the sequence store.
- sequence_
store_ strid - The store's ID.
- status
Sequence
Store Status - Status of the sequence store.
- status_
message str - The status message of the sequence store.
- Mapping[str, str]
- Tags for the store.
- update_
time str - The last-updated time of the sequence store.
- access
Log StringLocation - Location of the access logs.
- arn String
- The store's ARN.
- creation
Time String - When the store was created.
- description String
- A description for the store.
- fallback
Location String - An S3 location that is used to store files that have failed a direct upload.
- name String
- A name for the store.
- List<String>
- The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
- s3Access
Point StringArn - This is ARN of the access point associated with the S3 bucket storing read sets.
- s3Access
Policy Any The resource policy that controls S3 access on the store
Search the CloudFormation User Guide for
AWS::Omics::SequenceStore
for more information about the expected schema for this property.- s3Uri String
- The S3 URI of the sequence store.
- sequence
Store StringId - The store's ID.
- status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "FAILED"
- Status of the sequence store.
- status
Message String - The status message of the sequence store.
- Map<String>
- Tags for the store.
- update
Time String - The last-updated time of the sequence store.
Supporting Types
SequenceStoreStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.