| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails
Description
Synopsis
- data AwsEksClusterResourcesVpcConfigDetails = AwsEksClusterResourcesVpcConfigDetails' {}
- newAwsEksClusterResourcesVpcConfigDetails :: AwsEksClusterResourcesVpcConfigDetails
- awsEksClusterResourcesVpcConfigDetails_securityGroupIds :: Lens' AwsEksClusterResourcesVpcConfigDetails (Maybe [Text])
- awsEksClusterResourcesVpcConfigDetails_subnetIds :: Lens' AwsEksClusterResourcesVpcConfigDetails (Maybe [Text])
Documentation
data AwsEksClusterResourcesVpcConfigDetails Source #
Information about the VPC configuration used by the cluster control plane.
See: newAwsEksClusterResourcesVpcConfigDetails smart constructor.
Constructors
| AwsEksClusterResourcesVpcConfigDetails' | |
Instances
newAwsEksClusterResourcesVpcConfigDetails :: AwsEksClusterResourcesVpcConfigDetails Source #
Create a value of AwsEksClusterResourcesVpcConfigDetails 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:securityGroupIds:AwsEksClusterResourcesVpcConfigDetails', awsEksClusterResourcesVpcConfigDetails_securityGroupIds - The security groups that are associated with the cross-account elastic
network interfaces that are used to allow communication between your
nodes and the Amazon EKS control plane.
$sel:subnetIds:AwsEksClusterResourcesVpcConfigDetails', awsEksClusterResourcesVpcConfigDetails_subnetIds - The subnets that are associated with the cluster.
awsEksClusterResourcesVpcConfigDetails_securityGroupIds :: Lens' AwsEksClusterResourcesVpcConfigDetails (Maybe [Text]) Source #
The security groups that are associated with the cross-account elastic network interfaces that are used to allow communication between your nodes and the Amazon EKS control plane.
awsEksClusterResourcesVpcConfigDetails_subnetIds :: Lens' AwsEksClusterResourcesVpcConfigDetails (Maybe [Text]) Source #
The subnets that are associated with the cluster.