AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::GroundStation::Config

CfnConfig

Creates a `Config` with the specified parameters. Config objects provide Ground Station with the details necessary in order to schedule and execute satellite contacts.

Import

import { CfnConfig } from 'aws-cdk-lib/aws-groundstation';

Or use the module namespace:

import * as groundstation from 'aws-cdk-lib/aws-groundstation';
// groundstation.CfnConfig

Properties

Configuration passed to the constructor as CfnConfigProps.

configDataRequired
IResolvable | ConfigDataProperty

Object containing the parameters of a config. Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.

nameRequired
string

The name of the config object.

tagsOptional
CfnTag[]

Tags assigned to a resource.

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-groundstation
CFN TypeAWS::GroundStation::Config
Properties3

External Links