AWS Fundamentals Logo
AWS Fundamentals
AWS::Omics::Configuration

Omics Configuration

Resource schema for AWS::Omics::Configuration

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
RunConfigurations
RunConfigurations
RequiredCreate-only
Description
string
Tags
TagMap

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringUnique resource identifier for the configuration.
CreationTimestringConfiguration creation timestamp.
StatusstringCurrent configuration status.
UuidstringUnique identifier for the configuration.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Omics::Configuration

Resources:
  MyResource:
    Type: AWS::Omics::Configuration
    Properties:
      Name: "my-name"
      RunConfigurations: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

omics:CreateConfigurationomics:GetConfigurationomics:TagResourceiam:CreateServiceLinkedRoleec2:DescribeSecurityGroupsec2:DescribeSubnetsec2:DescribeVpcs

read

omics:GetConfigurationomics:ListTagsForResource

delete

omics:DeleteConfigurationomics:GetConfiguration

list

omics:ListConfigurations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceOmics
Properties8
Required2
TaggingSupported
Primary IDName

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameRunConfigurations

External Links