![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.groundstation.kotlin.outputs.DataflowEndpointGroupEndpointDetails.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.groundstation.kotlin.outputs
import kotlin.Suppress
/**
*
* @property awsGroundStationAgentEndpoint An agent endpoint.
* @property endpoint Information about the endpoint such as name and the endpoint address.
* @property securityDetails The role ARN, and IDs for security groups and subnets.
*/
public data class DataflowEndpointGroupEndpointDetails(
public val awsGroundStationAgentEndpoint: DataflowEndpointGroupAwsGroundStationAgentEndpoint? =
null,
public val endpoint: DataflowEndpointGroupDataflowEndpoint? = null,
public val securityDetails: DataflowEndpointGroupSecurityDetails? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.groundstation.outputs.DataflowEndpointGroupEndpointDetails): DataflowEndpointGroupEndpointDetails = DataflowEndpointGroupEndpointDetails(
awsGroundStationAgentEndpoint = javaType.awsGroundStationAgentEndpoint().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.groundstation.kotlin.outputs.DataflowEndpointGroupAwsGroundStationAgentEndpoint.Companion.toKotlin(args0)
})
}).orElse(null),
endpoint = javaType.endpoint().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.groundstation.kotlin.outputs.DataflowEndpointGroupDataflowEndpoint.Companion.toKotlin(args0)
})
}).orElse(null),
securityDetails = javaType.securityDetails().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.groundstation.kotlin.outputs.DataflowEndpointGroupSecurityDetails.Companion.toKotlin(args0)
})
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy