AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Omics::Configuration

CfnConfiguration

Resource schema for AWS::Omics::Configuration.

Import

import { CfnConfiguration } from 'aws-cdk-lib/aws-omics';

Or use the module namespace:

import * as omics from 'aws-cdk-lib/aws-omics';
// omics.CfnConfiguration

Properties

Configuration passed to the constructor as CfnConfigurationProps.

nameRequired
string

User-friendly name for the configuration.

runConfigurationsRequired
IResolvable | RunConfigurationsProperty
descriptionOptional
string

Optional description for the configuration.

tagsOptional
{ [key: string]: string }

A map of resource tags.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-omics
CFN TypeAWS::Omics::Configuration
Properties4

External Links