All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.emrserverless.kotlin.outputs.ApplicationNetworkConfiguration.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.emrserverless.kotlin.outputs

import kotlin.String
import kotlin.Suppress
import kotlin.collections.List

/**
 *
 * @property securityGroupIds The ID of the security groups in the VPC to which you want to connect your job or application.
 * @property subnetIds The ID of the subnets in the VPC to which you want to connect your job or application.
 */
public data class ApplicationNetworkConfiguration(
    public val securityGroupIds: List? = null,
    public val subnetIds: List? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.emrserverless.outputs.ApplicationNetworkConfiguration): ApplicationNetworkConfiguration = ApplicationNetworkConfiguration(
            securityGroupIds = javaType.securityGroupIds().map({ args0 -> args0 }),
            subnetIds = javaType.subnetIds().map({ args0 -> args0 }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy