Class CfnConfig.ConfigDataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfig.ConfigDataProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConfig.ConfigDataProperty
CfnConfig.ConfigDataProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.groundstation.CfnConfig.ConfigDataProperty
CfnConfig.ConfigDataProperty.Builder, CfnConfig.ConfigDataProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfig.ConfigDataProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Provides information for an antenna downlink config object.final Object
Provides information for a downlink demod decode config object.final Object
Provides information for an uplink config object.final Object
Provides information for a dataflow endpoint config object.final Object
Provides information for an S3 recording config object.final Object
Provides information for a tracking config object.final Object
Provides information for an uplink echo config object.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConfig.ConfigDataProperty.Builder
.
-
-
Method Details
-
getAntennaDownlinkConfig
Description copied from interface:CfnConfig.ConfigDataProperty
Provides information for an antenna downlink config object.Antenna downlink config objects are used to provide parameters for downlinks where no demodulation or decoding is performed by Ground Station (RF over IP downlinks).
- Specified by:
getAntennaDownlinkConfig
in interfaceCfnConfig.ConfigDataProperty
-
getAntennaDownlinkDemodDecodeConfig
Description copied from interface:CfnConfig.ConfigDataProperty
Provides information for a downlink demod decode config object.Downlink demod decode config objects are used to provide parameters for downlinks where the Ground Station service will demodulate and decode the downlinked data.
- Specified by:
getAntennaDownlinkDemodDecodeConfig
in interfaceCfnConfig.ConfigDataProperty
-
getAntennaUplinkConfig
Description copied from interface:CfnConfig.ConfigDataProperty
Provides information for an uplink config object.Uplink config objects are used to provide parameters for uplink contacts.
- Specified by:
getAntennaUplinkConfig
in interfaceCfnConfig.ConfigDataProperty
-
getDataflowEndpointConfig
Description copied from interface:CfnConfig.ConfigDataProperty
Provides information for a dataflow endpoint config object.Dataflow endpoint config objects are used to provide parameters about which IP endpoint(s) to use during a contact. Dataflow endpoints are where Ground Station sends data during a downlink contact and where Ground Station receives data to send to the satellite during an uplink contact.
- Specified by:
getDataflowEndpointConfig
in interfaceCfnConfig.ConfigDataProperty
-
getS3RecordingConfig
Description copied from interface:CfnConfig.ConfigDataProperty
Provides information for an S3 recording config object.S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
- Specified by:
getS3RecordingConfig
in interfaceCfnConfig.ConfigDataProperty
-
getTrackingConfig
Description copied from interface:CfnConfig.ConfigDataProperty
Provides information for a tracking config object.Tracking config objects are used to provide parameters about how to track the satellite through the sky during a contact.
- Specified by:
getTrackingConfig
in interfaceCfnConfig.ConfigDataProperty
-
getUplinkEchoConfig
Description copied from interface:CfnConfig.ConfigDataProperty
Provides information for an uplink echo config object.Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
- Specified by:
getUplinkEchoConfig
in interfaceCfnConfig.ConfigDataProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-