![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.ec2.kotlin.outputs.SpotFleetGroupIdentifier.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.ec2.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property groupId The ID of the security group.
*/
public data class SpotFleetGroupIdentifier(
public val groupId: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.ec2.outputs.SpotFleetGroupIdentifier): SpotFleetGroupIdentifier = SpotFleetGroupIdentifier(
groupId = javaType.groupId(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy