Fargate Profile Args
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)