We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 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 dictionaryThe 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 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.
- Creation
Time string - Configuration creation timestamp.
- Description string
- Optional description for the configuration.
- Status
Pulumi.
Aws Native. Omics. Configuration Status - Current configuration status.
- Dictionary<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
Configuration
Status - Current configuration status.
- 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
Configuration
Status - Current configuration status.
- 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
Configuration
Status - Current configuration status.
- {[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
Configuration
Status - Current configuration status.
- Mapping[str, str]
- Tags for the configuration.
- uuid str
- 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.
- 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
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 2026 by Pulumi
