pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.eks.kotlin.outputs
/
FargateProfileSelector
Fargate
Profile
Selector
data
class
FargateProfileSelector
(
val
labels
:
Map
<
String
,
String
>
?
=
null
,
val
namespace
:
String
)
Types
Constructors
Properties
Constructors
Fargate
Profile
Selector
Link copied to clipboard
fun
FargateProfileSelector
(
labels
:
Map
<
String
,
String
>
?
=
null
,
namespace
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
labels
Link copied to clipboard
val
labels
:
Map
<
String
,
String
>
?
=
null
Key-value map of Kubernetes labels for selection.
namespace
Link copied to clipboard
val
namespace
:
String
Kubernetes namespace for selection.