GetFargateProfilePlainArgs

data class GetFargateProfilePlainArgs(val clusterName: String, val fargateProfileName: String) : ConvertibleToJava<GetFargateProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String, fargateProfileName: String)

Properties

Link copied to clipboard

Name of the Cluster

Link copied to clipboard

Name of FargateProfile

Functions

Link copied to clipboard
open override fun toJava(): GetFargateProfilePlainArgs