AWS::GroundStation::Config
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 Amazon 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:ConfigDataName:StringTags:- 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
Update requires: No interruption
Tags-
Tags assigned to a resource.
Required: No
Type: List of Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns 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 Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic 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::GetAttintrinsic function, see Fn::GetAtt.