FargateProfileArgs

data class FargateProfileArgs(val clusterName: Output<String>? = null, val fargateProfileName: Output<String>? = null, val podExecutionRoleArn: Output<String>? = null, val selectors: Output<List<FargateProfileSelectorArgs>>? = null, val subnets: Output<List<String>>? = null, val tags: Output<List<FargateProfileTagArgs>>? = null) : ConvertibleToJava<FargateProfileArgs>

Resource Schema for AWS::EKS::FargateProfile

Constructors

Link copied to clipboard
fun FargateProfileArgs(clusterName: Output<String>? = null, fargateProfileName: Output<String>? = null, podExecutionRoleArn: Output<String>? = null, selectors: Output<List<FargateProfileSelectorArgs>>? = null, subnets: Output<List<String>>? = null, tags: Output<List<FargateProfileTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val clusterName: Output<String>? = null

Name of the Cluster

Link copied to clipboard
val fargateProfileName: Output<String>? = null

Name of FargateProfile

Link copied to clipboard
val podExecutionRoleArn: Output<String>? = null

The IAM policy arn for pods

Link copied to clipboard
Link copied to clipboard
val subnets: Output<List<String>>? = null
Link copied to clipboard
val tags: Output<List<FargateProfileTagArgs>>? = null

An array of key-value pairs to apply to this resource.