Compute Environment Args
fun ComputeEnvironmentArgs(computeEnvironmentName: Output<String>? = null, computeResources: Output<ComputeEnvironmentComputeResourcesArgs>? = null, eksConfiguration: Output<ComputeEnvironmentEksConfigurationArgs>? = null, replaceComputeEnvironment: Output<Boolean>? = null, serviceRole: Output<String>? = null, state: Output<String>? = null, tags: Output<Any>? = null, type: Output<String>? = null, unmanagedvCpus: Output<Int>? = null, updatePolicy: Output<ComputeEnvironmentUpdatePolicyArgs>? = null)