AWS::GroundStation::ConfigCreates a `Config` with the specified parameters. Config objects provide Ground Station with the details necessary in order to schedule and execute satellite contacts.
import { CfnConfig } from 'aws-cdk-lib/aws-groundstation';Or use the module namespace:
import * as groundstation from 'aws-cdk-lib/aws-groundstation';
// groundstation.CfnConfigConfiguration passed to the constructor as CfnConfigProps.
configDataRequiredIResolvable | ConfigDataPropertyObject 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.
nameRequiredstringThe name of the config object.
tagsOptionalCfnTag[]Tags assigned to a resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-groundstationAWS::GroundStation::Config