toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.eks.kotlin.inputs
/
GetFargateProfilePlainArgs
Get
Fargate
Profile
Plain
Args
data
class
GetFargateProfilePlainArgs
(
val
clusterName
:
String
,
val
fargateProfileName
:
String
)
:
ConvertibleToJava
<
GetFargateProfilePlainArgs
>
Members
Constructors
Get
Fargate
Profile
Plain
Args
Link copied to clipboard
constructor
(
clusterName
:
String
,
fargateProfileName
:
String
)
Properties
cluster
Name
Link copied to clipboard
val
clusterName
:
String
Name of the Cluster
fargate
Profile
Name
Link copied to clipboard
val
fargateProfileName
:
String
Name of FargateProfile
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetFargateProfilePlainArgs