We recommend new projects start with resources from the AWS provider.
aws-native.eks.getCluster
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
An object representing an Amazon EKS cluster.
Using getCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>def get_cluster(name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput> Note: This function is named LookupCluster in the Go SDK.
public static class GetCluster 
{
    public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:eks:getCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
- The unique name to give to your cluster.
- Name string
- The unique name to give to your cluster.
- name String
- The unique name to give to your cluster.
- name string
- The unique name to give to your cluster.
- name str
- The unique name to give to your cluster.
- name String
- The unique name to give to your cluster.
getCluster Result
The following output properties are available:
- AccessConfig Pulumi.Aws Native. Eks. Outputs. Cluster Access Config 
- The access configuration for the cluster.
- Arn string
- The ARN of the cluster, such as arn:aws:eks:us-west-2:666666666666:cluster/prod.
- string
- The certificate-authority-data for your cluster.
- ClusterSecurity stringGroup Id 
- The cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control plane to data plane communication.
- ComputeConfig Pulumi.Aws Native. Eks. Outputs. Cluster Compute Config 
- Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide .
- EncryptionConfig stringKey Arn 
- Amazon Resource Name (ARN) or alias of the customer master key (CMK).
- Endpoint string
- The endpoint for your Kubernetes API server, such as https://5E1D0CEXAMPLEA591B746AFC5AB30262.yl4.us-west-2.eks.amazonaws.com.
- Id string
- The unique ID given to your cluster.
- KubernetesNetwork Pulumi.Config Aws Native. Eks. Outputs. Cluster Kubernetes Network Config 
- The Kubernetes network configuration for the cluster.
- Logging
Pulumi.Aws Native. Eks. Outputs. Logging 
- The logging configuration for your cluster.
- OpenId stringConnect Issuer Url 
- The issuer URL for the cluster's OIDC identity provider, such as https://oidc.eks.us-west-2.amazonaws.com/id/EXAMPLED539D4633E53DE1B716D3041E. If you need to remove https:// from this output value, you can include the following code in your template.
- RemoteNetwork Pulumi.Config Aws Native. Eks. Outputs. Cluster Remote Network Config 
- The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.
- ResourcesVpc Pulumi.Config Aws Native. Eks. Outputs. Cluster Resources Vpc Config 
- The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide . You must specify at least two subnets. You can specify up to five security groups, but we recommend that you use a dedicated security group for your cluster control plane.
- StorageConfig Pulumi.Aws Native. Eks. Outputs. Cluster Storage Config 
- Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your AWS account. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide .
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- An array of key-value pairs to apply to this resource.
- UpgradePolicy Pulumi.Aws Native. Eks. Outputs. Cluster Upgrade Policy 
- This value indicates if extended support is enabled or disabled for the cluster. - Learn more about EKS Extended Support in the Amazon EKS User Guide . 
- Version string
- The desired Kubernetes version for your cluster. If you don't specify a value here, the latest version available in Amazon EKS is used.
- ZonalShift Pulumi.Config Aws Native. Eks. Outputs. Cluster Zonal Shift Config 
- The configuration for zonal shift for the cluster.
- AccessConfig ClusterAccess Config 
- The access configuration for the cluster.
- Arn string
- The ARN of the cluster, such as arn:aws:eks:us-west-2:666666666666:cluster/prod.
- string
- The certificate-authority-data for your cluster.
- ClusterSecurity stringGroup Id 
- The cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control plane to data plane communication.
- ComputeConfig ClusterCompute Config 
- Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide .
- EncryptionConfig stringKey Arn 
- Amazon Resource Name (ARN) or alias of the customer master key (CMK).
- Endpoint string
- The endpoint for your Kubernetes API server, such as https://5E1D0CEXAMPLEA591B746AFC5AB30262.yl4.us-west-2.eks.amazonaws.com.
- Id string
- The unique ID given to your cluster.
- KubernetesNetwork ClusterConfig Kubernetes Network Config 
- The Kubernetes network configuration for the cluster.
- Logging Logging
- The logging configuration for your cluster.
- OpenId stringConnect Issuer Url 
- The issuer URL for the cluster's OIDC identity provider, such as https://oidc.eks.us-west-2.amazonaws.com/id/EXAMPLED539D4633E53DE1B716D3041E. If you need to remove https:// from this output value, you can include the following code in your template.
- RemoteNetwork ClusterConfig Remote Network Config 
- The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.
- ResourcesVpc ClusterConfig Resources Vpc Config 
- The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide . You must specify at least two subnets. You can specify up to five security groups, but we recommend that you use a dedicated security group for your cluster control plane.
- StorageConfig ClusterStorage Config 
- Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your AWS account. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide .
- Tag
- An array of key-value pairs to apply to this resource.
- UpgradePolicy ClusterUpgrade Policy 
- This value indicates if extended support is enabled or disabled for the cluster. - Learn more about EKS Extended Support in the Amazon EKS User Guide . 
- Version string
- The desired Kubernetes version for your cluster. If you don't specify a value here, the latest version available in Amazon EKS is used.
- ZonalShift ClusterConfig Zonal Shift Config 
- The configuration for zonal shift for the cluster.
- accessConfig ClusterAccess Config 
- The access configuration for the cluster.
- arn String
- The ARN of the cluster, such as arn:aws:eks:us-west-2:666666666666:cluster/prod.
- String
- The certificate-authority-data for your cluster.
- clusterSecurity StringGroup Id 
- The cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control plane to data plane communication.
- computeConfig ClusterCompute Config 
- Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide .
- encryptionConfig StringKey Arn 
- Amazon Resource Name (ARN) or alias of the customer master key (CMK).
- endpoint String
- The endpoint for your Kubernetes API server, such as https://5E1D0CEXAMPLEA591B746AFC5AB30262.yl4.us-west-2.eks.amazonaws.com.
- id String
- The unique ID given to your cluster.
- kubernetesNetwork ClusterConfig Kubernetes Network Config 
- The Kubernetes network configuration for the cluster.
- logging Logging
- The logging configuration for your cluster.
- openId StringConnect Issuer Url 
- The issuer URL for the cluster's OIDC identity provider, such as https://oidc.eks.us-west-2.amazonaws.com/id/EXAMPLED539D4633E53DE1B716D3041E. If you need to remove https:// from this output value, you can include the following code in your template.
- remoteNetwork ClusterConfig Remote Network Config 
- The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.
- resourcesVpc ClusterConfig Resources Vpc Config 
- The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide . You must specify at least two subnets. You can specify up to five security groups, but we recommend that you use a dedicated security group for your cluster control plane.
- storageConfig ClusterStorage Config 
- Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your AWS account. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide .
- List<Tag>
- An array of key-value pairs to apply to this resource.
- upgradePolicy ClusterUpgrade Policy 
- This value indicates if extended support is enabled or disabled for the cluster. - Learn more about EKS Extended Support in the Amazon EKS User Guide . 
- version String
- The desired Kubernetes version for your cluster. If you don't specify a value here, the latest version available in Amazon EKS is used.
- zonalShift ClusterConfig Zonal Shift Config 
- The configuration for zonal shift for the cluster.
- accessConfig ClusterAccess Config 
- The access configuration for the cluster.
- arn string
- The ARN of the cluster, such as arn:aws:eks:us-west-2:666666666666:cluster/prod.
- string
- The certificate-authority-data for your cluster.
- clusterSecurity stringGroup Id 
- The cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control plane to data plane communication.
- computeConfig ClusterCompute Config 
- Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide .
- encryptionConfig stringKey Arn 
- Amazon Resource Name (ARN) or alias of the customer master key (CMK).
- endpoint string
- The endpoint for your Kubernetes API server, such as https://5E1D0CEXAMPLEA591B746AFC5AB30262.yl4.us-west-2.eks.amazonaws.com.
- id string
- The unique ID given to your cluster.
- kubernetesNetwork ClusterConfig Kubernetes Network Config 
- The Kubernetes network configuration for the cluster.
- logging Logging
- The logging configuration for your cluster.
- openId stringConnect Issuer Url 
- The issuer URL for the cluster's OIDC identity provider, such as https://oidc.eks.us-west-2.amazonaws.com/id/EXAMPLED539D4633E53DE1B716D3041E. If you need to remove https:// from this output value, you can include the following code in your template.
- remoteNetwork ClusterConfig Remote Network Config 
- The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.
- resourcesVpc ClusterConfig Resources Vpc Config 
- The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide . You must specify at least two subnets. You can specify up to five security groups, but we recommend that you use a dedicated security group for your cluster control plane.
- storageConfig ClusterStorage Config 
- Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your AWS account. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide .
- Tag[]
- An array of key-value pairs to apply to this resource.
- upgradePolicy ClusterUpgrade Policy 
- This value indicates if extended support is enabled or disabled for the cluster. - Learn more about EKS Extended Support in the Amazon EKS User Guide . 
- version string
- The desired Kubernetes version for your cluster. If you don't specify a value here, the latest version available in Amazon EKS is used.
- zonalShift ClusterConfig Zonal Shift Config 
- The configuration for zonal shift for the cluster.
- access_config ClusterAccess Config 
- The access configuration for the cluster.
- arn str
- The ARN of the cluster, such as arn:aws:eks:us-west-2:666666666666:cluster/prod.
- str
- The certificate-authority-data for your cluster.
- cluster_security_ strgroup_ id 
- The cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control plane to data plane communication.
- compute_config ClusterCompute Config 
- Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide .
- encryption_config_ strkey_ arn 
- Amazon Resource Name (ARN) or alias of the customer master key (CMK).
- endpoint str
- The endpoint for your Kubernetes API server, such as https://5E1D0CEXAMPLEA591B746AFC5AB30262.yl4.us-west-2.eks.amazonaws.com.
- id str
- The unique ID given to your cluster.
- kubernetes_network_ Clusterconfig Kubernetes Network Config 
- The Kubernetes network configuration for the cluster.
- logging Logging
- The logging configuration for your cluster.
- open_id_ strconnect_ issuer_ url 
- The issuer URL for the cluster's OIDC identity provider, such as https://oidc.eks.us-west-2.amazonaws.com/id/EXAMPLED539D4633E53DE1B716D3041E. If you need to remove https:// from this output value, you can include the following code in your template.
- remote_network_ Clusterconfig Remote Network Config 
- The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.
- resources_vpc_ Clusterconfig Resources Vpc Config 
- The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide . You must specify at least two subnets. You can specify up to five security groups, but we recommend that you use a dedicated security group for your cluster control plane.
- storage_config ClusterStorage Config 
- Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your AWS account. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide .
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- upgrade_policy ClusterUpgrade Policy 
- This value indicates if extended support is enabled or disabled for the cluster. - Learn more about EKS Extended Support in the Amazon EKS User Guide . 
- version str
- The desired Kubernetes version for your cluster. If you don't specify a value here, the latest version available in Amazon EKS is used.
- zonal_shift_ Clusterconfig Zonal Shift Config 
- The configuration for zonal shift for the cluster.
- accessConfig Property Map
- The access configuration for the cluster.
- arn String
- The ARN of the cluster, such as arn:aws:eks:us-west-2:666666666666:cluster/prod.
- String
- The certificate-authority-data for your cluster.
- clusterSecurity StringGroup Id 
- The cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control plane to data plane communication.
- computeConfig Property Map
- Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide .
- encryptionConfig StringKey Arn 
- Amazon Resource Name (ARN) or alias of the customer master key (CMK).
- endpoint String
- The endpoint for your Kubernetes API server, such as https://5E1D0CEXAMPLEA591B746AFC5AB30262.yl4.us-west-2.eks.amazonaws.com.
- id String
- The unique ID given to your cluster.
- kubernetesNetwork Property MapConfig 
- The Kubernetes network configuration for the cluster.
- logging Property Map
- The logging configuration for your cluster.
- openId StringConnect Issuer Url 
- The issuer URL for the cluster's OIDC identity provider, such as https://oidc.eks.us-west-2.amazonaws.com/id/EXAMPLED539D4633E53DE1B716D3041E. If you need to remove https:// from this output value, you can include the following code in your template.
- remoteNetwork Property MapConfig 
- The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.
- resourcesVpc Property MapConfig 
- The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide . You must specify at least two subnets. You can specify up to five security groups, but we recommend that you use a dedicated security group for your cluster control plane.
- storageConfig Property Map
- Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your AWS account. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide .
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- upgradePolicy Property Map
- This value indicates if extended support is enabled or disabled for the cluster. - Learn more about EKS Extended Support in the Amazon EKS User Guide . 
- version String
- The desired Kubernetes version for your cluster. If you don't specify a value here, the latest version available in Amazon EKS is used.
- zonalShift Property MapConfig 
- The configuration for zonal shift for the cluster.
Supporting Types
ClusterAccessConfig  
- AuthenticationMode Pulumi.Aws Native. Eks. Cluster Access Config Authentication Mode 
- Specify the authentication mode that should be used to create your cluster.
- BootstrapCluster boolCreator Admin Permissions 
- Set this value to false to avoid creating a default cluster admin Access Entry using the IAM principal used to create the cluster.
- AuthenticationMode ClusterAccess Config Authentication Mode 
- Specify the authentication mode that should be used to create your cluster.
- BootstrapCluster boolCreator Admin Permissions 
- Set this value to false to avoid creating a default cluster admin Access Entry using the IAM principal used to create the cluster.
- authenticationMode ClusterAccess Config Authentication Mode 
- Specify the authentication mode that should be used to create your cluster.
- bootstrapCluster BooleanCreator Admin Permissions 
- Set this value to false to avoid creating a default cluster admin Access Entry using the IAM principal used to create the cluster.
- authenticationMode ClusterAccess Config Authentication Mode 
- Specify the authentication mode that should be used to create your cluster.
- bootstrapCluster booleanCreator Admin Permissions 
- Set this value to false to avoid creating a default cluster admin Access Entry using the IAM principal used to create the cluster.
- authentication_mode ClusterAccess Config Authentication Mode 
- Specify the authentication mode that should be used to create your cluster.
- bootstrap_cluster_ boolcreator_ admin_ permissions 
- Set this value to false to avoid creating a default cluster admin Access Entry using the IAM principal used to create the cluster.
- authenticationMode "CONFIG_MAP" | "API_AND_CONFIG_MAP" | "API"
- Specify the authentication mode that should be used to create your cluster.
- bootstrapCluster BooleanCreator Admin Permissions 
- Set this value to false to avoid creating a default cluster admin Access Entry using the IAM principal used to create the cluster.
ClusterAccessConfigAuthenticationMode    
ClusterBlockStorage  
- Enabled bool
- Todo: add description
- Enabled bool
- Todo: add description
- enabled Boolean
- Todo: add description
- enabled boolean
- Todo: add description
- enabled bool
- Todo: add description
- enabled Boolean
- Todo: add description
ClusterComputeConfig  
- Enabled bool
- Todo: add description
- NodePools List<string>
- Todo: add description
- NodeRole stringArn 
- Todo: add description
- Enabled bool
- Todo: add description
- NodePools []string
- Todo: add description
- NodeRole stringArn 
- Todo: add description
- enabled Boolean
- Todo: add description
- nodePools List<String>
- Todo: add description
- nodeRole StringArn 
- Todo: add description
- enabled boolean
- Todo: add description
- nodePools string[]
- Todo: add description
- nodeRole stringArn 
- Todo: add description
- enabled bool
- Todo: add description
- node_pools Sequence[str]
- Todo: add description
- node_role_ strarn 
- Todo: add description
- enabled Boolean
- Todo: add description
- nodePools List<String>
- Todo: add description
- nodeRole StringArn 
- Todo: add description
ClusterElasticLoadBalancing   
- Enabled bool
- Todo: add description
- Enabled bool
- Todo: add description
- enabled Boolean
- Todo: add description
- enabled boolean
- Todo: add description
- enabled bool
- Todo: add description
- enabled Boolean
- Todo: add description
ClusterKubernetesNetworkConfig   
- ElasticLoad Pulumi.Balancing Aws Native. Eks. Inputs. Cluster Elastic Load Balancing 
- Todo: add description
- IpFamily Pulumi.Aws Native. Eks. Cluster Kubernetes Network Config Ip Family 
- Ipv4 or Ipv6. You can only specify ipv6 for 1.21 and later clusters that use version 1.10.1 or later of the Amazon VPC CNI add-on
- ServiceIpv4Cidr string
- The CIDR block to assign Kubernetes service IP addresses from. If you don't specify a block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. We recommend that you specify a block that does not overlap with resources in other networks that are peered or connected to your VPC.
- ServiceIpv6Cidr string
- The CIDR block to assign Kubernetes service IP addresses from.
- ElasticLoad ClusterBalancing Elastic Load Balancing 
- Todo: add description
- IpFamily ClusterKubernetes Network Config Ip Family 
- Ipv4 or Ipv6. You can only specify ipv6 for 1.21 and later clusters that use version 1.10.1 or later of the Amazon VPC CNI add-on
- ServiceIpv4Cidr string
- The CIDR block to assign Kubernetes service IP addresses from. If you don't specify a block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. We recommend that you specify a block that does not overlap with resources in other networks that are peered or connected to your VPC.
- ServiceIpv6Cidr string
- The CIDR block to assign Kubernetes service IP addresses from.
- elasticLoad ClusterBalancing Elastic Load Balancing 
- Todo: add description
- ipFamily ClusterKubernetes Network Config Ip Family 
- Ipv4 or Ipv6. You can only specify ipv6 for 1.21 and later clusters that use version 1.10.1 or later of the Amazon VPC CNI add-on
- serviceIpv4Cidr String
- The CIDR block to assign Kubernetes service IP addresses from. If you don't specify a block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. We recommend that you specify a block that does not overlap with resources in other networks that are peered or connected to your VPC.
- serviceIpv6Cidr String
- The CIDR block to assign Kubernetes service IP addresses from.
- elasticLoad ClusterBalancing Elastic Load Balancing 
- Todo: add description
- ipFamily ClusterKubernetes Network Config Ip Family 
- Ipv4 or Ipv6. You can only specify ipv6 for 1.21 and later clusters that use version 1.10.1 or later of the Amazon VPC CNI add-on
- serviceIpv4Cidr string
- The CIDR block to assign Kubernetes service IP addresses from. If you don't specify a block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. We recommend that you specify a block that does not overlap with resources in other networks that are peered or connected to your VPC.
- serviceIpv6Cidr string
- The CIDR block to assign Kubernetes service IP addresses from.
- elastic_load_ Clusterbalancing Elastic Load Balancing 
- Todo: add description
- ip_family ClusterKubernetes Network Config Ip Family 
- Ipv4 or Ipv6. You can only specify ipv6 for 1.21 and later clusters that use version 1.10.1 or later of the Amazon VPC CNI add-on
- service_ipv4_ strcidr 
- The CIDR block to assign Kubernetes service IP addresses from. If you don't specify a block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. We recommend that you specify a block that does not overlap with resources in other networks that are peered or connected to your VPC.
- service_ipv6_ strcidr 
- The CIDR block to assign Kubernetes service IP addresses from.
- elasticLoad Property MapBalancing 
- Todo: add description
- ipFamily "ipv4" | "ipv6"
- Ipv4 or Ipv6. You can only specify ipv6 for 1.21 and later clusters that use version 1.10.1 or later of the Amazon VPC CNI add-on
- serviceIpv4Cidr String
- The CIDR block to assign Kubernetes service IP addresses from. If you don't specify a block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. We recommend that you specify a block that does not overlap with resources in other networks that are peered or connected to your VPC.
- serviceIpv6Cidr String
- The CIDR block to assign Kubernetes service IP addresses from.
ClusterKubernetesNetworkConfigIpFamily     
ClusterLoggingEnabledTypes   
- EnabledTypes List<Pulumi.Aws Native. Eks. Inputs. Cluster Logging Type Config> 
- The enabled control plane logs for your cluster. All log types are disabled if the array is empty. - When updating a resource, you must include this - EnabledTypesproperty if the previous CloudFormation template of the resource had it.
- EnabledTypes []ClusterLogging Type Config 
- The enabled control plane logs for your cluster. All log types are disabled if the array is empty. - When updating a resource, you must include this - EnabledTypesproperty if the previous CloudFormation template of the resource had it.
- enabledTypes List<ClusterLogging Type Config> 
- The enabled control plane logs for your cluster. All log types are disabled if the array is empty. - When updating a resource, you must include this - EnabledTypesproperty if the previous CloudFormation template of the resource had it.
- enabledTypes ClusterLogging Type Config[] 
- The enabled control plane logs for your cluster. All log types are disabled if the array is empty. - When updating a resource, you must include this - EnabledTypesproperty if the previous CloudFormation template of the resource had it.
- enabled_types Sequence[ClusterLogging Type Config] 
- The enabled control plane logs for your cluster. All log types are disabled if the array is empty. - When updating a resource, you must include this - EnabledTypesproperty if the previous CloudFormation template of the resource had it.
- enabledTypes List<Property Map>
- The enabled control plane logs for your cluster. All log types are disabled if the array is empty. - When updating a resource, you must include this - EnabledTypesproperty if the previous CloudFormation template of the resource had it.
ClusterLoggingTypeConfig   
- Type
Pulumi.Aws Native. Eks. Cluster Logging Type Config Type 
- name of the log type
- Type
ClusterLogging Type Config Type 
- name of the log type
- type
ClusterLogging Type Config Type 
- name of the log type
- type
ClusterLogging Type Config Type 
- name of the log type
- type
ClusterLogging Type Config Type 
- name of the log type
- type
"api" | "audit" | "authenticator" | "controllerManager" | "scheduler" 
- name of the log type
ClusterLoggingTypeConfigType    
ClusterRemoteNetworkConfig   
- RemoteNode List<Pulumi.Networks Aws Native. Eks. Inputs. Cluster Remote Node Network> 
- Network configuration of nodes run on-premises with EKS Hybrid Nodes.
- RemotePod List<Pulumi.Networks Aws Native. Eks. Inputs. Cluster Remote Pod Network> 
- Network configuration of pods run on-premises with EKS Hybrid Nodes.
- RemoteNode []ClusterNetworks Remote Node Network 
- Network configuration of nodes run on-premises with EKS Hybrid Nodes.
- RemotePod []ClusterNetworks Remote Pod Network 
- Network configuration of pods run on-premises with EKS Hybrid Nodes.
- remoteNode List<ClusterNetworks Remote Node Network> 
- Network configuration of nodes run on-premises with EKS Hybrid Nodes.
- remotePod List<ClusterNetworks Remote Pod Network> 
- Network configuration of pods run on-premises with EKS Hybrid Nodes.
- remoteNode ClusterNetworks Remote Node Network[] 
- Network configuration of nodes run on-premises with EKS Hybrid Nodes.
- remotePod ClusterNetworks Remote Pod Network[] 
- Network configuration of pods run on-premises with EKS Hybrid Nodes.
- remote_node_ Sequence[Clusternetworks Remote Node Network] 
- Network configuration of nodes run on-premises with EKS Hybrid Nodes.
- remote_pod_ Sequence[Clusternetworks Remote Pod Network] 
- Network configuration of pods run on-premises with EKS Hybrid Nodes.
- remoteNode List<Property Map>Networks 
- Network configuration of nodes run on-premises with EKS Hybrid Nodes.
- remotePod List<Property Map>Networks 
- Network configuration of pods run on-premises with EKS Hybrid Nodes.
ClusterRemoteNodeNetwork   
- Cidrs List<string>
- Specifies the list of remote node CIDRs.
- Cidrs []string
- Specifies the list of remote node CIDRs.
- cidrs List<String>
- Specifies the list of remote node CIDRs.
- cidrs string[]
- Specifies the list of remote node CIDRs.
- cidrs Sequence[str]
- Specifies the list of remote node CIDRs.
- cidrs List<String>
- Specifies the list of remote node CIDRs.
ClusterRemotePodNetwork   
- Cidrs List<string>
- Specifies the list of remote pod CIDRs.
- Cidrs []string
- Specifies the list of remote pod CIDRs.
- cidrs List<String>
- Specifies the list of remote pod CIDRs.
- cidrs string[]
- Specifies the list of remote pod CIDRs.
- cidrs Sequence[str]
- Specifies the list of remote pod CIDRs.
- cidrs List<String>
- Specifies the list of remote pod CIDRs.
ClusterResourcesVpcConfig   
- SubnetIds List<string>
- Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane.
- EndpointPrivate boolAccess 
- Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods.
- EndpointPublic boolAccess 
- Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server.
- PublicAccess List<string>Cidrs 
- The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that you specify is denied. The default value is 0.0.0.0/0. If you've disabled private endpoint access and you have nodes or AWS Fargate pods in the cluster, then ensure that you specify the necessary CIDR blocks.
- SecurityGroup List<string>Ids 
- Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use to allow communication between your worker nodes and the Kubernetes control plane. If you don't specify a security group, the default security group for your VPC is used.
- SubnetIds []string
- Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane.
- EndpointPrivate boolAccess 
- Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods.
- EndpointPublic boolAccess 
- Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server.
- PublicAccess []stringCidrs 
- The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that you specify is denied. The default value is 0.0.0.0/0. If you've disabled private endpoint access and you have nodes or AWS Fargate pods in the cluster, then ensure that you specify the necessary CIDR blocks.
- SecurityGroup []stringIds 
- Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use to allow communication between your worker nodes and the Kubernetes control plane. If you don't specify a security group, the default security group for your VPC is used.
- subnetIds List<String>
- Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane.
- endpointPrivate BooleanAccess 
- Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods.
- endpointPublic BooleanAccess 
- Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server.
- publicAccess List<String>Cidrs 
- The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that you specify is denied. The default value is 0.0.0.0/0. If you've disabled private endpoint access and you have nodes or AWS Fargate pods in the cluster, then ensure that you specify the necessary CIDR blocks.
- securityGroup List<String>Ids 
- Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use to allow communication between your worker nodes and the Kubernetes control plane. If you don't specify a security group, the default security group for your VPC is used.
- subnetIds string[]
- Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane.
- endpointPrivate booleanAccess 
- Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods.
- endpointPublic booleanAccess 
- Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server.
- publicAccess string[]Cidrs 
- The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that you specify is denied. The default value is 0.0.0.0/0. If you've disabled private endpoint access and you have nodes or AWS Fargate pods in the cluster, then ensure that you specify the necessary CIDR blocks.
- securityGroup string[]Ids 
- Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use to allow communication between your worker nodes and the Kubernetes control plane. If you don't specify a security group, the default security group for your VPC is used.
- subnet_ids Sequence[str]
- Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane.
- endpoint_private_ boolaccess 
- Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods.
- endpoint_public_ boolaccess 
- Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server.
- public_access_ Sequence[str]cidrs 
- The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that you specify is denied. The default value is 0.0.0.0/0. If you've disabled private endpoint access and you have nodes or AWS Fargate pods in the cluster, then ensure that you specify the necessary CIDR blocks.
- security_group_ Sequence[str]ids 
- Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use to allow communication between your worker nodes and the Kubernetes control plane. If you don't specify a security group, the default security group for your VPC is used.
- subnetIds List<String>
- Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane.
- endpointPrivate BooleanAccess 
- Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods.
- endpointPublic BooleanAccess 
- Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server.
- publicAccess List<String>Cidrs 
- The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that you specify is denied. The default value is 0.0.0.0/0. If you've disabled private endpoint access and you have nodes or AWS Fargate pods in the cluster, then ensure that you specify the necessary CIDR blocks.
- securityGroup List<String>Ids 
- Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use to allow communication between your worker nodes and the Kubernetes control plane. If you don't specify a security group, the default security group for your VPC is used.
ClusterStorageConfig  
- BlockStorage Pulumi.Aws Native. Eks. Inputs. Cluster Block Storage 
- Todo: add description
- BlockStorage ClusterBlock Storage 
- Todo: add description
- blockStorage ClusterBlock Storage 
- Todo: add description
- blockStorage ClusterBlock Storage 
- Todo: add description
- block_storage ClusterBlock Storage 
- Todo: add description
- blockStorage Property Map
- Todo: add description
ClusterUpgradePolicy  
- SupportType Pulumi.Aws Native. Eks. Cluster Upgrade Policy Support Type 
- Specify the support type for your cluster.
- SupportType ClusterUpgrade Policy Support Type 
- Specify the support type for your cluster.
- supportType ClusterUpgrade Policy Support Type 
- Specify the support type for your cluster.
- supportType ClusterUpgrade Policy Support Type 
- Specify the support type for your cluster.
- support_type ClusterUpgrade Policy Support Type 
- Specify the support type for your cluster.
- supportType "STANDARD" | "EXTENDED"
- Specify the support type for your cluster.
ClusterUpgradePolicySupportType    
ClusterZonalShiftConfig   
- Enabled bool
- Set this value to true to enable zonal shift for the cluster.
- Enabled bool
- Set this value to true to enable zonal shift for the cluster.
- enabled Boolean
- Set this value to true to enable zonal shift for the cluster.
- enabled boolean
- Set this value to true to enable zonal shift for the cluster.
- enabled bool
- Set this value to true to enable zonal shift for the cluster.
- enabled Boolean
- Set this value to true to enable zonal shift for the cluster.
Logging
- ClusterLogging Pulumi.Value Aws Native. Eks. Inputs. Cluster Logging Enabled Types 
- The cluster control plane logging configuration for your cluster.
- ClusterLogging ClusterLogging Enabled Types 
- The cluster control plane logging configuration for your cluster.
- clusterLogging ClusterLogging Enabled Types 
- The cluster control plane logging configuration for your cluster.
- clusterLogging ClusterLogging Enabled Types 
- The cluster control plane logging configuration for your cluster.
- cluster_logging ClusterLogging Enabled Types 
- The cluster control plane logging configuration for your cluster.
- clusterLogging Property Map
- The cluster control plane logging configuration for your cluster.
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.