Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::GroundStation::Config

Focus mode
AWS::GroundStation::Config - AWS CloudFormation
Filter View

Creates a Config with the specified parameters.

Config objects provide Ground Station with the details necessary in order to schedule and execute satellite contacts.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::GroundStation::Config", "Properties" : { "ConfigData" : ConfigData, "Name" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::GroundStation::Config Properties: ConfigData: ConfigData Name: String Tags: - Tag

Properties

ConfigData

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.

Required: Yes

Type: ConfigData

Update requires: No interruption

Name

The name of the config object.

Required: Yes

Type: String

Pattern: ^[ a-zA-Z0-9_:-]{1,256}$

Update requires: No interruption

Tags

Tags assigned to a resource.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ARN of the config. For example:

{ "Ref": "Config" }

For the Ground Station config, Ref returns the ARN of the config.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.

Id

The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296.

Type

The type of the config, such as tracking.

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.