Package-level declarations

Types

Link copied to clipboard
class Config : KotlinCustomResource

AWS Ground Station config resource type for CloudFormation.

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

Builder for ConfigArgs.

Link copied to clipboard
object ConfigMapper : ResourceMapper<Config>
Link copied to clipboard

Builder for Config.

Link copied to clipboard
class DataflowEndpointGroup : KotlinCustomResource

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
Link copied to clipboard
Link copied to clipboard
class MissionProfile : KotlinCustomResource

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
Link copied to clipboard
object MissionProfileMapper : ResourceMapper<MissionProfile>

Functions

Link copied to clipboard
fun config(name: String): Config
suspend fun config(name: String, block: suspend ConfigResourceBuilder.() -> Unit): Config
Link copied to clipboard