AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.omics.getAnnotationStore
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Definition of AWS::Omics::AnnotationStore Resource Type
Using getAnnotationStore
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 getAnnotationStore(args: GetAnnotationStoreArgs, opts?: InvokeOptions): Promise<GetAnnotationStoreResult>
function getAnnotationStoreOutput(args: GetAnnotationStoreOutputArgs, opts?: InvokeOptions): Output<GetAnnotationStoreResult>def get_annotation_store(name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetAnnotationStoreResult
def get_annotation_store_output(name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetAnnotationStoreResult]func LookupAnnotationStore(ctx *Context, args *LookupAnnotationStoreArgs, opts ...InvokeOption) (*LookupAnnotationStoreResult, error)
func LookupAnnotationStoreOutput(ctx *Context, args *LookupAnnotationStoreOutputArgs, opts ...InvokeOption) LookupAnnotationStoreResultOutput> Note: This function is named LookupAnnotationStore in the Go SDK.
public static class GetAnnotationStore 
{
    public static Task<GetAnnotationStoreResult> InvokeAsync(GetAnnotationStoreArgs args, InvokeOptions? opts = null)
    public static Output<GetAnnotationStoreResult> Invoke(GetAnnotationStoreInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAnnotationStoreResult> getAnnotationStore(GetAnnotationStoreArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:omics:getAnnotationStore
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
 - The name of the Annotation Store.
 
- Name string
 - The name of the Annotation Store.
 
- name String
 - The name of the Annotation Store.
 
- name string
 - The name of the Annotation Store.
 
- name str
 - The name of the Annotation Store.
 
- name String
 - The name of the Annotation Store.
 
getAnnotationStore Result
The following output properties are available:
- Creation
Time string - When the store was created.
 - Description string
 - A description for the store.
 - Id string
 - The store's ID.
 - Status
Pulumi.
Aws Native. Omics. Annotation Store Store Status  - The store's status.
 - Status
Message string - The store's status message.
 - Store
Arn string - The store's ARN.
 - Store
Size doubleBytes  - The store's size in bytes.
 - Update
Time string - When the store was updated.
 
- Creation
Time string - When the store was created.
 - Description string
 - A description for the store.
 - Id string
 - The store's ID.
 - Status
Annotation
Store Store Status  - The store's status.
 - Status
Message string - The store's status message.
 - Store
Arn string - The store's ARN.
 - Store
Size float64Bytes  - The store's size in bytes.
 - Update
Time string - When the store was updated.
 
- creation
Time String - When the store was created.
 - description String
 - A description for the store.
 - id String
 - The store's ID.
 - status
Annotation
Store Store Status  - The store's status.
 - status
Message String - The store's status message.
 - store
Arn String - The store's ARN.
 - store
Size DoubleBytes  - The store's size in bytes.
 - update
Time String - When the store was updated.
 
- creation
Time string - When the store was created.
 - description string
 - A description for the store.
 - id string
 - The store's ID.
 - status
Annotation
Store Store Status  - The store's status.
 - status
Message string - The store's status message.
 - store
Arn string - The store's ARN.
 - store
Size numberBytes  - The store's size in bytes.
 - update
Time string - When the store was updated.
 
- creation_
time str - When the store was created.
 - description str
 - A description for the store.
 - id str
 - The store's ID.
 - status
Annotation
Store Store Status  - The store's status.
 - status_
message str - The store's status message.
 - store_
arn str - The store's ARN.
 - store_
size_ floatbytes  - The store's size in bytes.
 - update_
time str - When the store was updated.
 
- creation
Time String - When the store was created.
 - description String
 - A description for the store.
 - id String
 - The store's ID.
 - status "CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED"
 - The store's status.
 - status
Message String - The store's status message.
 - store
Arn String - The store's ARN.
 - store
Size NumberBytes  - The store's size in bytes.
 - update
Time String - When the store was updated.
 
Supporting Types
AnnotationStoreStoreStatus   
Package Details
- Repository
 - AWS Native pulumi/pulumi-aws-native
 - License
 - Apache-2.0
 
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi