Package-level declarations
Types
Link copied to clipboard
data class ConfigArgs(val configData: Output<ConfigDataArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ConfigArgs>
AWS Ground Station config resource type for CloudFormation.
Link copied to clipboard
class ConfigArgsBuilder
Builder for ConfigArgs.
Link copied to clipboard
Link copied to clipboard
class ConfigResourceBuilder
Builder for Config.
Link copied to clipboard
AWS Ground Station DataflowEndpointGroup schema for CloudFormation
Link copied to clipboard
data class DataflowEndpointGroupArgs(val contactPostPassDurationSeconds: Output<Int>? = null, val contactPrePassDurationSeconds: Output<Int>? = null, val endpointDetails: Output<List<DataflowEndpointGroupEndpointDetailsArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DataflowEndpointGroupArgs>
AWS Ground Station DataflowEndpointGroup schema for CloudFormation
Link copied to clipboard
Builder for DataflowEndpointGroupArgs.
Link copied to clipboard
Link copied to clipboard
Builder for DataflowEndpointGroup.
Link copied to clipboard
object GroundstationFunctions
Link copied to clipboard
AWS Ground Station Mission Profile resource type for CloudFormation.
Link copied to clipboard
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<TagArgs>>? = null, val trackingConfigArn: Output<String>? = null) : ConvertibleToJava<MissionProfileArgs>
AWS Ground Station Mission Profile resource type for CloudFormation.
Link copied to clipboard
Builder for MissionProfileArgs.
Link copied to clipboard
Link copied to clipboard
Builder for MissionProfile.
Functions
Link copied to clipboard
suspend fun dataflowEndpointGroup(name: String, block: suspend DataflowEndpointGroupResourceBuilder.() -> Unit): DataflowEndpointGroup
Link copied to clipboard
suspend fun missionProfile(name: String, block: suspend MissionProfileResourceBuilder.() -> Unit): MissionProfile