How would I go about accessing the Name of an EKS ...
# golang
k
How would I go about accessing the Name of an EKS cluster created with the EKS pulumi module? I’ve tried accessing it out of the
cluster.Core.Cluster.Name
and with
cluster.EksCluster.Name
and i keep getting errors like the following:
Copy code
./main.go:94:38: cluster.EksCluster.Name undefined (type "<http://github.com/pulumi/pulumi-aws/sdk/v4/go/aws/eks|github.com/pulumi/pulumi-aws/sdk/v4/go/aws/eks>".ClusterOutput has no field or method Name)