Class CfnConfigPropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.core.Mixin
software.amazon.awscdk.mixins.preview.services.groundstation.mixins.CfnConfigPropsMixin
- All Implemented Interfaces:
IMixin,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:26.656Z")
@Stability(Stable)
public class CfnConfigPropsMixin
extends Mixin
implements IMixin
Creates a
Config with the specified parameters.
Config objects provide Ground Station with the details necessary in order to schedule and execute satellite contacts.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.mixins.*;
import software.amazon.awscdk.mixins.preview.services.groundstation.mixins.*;
CfnConfigPropsMixin cfnConfigPropsMixin = CfnConfigPropsMixin.Builder.create(CfnConfigMixinProps.builder()
.configData(ConfigDataProperty.builder()
.antennaDownlinkConfig(AntennaDownlinkConfigProperty.builder()
.spectrumConfig(SpectrumConfigProperty.builder()
.bandwidth(FrequencyBandwidthProperty.builder()
.units("units")
.value(123)
.build())
.centerFrequency(FrequencyProperty.builder()
.units("units")
.value(123)
.build())
.polarization("polarization")
.build())
.build())
.antennaDownlinkDemodDecodeConfig(AntennaDownlinkDemodDecodeConfigProperty.builder()
.decodeConfig(DecodeConfigProperty.builder()
.unvalidatedJson("unvalidatedJson")
.build())
.demodulationConfig(DemodulationConfigProperty.builder()
.unvalidatedJson("unvalidatedJson")
.build())
.spectrumConfig(SpectrumConfigProperty.builder()
.bandwidth(FrequencyBandwidthProperty.builder()
.units("units")
.value(123)
.build())
.centerFrequency(FrequencyProperty.builder()
.units("units")
.value(123)
.build())
.polarization("polarization")
.build())
.build())
.antennaUplinkConfig(AntennaUplinkConfigProperty.builder()
.spectrumConfig(UplinkSpectrumConfigProperty.builder()
.centerFrequency(FrequencyProperty.builder()
.units("units")
.value(123)
.build())
.polarization("polarization")
.build())
.targetEirp(EirpProperty.builder()
.units("units")
.value(123)
.build())
.transmitDisabled(false)
.build())
.dataflowEndpointConfig(DataflowEndpointConfigProperty.builder()
.dataflowEndpointName("dataflowEndpointName")
.dataflowEndpointRegion("dataflowEndpointRegion")
.build())
.s3RecordingConfig(S3RecordingConfigProperty.builder()
.bucketArn("bucketArn")
.prefix("prefix")
.roleArn("roleArn")
.build())
.trackingConfig(TrackingConfigProperty.builder()
.autotrack("autotrack")
.build())
.uplinkEchoConfig(UplinkEchoConfigProperty.builder()
.antennaUplinkConfigArn("antennaUplinkConfigArn")
.enabled(false)
.build())
.build())
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build())
.strategy(PropertyMergeStrategy.OVERRIDE)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceProvides information about how AWS Ground Station should configure an antenna for downlink during a contact.static interfaceProvides information about how AWS Ground Station should configure an antenna for downlink during a contact.static interfaceProvides information about how AWS Ground Station should configure an antenna for uplink during a contact.static final classA fluent builder forCfnConfigPropsMixin.static interfaceConfig objects provide information to Ground Station about how to configure the antenna and how data flows during a contact.static interfaceProvides information to AWS Ground Station about which IP endpoints to use during a contact.static interfaceDefines decoding settings.static interfaceDefines demodulation settings.static interfaceDefines an equivalent isotropically radiated power (EIRP).static interfaceDefines a bandwidth.static interfaceDefines a frequency.static interfaceProvides information about how AWS Ground Station should save downlink data to S3.static interfaceDefines a spectrum.static interfaceProvides information about how AWS Ground Station should track the satellite through the sky during a contact.static interfaceProvides information about how AWS Ground Station should echo back uplink transmissions to a dataflow endpoint.static interfaceDefines a uplink spectrum.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.core.IMixin
IMixin.Jsii$Default, IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::GroundStation::Config.CfnConfigPropsMixin(CfnConfigMixinProps props, CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::GroundStation::Config.protectedCfnConfigPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnConfigPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionsoftware.constructs.IConstructapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnConfigMixinPropsgetProps()protected PropertyMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnConfigPropsMixin
protected CfnConfigPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnConfigPropsMixin
protected CfnConfigPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnConfigPropsMixin
@Stability(Stable) public CfnConfigPropsMixin(@NotNull CfnConfigMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::GroundStation::Config.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnConfigPropsMixin
Create a mixin to apply properties toAWS::GroundStation::Config.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) @NotNull public software.constructs.IConstruct applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-