1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. omics
  6. getConfiguration

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi

    Resource schema for AWS::Omics::Configuration

    Using getConfiguration

    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 getConfiguration(args: GetConfigurationArgs, opts?: InvokeOptions): Promise<GetConfigurationResult>
    function getConfigurationOutput(args: GetConfigurationOutputArgs, opts?: InvokeOptions): Output<GetConfigurationResult>
    def get_configuration(name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetConfigurationResult
    def get_configuration_output(name: pulumi.Input[Optional[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetConfigurationResult]
    func LookupConfiguration(ctx *Context, args *LookupConfigurationArgs, opts ...InvokeOption) (*LookupConfigurationResult, error)
    func LookupConfigurationOutput(ctx *Context, args *LookupConfigurationOutputArgs, opts ...InvokeOption) LookupConfigurationResultOutput

    > Note: This function is named LookupConfiguration in the Go SDK.

    public static class GetConfiguration 
    {
        public static Task<GetConfigurationResult> InvokeAsync(GetConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetConfigurationResult> Invoke(GetConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConfigurationResult> getConfiguration(GetConfigurationArgs args, InvokeOptions options)
    public static Output<GetConfigurationResult> getConfiguration(GetConfigurationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:omics:getConfiguration
      arguments:
        # arguments dictionary
    data "aws-native_omics_getconfiguration" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string
    User-friendly name for the configuration.
    Name string
    User-friendly name for the configuration.
    name string
    User-friendly name for the configuration.
    name String
    User-friendly name for the configuration.
    name string
    User-friendly name for the configuration.
    name str
    User-friendly name for the configuration.
    name String
    User-friendly name for the configuration.

    getConfiguration Result

    The following output properties are available:

    Arn string
    Unique resource identifier for the configuration.
    CreationTime string
    Configuration creation timestamp.
    Description string
    Optional description for the configuration.
    Status Pulumi.AwsNative.Omics.ConfigurationStatus
    Current configuration status.
    Tags Dictionary<string, string>
    Tags for the configuration.
    Uuid string
    Unique identifier for the configuration.
    Arn string
    Unique resource identifier for the configuration.
    CreationTime string
    Configuration creation timestamp.
    Description string
    Optional description for the configuration.
    Status ConfigurationStatus
    Current configuration status.
    Tags map[string]string
    Tags for the configuration.
    Uuid string
    Unique identifier for the configuration.
    arn string
    Unique resource identifier for the configuration.
    creation_time string
    Configuration creation timestamp.
    description string
    Optional description for the configuration.
    status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "FAILED"
    Current configuration status.
    tags map(string)
    Tags for the configuration.
    uuid string
    Unique identifier for the configuration.
    arn String
    Unique resource identifier for the configuration.
    creationTime String
    Configuration creation timestamp.
    description String
    Optional description for the configuration.
    status ConfigurationStatus
    Current configuration status.
    tags Map<String,String>
    Tags for the configuration.
    uuid String
    Unique identifier for the configuration.
    arn string
    Unique resource identifier for the configuration.
    creationTime string
    Configuration creation timestamp.
    description string
    Optional description for the configuration.
    status ConfigurationStatus
    Current configuration status.
    tags {[key: string]: string}
    Tags for the configuration.
    uuid string
    Unique identifier for the configuration.
    arn str
    Unique resource identifier for the configuration.
    creation_time str
    Configuration creation timestamp.
    description str
    Optional description for the configuration.
    status ConfigurationStatus
    Current configuration status.
    tags Mapping[str, str]
    Tags for the configuration.
    uuid str
    Unique identifier for the configuration.
    arn String
    Unique resource identifier for the configuration.
    creationTime String
    Configuration creation timestamp.
    description String
    Optional description for the configuration.
    status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "FAILED"
    Current configuration status.
    tags Map<String>
    Tags for the configuration.
    uuid String
    Unique identifier for the configuration.

    Supporting Types

    ConfigurationStatus

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.66.0
    published on Monday, May 18, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.