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

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
aws-native logo

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

    Resource schema for AWS::Omics::Configuration

    Create Configuration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Configuration(name: string, args: ConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def Configuration(resource_name: str,
                      args: ConfigurationArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def Configuration(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      run_configurations: Optional[ConfigurationRunConfigurationsArgs] = None,
                      description: Optional[str] = None,
                      name: Optional[str] = None,
                      tags: Optional[Mapping[str, str]] = None)
    func NewConfiguration(ctx *Context, name string, args ConfigurationArgs, opts ...ResourceOption) (*Configuration, error)
    public Configuration(string name, ConfigurationArgs args, CustomResourceOptions? opts = null)
    public Configuration(String name, ConfigurationArgs args)
    public Configuration(String name, ConfigurationArgs args, CustomResourceOptions options)
    
    type: aws-native:omics:Configuration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ConfigurationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Configuration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Configuration resource accepts the following input properties:

    RunConfigurations Pulumi.AwsNative.Omics.Inputs.ConfigurationRunConfigurations
    Required run-specific configurations.
    Description string
    Optional description for the configuration.
    Name string
    User-friendly name for the configuration.
    Tags Dictionary<string, string>
    Tags for the configuration.
    RunConfigurations ConfigurationRunConfigurationsArgs
    Required run-specific configurations.
    Description string
    Optional description for the configuration.
    Name string
    User-friendly name for the configuration.
    Tags map[string]string
    Tags for the configuration.
    runConfigurations ConfigurationRunConfigurations
    Required run-specific configurations.
    description String
    Optional description for the configuration.
    name String
    User-friendly name for the configuration.
    tags Map<String,String>
    Tags for the configuration.
    runConfigurations ConfigurationRunConfigurations
    Required run-specific configurations.
    description string
    Optional description for the configuration.
    name string
    User-friendly name for the configuration.
    tags {[key: string]: string}
    Tags for the configuration.
    run_configurations ConfigurationRunConfigurationsArgs
    Required run-specific configurations.
    description str
    Optional description for the configuration.
    name str
    User-friendly name for the configuration.
    tags Mapping[str, str]
    Tags for the configuration.
    runConfigurations Property Map
    Required run-specific configurations.
    description String
    Optional description for the configuration.
    name String
    User-friendly name for the configuration.
    tags Map<String>
    Tags for the configuration.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Configuration resource produces the following output properties:

    Arn string
    Unique resource identifier for the configuration.
    CreationTime string
    Configuration creation timestamp.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.Omics.ConfigurationStatus
    Current configuration status.
    Uuid string
    Unique identifier for the configuration.
    Arn string
    Unique resource identifier for the configuration.
    CreationTime string
    Configuration creation timestamp.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status ConfigurationStatus
    Current configuration status.
    Uuid string
    Unique identifier for the configuration.
    arn String
    Unique resource identifier for the configuration.
    creationTime String
    Configuration creation timestamp.
    id String
    The provider-assigned unique ID for this managed resource.
    status ConfigurationStatus
    Current configuration status.
    uuid String
    Unique identifier for the configuration.
    arn string
    Unique resource identifier for the configuration.
    creationTime string
    Configuration creation timestamp.
    id string
    The provider-assigned unique ID for this managed resource.
    status ConfigurationStatus
    Current configuration status.
    uuid string
    Unique identifier for the configuration.
    arn str
    Unique resource identifier for the configuration.
    creation_time str
    Configuration creation timestamp.
    id str
    The provider-assigned unique ID for this managed resource.
    status ConfigurationStatus
    Current configuration status.
    uuid str
    Unique identifier for the configuration.
    arn String
    Unique resource identifier for the configuration.
    creationTime String
    Configuration creation timestamp.
    id String
    The provider-assigned unique ID for this managed resource.
    status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "FAILED"
    Current configuration status.
    uuid String
    Unique identifier for the configuration.

    Supporting Types

    ConfigurationRunConfigurations, ConfigurationRunConfigurationsArgs

    ConfigurationStatus, ConfigurationStatusArgs

    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleting
    DELETING
    Deleted
    DELETED
    Failed
    FAILED
    ConfigurationStatusCreating
    CREATING
    ConfigurationStatusActive
    ACTIVE
    ConfigurationStatusUpdating
    UPDATING
    ConfigurationStatusDeleting
    DELETING
    ConfigurationStatusDeleted
    DELETED
    ConfigurationStatusFailed
    FAILED
    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleting
    DELETING
    Deleted
    DELETED
    Failed
    FAILED
    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleting
    DELETING
    Deleted
    DELETED
    Failed
    FAILED
    CREATING
    CREATING
    ACTIVE
    ACTIVE
    UPDATING
    UPDATING
    DELETING
    DELETING
    DELETED
    DELETED
    FAILED
    FAILED
    "CREATING"
    CREATING
    "ACTIVE"
    ACTIVE
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING
    "DELETED"
    DELETED
    "FAILED"
    FAILED

    ConfigurationVpcConfig, ConfigurationVpcConfigArgs

    SecurityGroupIds List<string>
    SubnetIds List<string>
    SecurityGroupIds []string
    SubnetIds []string
    securityGroupIds List<String>
    subnetIds List<String>
    securityGroupIds string[]
    subnetIds string[]
    security_group_ids Sequence[str]
    subnet_ids Sequence[str]
    securityGroupIds List<String>
    subnetIds List<String>

    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.63.0
    published on Monday, May 4, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.