When passing CreateConfigRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
config_data: { antenna_downlink_config: {
spectrum_config: { bandwidth: { units: "GHz", value: 1.0, },
center_frequency: { units: "GHz", value: 1.0, },
polarization: "LEFT_HAND", },
},
antenna_downlink_demod_decode_config: {
decode_config: { unvalidated_json: "JsonString", },
demodulation_config: { unvalidated_json: "JsonString", },
spectrum_config: { bandwidth: { units: "GHz", value: 1.0, },
center_frequency: { units: "GHz", value: 1.0, },
polarization: "LEFT_HAND", },
},
antenna_uplink_config: {
spectrum_config: { center_frequency: { units: "GHz", value: 1.0, },
polarization: "LEFT_HAND", },
target_eirp: { units: "dBW", value: 1.0, },
transmit_disabled: false,
},
dataflow_endpoint_config: {
dataflow_endpoint_name: "String", dataflow_endpoint_region: "String",
},
tracking_config: {
autotrack: "PREFERRED", },
uplink_echo_config: {
antenna_uplink_config_arn: "ConfigArn", enabled: false, },
},
name: "SafeName", tags: {
"String" => "String",
},
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4