Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data VpcConfigResponse = VpcConfigResponse' {}
- newVpcConfigResponse :: VpcConfigResponse
- vpcConfigResponse_clusterSecurityGroupId :: Lens' VpcConfigResponse (Maybe Text)
- vpcConfigResponse_endpointPrivateAccess :: Lens' VpcConfigResponse (Maybe Bool)
- vpcConfigResponse_endpointPublicAccess :: Lens' VpcConfigResponse (Maybe Bool)
- vpcConfigResponse_publicAccessCidrs :: Lens' VpcConfigResponse (Maybe [Text])
- vpcConfigResponse_securityGroupIds :: Lens' VpcConfigResponse (Maybe [Text])
- vpcConfigResponse_subnetIds :: Lens' VpcConfigResponse (Maybe [Text])
- vpcConfigResponse_vpcId :: Lens' VpcConfigResponse (Maybe Text)
Documentation
data VpcConfigResponse Source #
An object representing an Amazon EKS cluster VPC configuration response.
See: newVpcConfigResponse
smart constructor.
VpcConfigResponse' | |
|
Instances
newVpcConfigResponse :: VpcConfigResponse Source #
Create a value of VpcConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:clusterSecurityGroupId:VpcConfigResponse'
, vpcConfigResponse_clusterSecurityGroupId
- 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.
$sel:endpointPrivateAccess:VpcConfigResponse'
, vpcConfigResponse_endpointPrivateAccess
- This parameter indicates whether the Amazon EKS private API server
endpoint is enabled. If the Amazon EKS private API server endpoint is
enabled, Kubernetes API requests that originate from within your
cluster's VPC use the private VPC endpoint instead of traversing the
internet. If this value is disabled and you have nodes or Fargate pods
in the cluster, then ensure that publicAccessCidrs
includes the
necessary CIDR blocks for communication with the nodes or Fargate pods.
For more information, see
Amazon EKS cluster endpoint access control
in the /Amazon EKS User Guide/ .
$sel:endpointPublicAccess:VpcConfigResponse'
, vpcConfigResponse_endpointPublicAccess
- This parameter indicates whether the Amazon EKS public API server
endpoint is enabled. If the Amazon EKS public API server endpoint is
disabled, your cluster's Kubernetes API server can only receive
requests that originate from within the cluster VPC.
$sel:publicAccessCidrs:VpcConfigResponse'
, vpcConfigResponse_publicAccessCidrs
- 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 listed CIDR blocks is denied. The default value
is 0.0.0.0/0
. If you've disabled private endpoint access and you
have nodes or Fargate pods in the cluster, then ensure that the
necessary CIDR blocks are listed. For more information, see
Amazon EKS cluster endpoint access control
in the /Amazon EKS User Guide/ .
$sel:securityGroupIds:VpcConfigResponse'
, vpcConfigResponse_securityGroupIds
- The security groups associated with the cross-account elastic network
interfaces that are used to allow communication between your nodes and
the Kubernetes control plane.
$sel:subnetIds:VpcConfigResponse'
, vpcConfigResponse_subnetIds
- The subnets associated with your cluster.
$sel:vpcId:VpcConfigResponse'
, vpcConfigResponse_vpcId
- The VPC associated with your cluster.
vpcConfigResponse_clusterSecurityGroupId :: Lens' VpcConfigResponse (Maybe Text) Source #
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.
vpcConfigResponse_endpointPrivateAccess :: Lens' VpcConfigResponse (Maybe Bool) Source #
This parameter indicates whether the Amazon EKS private API server
endpoint is enabled. If the Amazon EKS private API server endpoint is
enabled, Kubernetes API requests that originate from within your
cluster's VPC use the private VPC endpoint instead of traversing the
internet. If this value is disabled and you have nodes or Fargate pods
in the cluster, then ensure that publicAccessCidrs
includes the
necessary CIDR blocks for communication with the nodes or Fargate pods.
For more information, see
Amazon EKS cluster endpoint access control
in the /Amazon EKS User Guide/ .
vpcConfigResponse_endpointPublicAccess :: Lens' VpcConfigResponse (Maybe Bool) Source #
This parameter indicates whether the Amazon EKS public API server endpoint is enabled. If the Amazon EKS public API server endpoint is disabled, your cluster's Kubernetes API server can only receive requests that originate from within the cluster VPC.
vpcConfigResponse_publicAccessCidrs :: Lens' VpcConfigResponse (Maybe [Text]) Source #
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 listed CIDR blocks is denied. The default value
is 0.0.0.0/0
. If you've disabled private endpoint access and you
have nodes or Fargate pods in the cluster, then ensure that the
necessary CIDR blocks are listed. For more information, see
Amazon EKS cluster endpoint access control
in the /Amazon EKS User Guide/ .
vpcConfigResponse_securityGroupIds :: Lens' VpcConfigResponse (Maybe [Text]) Source #
The security groups associated with the cross-account elastic network interfaces that are used to allow communication between your nodes and the Kubernetes control plane.
vpcConfigResponse_subnetIds :: Lens' VpcConfigResponse (Maybe [Text]) Source #
The subnets associated with your cluster.
vpcConfigResponse_vpcId :: Lens' VpcConfigResponse (Maybe Text) Source #
The VPC associated with your cluster.