ConfigTypeData
public struct ConfigTypeData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
Declaration
Swift
public let antennaDownlinkConfig: AntennaDownlinkConfig?
-
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
Declaration
Swift
public let antennaDownlinkDemodDecodeConfig: AntennaDownlinkDemodDecodeConfig?
-
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
Declaration
Swift
public let antennaUplinkConfig: AntennaUplinkConfig?
-
Information about the dataflow endpoint Config.
Declaration
Swift
public let dataflowEndpointConfig: DataflowEndpointConfig?
-
Object that determines whether tracking should be used during a contact executed with this Config in the mission profile.
Declaration
Swift
public let trackingConfig: TrackingConfig?
-
Information about an uplink echo Config. Parameters from the AntennaUplinkConfig, corresponding to the specified AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a contact.
Declaration
Swift
public let uplinkEchoConfig: UplinkEchoConfig?
-
init(antennaDownlinkConfig:antennaDownlinkDemodDecodeConfig:antennaUplinkConfig:dataflowEndpointConfig:trackingConfig:uplinkEchoConfig:)
Undocumented
Declaration
Swift
public init(antennaDownlinkConfig: AntennaDownlinkConfig? = nil, antennaDownlinkDemodDecodeConfig: AntennaDownlinkDemodDecodeConfig? = nil, antennaUplinkConfig: AntennaUplinkConfig? = nil, dataflowEndpointConfig: DataflowEndpointConfig? = nil, trackingConfig: TrackingConfig? = nil, uplinkEchoConfig: UplinkEchoConfig? = nil)
-
Declaration
Swift
public func validate(name: String) throws