Mission Profile Args
data class MissionProfileArgs(val contactPostPassDurationSeconds: Output<Int>? = null, val contactPrePassDurationSeconds: Output<Int>? = null, val dataflowEdges: Output<List<MissionProfileDataflowEdgeArgs>>? = null, val minimumViableContactDurationSeconds: Output<Int>? = null, val name: Output<String>? = null, val streamsKmsKey: Output<MissionProfileStreamsKmsKeyArgs>? = null, val streamsKmsRole: Output<String>? = null, val tags: Output<List<MissionProfileTagArgs>>? = null, val trackingConfigArn: Output<String>? = null) : ConvertibleToJava<MissionProfileArgs>
AWS Ground Station Mission Profile resource type for CloudFormation.
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun MissionProfileArgs(contactPostPassDurationSeconds: Output<Int>? = null, contactPrePassDurationSeconds: Output<Int>? = null, dataflowEdges: Output<List<MissionProfileDataflowEdgeArgs>>? = null, minimumViableContactDurationSeconds: Output<Int>? = null, name: Output<String>? = null, streamsKmsKey: Output<MissionProfileStreamsKmsKeyArgs>? = null, streamsKmsRole: Output<String>? = null, tags: Output<List<MissionProfileTagArgs>>? = null, trackingConfigArn: Output<String>? = null)