AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.78.0 published on Wednesday, Sep 27, 2023 by Pulumi
aws-native.omics.getAnnotationStore
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.78.0 published on Wednesday, Sep 27, 2023 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 dictionary
The following arguments are supported:
- Name string
- Name string
- name String
- name string
- name str
- name String
getAnnotationStore Result
The following output properties are available:
- Creation
Time string - Description string
- Id string
- Status
Pulumi.
Aws Native. Omics. Annotation Store Store Status - Status
Message string - Store
Arn string - Store
Size doubleBytes - Update
Time string
- Creation
Time string - Description string
- Id string
- Status
Annotation
Store Store Status - Status
Message string - Store
Arn string - Store
Size float64Bytes - Update
Time string
- creation
Time String - description String
- id String
- status
Annotation
Store Store Status - status
Message String - store
Arn String - store
Size DoubleBytes - update
Time String
- creation
Time string - description string
- id string
- status
Annotation
Store Store Status - status
Message string - store
Arn string - store
Size numberBytes - update
Time string
- creation_
time str - description str
- id str
- status
Annotation
Store Store Status - status_
message str - store_
arn str - store_
size_ floatbytes - update_
time str
- creation
Time String - description String
- id String
- status "CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED"
- status
Message String - store
Arn String - store
Size NumberBytes - update
Time String
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.78.0 published on Wednesday, Sep 27, 2023 by Pulumi