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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.groundstation.CfnConfig.ConfigDataProperty
CfnConfig.ConfigDataProperty.Builder, CfnConfig.ConfigDataProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfig.ConfigDataProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectProvides information for an antenna downlink config object.final ObjectProvides information for a downlink demod decode config object.final ObjectProvides information for an uplink config object.final ObjectProvides information for a dataflow endpoint config object.final ObjectProvides information for an S3 recording config object.final ObjectProvides information for a tracking config object.final ObjectProvides information for an uplink echo config object.final inthashCode()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.ConfigDataPropertyProvides 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).
Returns union: either
IResolvableorCfnConfig.AntennaDownlinkConfigProperty- Specified by:
getAntennaDownlinkConfigin interfaceCfnConfig.ConfigDataProperty- See Also:
-
getAntennaDownlinkDemodDecodeConfig
Description copied from interface:CfnConfig.ConfigDataPropertyProvides 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.
Returns union: either
IResolvableorCfnConfig.AntennaDownlinkDemodDecodeConfigProperty- Specified by:
getAntennaDownlinkDemodDecodeConfigin interfaceCfnConfig.ConfigDataProperty- See Also:
-
getAntennaUplinkConfig
Description copied from interface:CfnConfig.ConfigDataPropertyProvides information for an uplink config object.Uplink config objects are used to provide parameters for uplink contacts.
Returns union: either
IResolvableorCfnConfig.AntennaUplinkConfigProperty- Specified by:
getAntennaUplinkConfigin interfaceCfnConfig.ConfigDataProperty- See Also:
-
getDataflowEndpointConfig
Description copied from interface:CfnConfig.ConfigDataPropertyProvides 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.
Returns union: either
IResolvableorCfnConfig.DataflowEndpointConfigProperty- Specified by:
getDataflowEndpointConfigin interfaceCfnConfig.ConfigDataProperty- See Also:
-
getS3RecordingConfig
Description copied from interface:CfnConfig.ConfigDataPropertyProvides information for an S3 recording config object.S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
Returns union: either
IResolvableorCfnConfig.S3RecordingConfigProperty- Specified by:
getS3RecordingConfigin interfaceCfnConfig.ConfigDataProperty- See Also:
-
getTrackingConfig
Description copied from interface:CfnConfig.ConfigDataPropertyProvides 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.
Returns union: either
IResolvableorCfnConfig.TrackingConfigProperty- Specified by:
getTrackingConfigin interfaceCfnConfig.ConfigDataProperty- See Also:
-
getUplinkEchoConfig
Description copied from interface:CfnConfig.ConfigDataPropertyProvides information for an uplink echo config object.Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
Returns union: either
IResolvableorCfnConfig.UplinkEchoConfigProperty- Specified by:
getUplinkEchoConfigin interfaceCfnConfig.ConfigDataProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-