libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails

Description

 
Synopsis

Documentation

data AwsEksClusterResourcesVpcConfigDetails Source #

Information about the VPC configuration used by the cluster control plane.

See: newAwsEksClusterResourcesVpcConfigDetails smart constructor.

Constructors

AwsEksClusterResourcesVpcConfigDetails' 

Fields

  • securityGroupIds :: Maybe [Text]

    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.

  • subnetIds :: Maybe [Text]

    The subnets that are associated with the cluster.

Instances

Instances details
Eq AwsEksClusterResourcesVpcConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails

Read AwsEksClusterResourcesVpcConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails

Show AwsEksClusterResourcesVpcConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails

Generic AwsEksClusterResourcesVpcConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails

NFData AwsEksClusterResourcesVpcConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails

Hashable AwsEksClusterResourcesVpcConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails

ToJSON AwsEksClusterResourcesVpcConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails

FromJSON AwsEksClusterResourcesVpcConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails

type Rep AwsEksClusterResourcesVpcConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails

type Rep AwsEksClusterResourcesVpcConfigDetails = D1 ('MetaData "AwsEksClusterResourcesVpcConfigDetails" "Amazonka.SecurityHub.Types.AwsEksClusterResourcesVpcConfigDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsEksClusterResourcesVpcConfigDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

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.