public static final class CfnConfig.ConfigDataProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfig.ConfigDataProperty
CfnConfig.ConfigDataProperty
CfnConfig.ConfigDataProperty.Builder, CfnConfig.ConfigDataProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAntennaDownlinkConfig()
Provides information for an antenna downlink config object.
|
java.lang.Object |
getAntennaDownlinkDemodDecodeConfig()
Provides information for a downlink demod decode config object.
|
java.lang.Object |
getAntennaUplinkConfig()
Provides information for an uplink config object.
|
java.lang.Object |
getDataflowEndpointConfig()
Provides information for a dataflow endpoint config object.
|
java.lang.Object |
getS3RecordingConfig()
Provides information for an S3 recording config object.
|
java.lang.Object |
getTrackingConfig()
Provides information for a tracking config object.
|
java.lang.Object |
getUplinkEchoConfig()
Provides information for an uplink echo config object.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAntennaDownlinkConfig()
CfnConfig.ConfigDataProperty
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).
getAntennaDownlinkConfig
in interface CfnConfig.ConfigDataProperty
public final java.lang.Object getAntennaDownlinkDemodDecodeConfig()
CfnConfig.ConfigDataProperty
Downlink demod decode config objects are used to provide parameters for downlinks where the Ground Station service will demodulate and decode the downlinked data.
getAntennaDownlinkDemodDecodeConfig
in interface CfnConfig.ConfigDataProperty
public final java.lang.Object getAntennaUplinkConfig()
CfnConfig.ConfigDataProperty
Uplink config objects are used to provide parameters for uplink contacts.
getAntennaUplinkConfig
in interface CfnConfig.ConfigDataProperty
public final java.lang.Object getDataflowEndpointConfig()
CfnConfig.ConfigDataProperty
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.
getDataflowEndpointConfig
in interface CfnConfig.ConfigDataProperty
public final java.lang.Object getS3RecordingConfig()
CfnConfig.ConfigDataProperty
S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
getS3RecordingConfig
in interface CfnConfig.ConfigDataProperty
public final java.lang.Object getTrackingConfig()
CfnConfig.ConfigDataProperty
Tracking config objects are used to provide parameters about how to track the satellite through the sky during a contact.
getTrackingConfig
in interface CfnConfig.ConfigDataProperty
public final java.lang.Object getUplinkEchoConfig()
CfnConfig.ConfigDataProperty
Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
getUplinkEchoConfig
in interface CfnConfig.ConfigDataProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()