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 |
Amazonka.EKS.Types
Contents
- Service Configuration
- Errors
- AMITypes
- AddonIssueCode
- AddonStatus
- CapacityTypes
- ClusterIssueCode
- ClusterStatus
- ConfigStatus
- ConnectorConfigProvider
- EKSErrorCode
- FargateProfileStatus
- IpFamily
- LogType
- NodegroupIssueCode
- NodegroupStatus
- ResolveConflicts
- TaintEffect
- UpdateParamType
- UpdateStatus
- UpdateType
- Addon
- AddonHealth
- AddonInfo
- AddonIssue
- AddonVersionInfo
- AutoScalingGroup
- Certificate
- Cluster
- ClusterHealth
- ClusterIssue
- Compatibility
- ConnectorConfigRequest
- ConnectorConfigResponse
- ControlPlanePlacementRequest
- ControlPlanePlacementResponse
- EncryptionConfig
- ErrorDetail
- FargateProfile
- FargateProfileSelector
- Identity
- IdentityProviderConfig
- IdentityProviderConfigResponse
- Issue
- KubernetesNetworkConfigRequest
- KubernetesNetworkConfigResponse
- LaunchTemplateSpecification
- LogSetup
- Logging
- MarketplaceInformation
- Nodegroup
- NodegroupHealth
- NodegroupResources
- NodegroupScalingConfig
- NodegroupUpdateConfig
- OIDC
- OidcIdentityProviderConfig
- OidcIdentityProviderConfigRequest
- OutpostConfigRequest
- OutpostConfigResponse
- Provider
- RemoteAccessConfig
- Taint
- Update
- UpdateLabelsPayload
- UpdateParam
- UpdateTaintsPayload
- VpcConfigRequest
- VpcConfigResponse
Description
Synopsis
- defaultService :: Service
- _AccessDeniedException :: AsError a => Fold a ServiceError
- _BadRequestException :: AsError a => Fold a ServiceError
- _ClientException :: AsError a => Fold a ServiceError
- _InvalidParameterException :: AsError a => Fold a ServiceError
- _InvalidRequestException :: AsError a => Fold a ServiceError
- _NotFoundException :: AsError a => Fold a ServiceError
- _ResourceInUseException :: AsError a => Fold a ServiceError
- _ResourceLimitExceededException :: AsError a => Fold a ServiceError
- _ResourceNotFoundException :: AsError a => Fold a ServiceError
- _ResourcePropagationDelayException :: AsError a => Fold a ServiceError
- _ServerException :: AsError a => Fold a ServiceError
- _ServiceUnavailableException :: AsError a => Fold a ServiceError
- _UnsupportedAvailabilityZoneException :: AsError a => Fold a ServiceError
- newtype AMITypes where
- AMITypes' {
- fromAMITypes :: Text
- pattern AMITypes_AL2_ARM_64 :: AMITypes
- pattern AMITypes_AL2_x86_64 :: AMITypes
- pattern AMITypes_AL2_x86_64_GPU :: AMITypes
- pattern AMITypes_BOTTLEROCKET_ARM_64 :: AMITypes
- pattern AMITypes_BOTTLEROCKET_ARM_64_NVIDIA :: AMITypes
- pattern AMITypes_BOTTLEROCKET_x86_64 :: AMITypes
- pattern AMITypes_BOTTLEROCKET_x86_64_NVIDIA :: AMITypes
- pattern AMITypes_CUSTOM :: AMITypes
- pattern AMITypes_WINDOWS_CORE_2019_x86_64 :: AMITypes
- pattern AMITypes_WINDOWS_CORE_2022_x86_64 :: AMITypes
- pattern AMITypes_WINDOWS_FULL_2019_x86_64 :: AMITypes
- pattern AMITypes_WINDOWS_FULL_2022_x86_64 :: AMITypes
- AMITypes' {
- newtype AddonIssueCode where
- AddonIssueCode' { }
- pattern AddonIssueCode_AccessDenied :: AddonIssueCode
- pattern AddonIssueCode_AdmissionRequestDenied :: AddonIssueCode
- pattern AddonIssueCode_ClusterUnreachable :: AddonIssueCode
- pattern AddonIssueCode_ConfigurationConflict :: AddonIssueCode
- pattern AddonIssueCode_InsufficientNumberOfReplicas :: AddonIssueCode
- pattern AddonIssueCode_InternalFailure :: AddonIssueCode
- pattern AddonIssueCode_K8sResourceNotFound :: AddonIssueCode
- pattern AddonIssueCode_UnsupportedAddonModification :: AddonIssueCode
- newtype AddonStatus where
- AddonStatus' { }
- pattern AddonStatus_ACTIVE :: AddonStatus
- pattern AddonStatus_CREATE_FAILED :: AddonStatus
- pattern AddonStatus_CREATING :: AddonStatus
- pattern AddonStatus_DEGRADED :: AddonStatus
- pattern AddonStatus_DELETE_FAILED :: AddonStatus
- pattern AddonStatus_DELETING :: AddonStatus
- pattern AddonStatus_UPDATE_FAILED :: AddonStatus
- pattern AddonStatus_UPDATING :: AddonStatus
- newtype CapacityTypes where
- CapacityTypes' { }
- pattern CapacityTypes_ON_DEMAND :: CapacityTypes
- pattern CapacityTypes_SPOT :: CapacityTypes
- newtype ClusterIssueCode where
- ClusterIssueCode' { }
- pattern ClusterIssueCode_AccessDenied :: ClusterIssueCode
- pattern ClusterIssueCode_ClusterUnreachable :: ClusterIssueCode
- pattern ClusterIssueCode_ConfigurationConflict :: ClusterIssueCode
- pattern ClusterIssueCode_InternalFailure :: ClusterIssueCode
- pattern ClusterIssueCode_ResourceLimitExceeded :: ClusterIssueCode
- pattern ClusterIssueCode_ResourceNotFound :: ClusterIssueCode
- newtype ClusterStatus where
- ClusterStatus' { }
- pattern ClusterStatus_ACTIVE :: ClusterStatus
- pattern ClusterStatus_CREATING :: ClusterStatus
- pattern ClusterStatus_DELETING :: ClusterStatus
- pattern ClusterStatus_FAILED :: ClusterStatus
- pattern ClusterStatus_PENDING :: ClusterStatus
- pattern ClusterStatus_UPDATING :: ClusterStatus
- newtype ConfigStatus where
- ConfigStatus' { }
- pattern ConfigStatus_ACTIVE :: ConfigStatus
- pattern ConfigStatus_CREATING :: ConfigStatus
- pattern ConfigStatus_DELETING :: ConfigStatus
- newtype ConnectorConfigProvider where
- ConnectorConfigProvider' { }
- pattern ConnectorConfigProvider_AKS :: ConnectorConfigProvider
- pattern ConnectorConfigProvider_ANTHOS :: ConnectorConfigProvider
- pattern ConnectorConfigProvider_EC2 :: ConnectorConfigProvider
- pattern ConnectorConfigProvider_EKS_ANYWHERE :: ConnectorConfigProvider
- pattern ConnectorConfigProvider_GKE :: ConnectorConfigProvider
- pattern ConnectorConfigProvider_OPENSHIFT :: ConnectorConfigProvider
- pattern ConnectorConfigProvider_OTHER :: ConnectorConfigProvider
- pattern ConnectorConfigProvider_RANCHER :: ConnectorConfigProvider
- pattern ConnectorConfigProvider_TANZU :: ConnectorConfigProvider
- newtype EKSErrorCode where
- EKSErrorCode' { }
- pattern EKSErrorCode_AccessDenied :: EKSErrorCode
- pattern EKSErrorCode_AdmissionRequestDenied :: EKSErrorCode
- pattern EKSErrorCode_ClusterUnreachable :: EKSErrorCode
- pattern EKSErrorCode_ConfigurationConflict :: EKSErrorCode
- pattern EKSErrorCode_EniLimitReached :: EKSErrorCode
- pattern EKSErrorCode_InsufficientFreeAddresses :: EKSErrorCode
- pattern EKSErrorCode_InsufficientNumberOfReplicas :: EKSErrorCode
- pattern EKSErrorCode_IpNotAvailable :: EKSErrorCode
- pattern EKSErrorCode_K8sResourceNotFound :: EKSErrorCode
- pattern EKSErrorCode_NodeCreationFailure :: EKSErrorCode
- pattern EKSErrorCode_OperationNotPermitted :: EKSErrorCode
- pattern EKSErrorCode_PodEvictionFailure :: EKSErrorCode
- pattern EKSErrorCode_SecurityGroupNotFound :: EKSErrorCode
- pattern EKSErrorCode_SubnetNotFound :: EKSErrorCode
- pattern EKSErrorCode_Unknown :: EKSErrorCode
- pattern EKSErrorCode_UnsupportedAddonModification :: EKSErrorCode
- pattern EKSErrorCode_VpcIdNotFound :: EKSErrorCode
- newtype FargateProfileStatus where
- FargateProfileStatus' { }
- pattern FargateProfileStatus_ACTIVE :: FargateProfileStatus
- pattern FargateProfileStatus_CREATE_FAILED :: FargateProfileStatus
- pattern FargateProfileStatus_CREATING :: FargateProfileStatus
- pattern FargateProfileStatus_DELETE_FAILED :: FargateProfileStatus
- pattern FargateProfileStatus_DELETING :: FargateProfileStatus
- newtype IpFamily where
- IpFamily' {
- fromIpFamily :: Text
- pattern IpFamily_Ipv4 :: IpFamily
- pattern IpFamily_Ipv6 :: IpFamily
- IpFamily' {
- newtype LogType where
- LogType' {
- fromLogType :: Text
- pattern LogType_Api :: LogType
- pattern LogType_Audit :: LogType
- pattern LogType_Authenticator :: LogType
- pattern LogType_ControllerManager :: LogType
- pattern LogType_Scheduler :: LogType
- LogType' {
- newtype NodegroupIssueCode where
- NodegroupIssueCode' { }
- pattern NodegroupIssueCode_AccessDenied :: NodegroupIssueCode
- pattern NodegroupIssueCode_AsgInstanceLaunchFailures :: NodegroupIssueCode
- pattern NodegroupIssueCode_AutoScalingGroupInvalidConfiguration :: NodegroupIssueCode
- pattern NodegroupIssueCode_AutoScalingGroupNotFound :: NodegroupIssueCode
- pattern NodegroupIssueCode_ClusterUnreachable :: NodegroupIssueCode
- pattern NodegroupIssueCode_Ec2LaunchTemplateNotFound :: NodegroupIssueCode
- pattern NodegroupIssueCode_Ec2LaunchTemplateVersionMismatch :: NodegroupIssueCode
- pattern NodegroupIssueCode_Ec2SecurityGroupDeletionFailure :: NodegroupIssueCode
- pattern NodegroupIssueCode_Ec2SecurityGroupNotFound :: NodegroupIssueCode
- pattern NodegroupIssueCode_Ec2SubnetInvalidConfiguration :: NodegroupIssueCode
- pattern NodegroupIssueCode_Ec2SubnetMissingIpv6Assignment :: NodegroupIssueCode
- pattern NodegroupIssueCode_Ec2SubnetNotFound :: NodegroupIssueCode
- pattern NodegroupIssueCode_IamInstanceProfileNotFound :: NodegroupIssueCode
- pattern NodegroupIssueCode_IamLimitExceeded :: NodegroupIssueCode
- pattern NodegroupIssueCode_IamNodeRoleNotFound :: NodegroupIssueCode
- pattern NodegroupIssueCode_InstanceLimitExceeded :: NodegroupIssueCode
- pattern NodegroupIssueCode_InsufficientFreeAddresses :: NodegroupIssueCode
- pattern NodegroupIssueCode_InternalFailure :: NodegroupIssueCode
- pattern NodegroupIssueCode_NodeCreationFailure :: NodegroupIssueCode
- newtype NodegroupStatus where
- NodegroupStatus' { }
- pattern NodegroupStatus_ACTIVE :: NodegroupStatus
- pattern NodegroupStatus_CREATE_FAILED :: NodegroupStatus
- pattern NodegroupStatus_CREATING :: NodegroupStatus
- pattern NodegroupStatus_DEGRADED :: NodegroupStatus
- pattern NodegroupStatus_DELETE_FAILED :: NodegroupStatus
- pattern NodegroupStatus_DELETING :: NodegroupStatus
- pattern NodegroupStatus_UPDATING :: NodegroupStatus
- newtype ResolveConflicts where
- ResolveConflicts' { }
- pattern ResolveConflicts_NONE :: ResolveConflicts
- pattern ResolveConflicts_OVERWRITE :: ResolveConflicts
- pattern ResolveConflicts_PRESERVE :: ResolveConflicts
- newtype TaintEffect where
- TaintEffect' { }
- pattern TaintEffect_NO_EXECUTE :: TaintEffect
- pattern TaintEffect_NO_SCHEDULE :: TaintEffect
- pattern TaintEffect_PREFER_NO_SCHEDULE :: TaintEffect
- newtype UpdateParamType where
- UpdateParamType' { }
- pattern UpdateParamType_AddonVersion :: UpdateParamType
- pattern UpdateParamType_ClusterLogging :: UpdateParamType
- pattern UpdateParamType_DesiredSize :: UpdateParamType
- pattern UpdateParamType_EncryptionConfig :: UpdateParamType
- pattern UpdateParamType_EndpointPrivateAccess :: UpdateParamType
- pattern UpdateParamType_EndpointPublicAccess :: UpdateParamType
- pattern UpdateParamType_IdentityProviderConfig :: UpdateParamType
- pattern UpdateParamType_LabelsToAdd :: UpdateParamType
- pattern UpdateParamType_LabelsToRemove :: UpdateParamType
- pattern UpdateParamType_LaunchTemplateName :: UpdateParamType
- pattern UpdateParamType_LaunchTemplateVersion :: UpdateParamType
- pattern UpdateParamType_MaxSize :: UpdateParamType
- pattern UpdateParamType_MaxUnavailable :: UpdateParamType
- pattern UpdateParamType_MaxUnavailablePercentage :: UpdateParamType
- pattern UpdateParamType_MinSize :: UpdateParamType
- pattern UpdateParamType_PlatformVersion :: UpdateParamType
- pattern UpdateParamType_PublicAccessCidrs :: UpdateParamType
- pattern UpdateParamType_ReleaseVersion :: UpdateParamType
- pattern UpdateParamType_ResolveConflicts :: UpdateParamType
- pattern UpdateParamType_ServiceAccountRoleArn :: UpdateParamType
- pattern UpdateParamType_TaintsToAdd :: UpdateParamType
- pattern UpdateParamType_TaintsToRemove :: UpdateParamType
- pattern UpdateParamType_Version :: UpdateParamType
- newtype UpdateStatus where
- UpdateStatus' { }
- pattern UpdateStatus_Cancelled :: UpdateStatus
- pattern UpdateStatus_Failed :: UpdateStatus
- pattern UpdateStatus_InProgress :: UpdateStatus
- pattern UpdateStatus_Successful :: UpdateStatus
- newtype UpdateType where
- UpdateType' { }
- pattern UpdateType_AddonUpdate :: UpdateType
- pattern UpdateType_AssociateEncryptionConfig :: UpdateType
- pattern UpdateType_AssociateIdentityProviderConfig :: UpdateType
- pattern UpdateType_ConfigUpdate :: UpdateType
- pattern UpdateType_DisassociateIdentityProviderConfig :: UpdateType
- pattern UpdateType_EndpointAccessUpdate :: UpdateType
- pattern UpdateType_LoggingUpdate :: UpdateType
- pattern UpdateType_VersionUpdate :: UpdateType
- data Addon = Addon' {
- addonArn :: Maybe Text
- addonName :: Maybe Text
- addonVersion :: Maybe Text
- clusterName :: Maybe Text
- configurationValues :: Maybe Text
- createdAt :: Maybe POSIX
- health :: Maybe AddonHealth
- marketplaceInformation :: Maybe MarketplaceInformation
- modifiedAt :: Maybe POSIX
- owner :: Maybe Text
- publisher :: Maybe Text
- serviceAccountRoleArn :: Maybe Text
- status :: Maybe AddonStatus
- tags :: Maybe (HashMap Text Text)
- newAddon :: Addon
- addon_addonArn :: Lens' Addon (Maybe Text)
- addon_addonName :: Lens' Addon (Maybe Text)
- addon_addonVersion :: Lens' Addon (Maybe Text)
- addon_clusterName :: Lens' Addon (Maybe Text)
- addon_configurationValues :: Lens' Addon (Maybe Text)
- addon_createdAt :: Lens' Addon (Maybe UTCTime)
- addon_health :: Lens' Addon (Maybe AddonHealth)
- addon_marketplaceInformation :: Lens' Addon (Maybe MarketplaceInformation)
- addon_modifiedAt :: Lens' Addon (Maybe UTCTime)
- addon_owner :: Lens' Addon (Maybe Text)
- addon_publisher :: Lens' Addon (Maybe Text)
- addon_serviceAccountRoleArn :: Lens' Addon (Maybe Text)
- addon_status :: Lens' Addon (Maybe AddonStatus)
- addon_tags :: Lens' Addon (Maybe (HashMap Text Text))
- data AddonHealth = AddonHealth' {
- issues :: Maybe [AddonIssue]
- newAddonHealth :: AddonHealth
- addonHealth_issues :: Lens' AddonHealth (Maybe [AddonIssue])
- data AddonInfo = AddonInfo' {}
- newAddonInfo :: AddonInfo
- addonInfo_addonName :: Lens' AddonInfo (Maybe Text)
- addonInfo_addonVersions :: Lens' AddonInfo (Maybe [AddonVersionInfo])
- addonInfo_marketplaceInformation :: Lens' AddonInfo (Maybe MarketplaceInformation)
- addonInfo_owner :: Lens' AddonInfo (Maybe Text)
- addonInfo_publisher :: Lens' AddonInfo (Maybe Text)
- addonInfo_type :: Lens' AddonInfo (Maybe Text)
- data AddonIssue = AddonIssue' {
- code :: Maybe AddonIssueCode
- message :: Maybe Text
- resourceIds :: Maybe [Text]
- newAddonIssue :: AddonIssue
- addonIssue_code :: Lens' AddonIssue (Maybe AddonIssueCode)
- addonIssue_message :: Lens' AddonIssue (Maybe Text)
- addonIssue_resourceIds :: Lens' AddonIssue (Maybe [Text])
- data AddonVersionInfo = AddonVersionInfo' {}
- newAddonVersionInfo :: AddonVersionInfo
- addonVersionInfo_addonVersion :: Lens' AddonVersionInfo (Maybe Text)
- addonVersionInfo_architecture :: Lens' AddonVersionInfo (Maybe [Text])
- addonVersionInfo_compatibilities :: Lens' AddonVersionInfo (Maybe [Compatibility])
- addonVersionInfo_requiresConfiguration :: Lens' AddonVersionInfo (Maybe Bool)
- data AutoScalingGroup = AutoScalingGroup' {}
- newAutoScalingGroup :: AutoScalingGroup
- autoScalingGroup_name :: Lens' AutoScalingGroup (Maybe Text)
- data Certificate = Certificate' {}
- newCertificate :: Certificate
- certificate_data :: Lens' Certificate (Maybe Text)
- data Cluster = Cluster' {
- arn :: Maybe Text
- certificateAuthority :: Maybe Certificate
- clientRequestToken :: Maybe Text
- connectorConfig :: Maybe ConnectorConfigResponse
- createdAt :: Maybe POSIX
- encryptionConfig :: Maybe [EncryptionConfig]
- endpoint :: Maybe Text
- health :: Maybe ClusterHealth
- id :: Maybe Text
- identity :: Maybe Identity
- kubernetesNetworkConfig :: Maybe KubernetesNetworkConfigResponse
- logging :: Maybe Logging
- name :: Maybe Text
- outpostConfig :: Maybe OutpostConfigResponse
- platformVersion :: Maybe Text
- resourcesVpcConfig :: Maybe VpcConfigResponse
- roleArn :: Maybe Text
- status :: Maybe ClusterStatus
- tags :: Maybe (HashMap Text Text)
- version :: Maybe Text
- newCluster :: Cluster
- cluster_arn :: Lens' Cluster (Maybe Text)
- cluster_certificateAuthority :: Lens' Cluster (Maybe Certificate)
- cluster_clientRequestToken :: Lens' Cluster (Maybe Text)
- cluster_connectorConfig :: Lens' Cluster (Maybe ConnectorConfigResponse)
- cluster_createdAt :: Lens' Cluster (Maybe UTCTime)
- cluster_encryptionConfig :: Lens' Cluster (Maybe [EncryptionConfig])
- cluster_endpoint :: Lens' Cluster (Maybe Text)
- cluster_health :: Lens' Cluster (Maybe ClusterHealth)
- cluster_id :: Lens' Cluster (Maybe Text)
- cluster_identity :: Lens' Cluster (Maybe Identity)
- cluster_kubernetesNetworkConfig :: Lens' Cluster (Maybe KubernetesNetworkConfigResponse)
- cluster_logging :: Lens' Cluster (Maybe Logging)
- cluster_name :: Lens' Cluster (Maybe Text)
- cluster_outpostConfig :: Lens' Cluster (Maybe OutpostConfigResponse)
- cluster_platformVersion :: Lens' Cluster (Maybe Text)
- cluster_resourcesVpcConfig :: Lens' Cluster (Maybe VpcConfigResponse)
- cluster_roleArn :: Lens' Cluster (Maybe Text)
- cluster_status :: Lens' Cluster (Maybe ClusterStatus)
- cluster_tags :: Lens' Cluster (Maybe (HashMap Text Text))
- cluster_version :: Lens' Cluster (Maybe Text)
- data ClusterHealth = ClusterHealth' {
- issues :: Maybe [ClusterIssue]
- newClusterHealth :: ClusterHealth
- clusterHealth_issues :: Lens' ClusterHealth (Maybe [ClusterIssue])
- data ClusterIssue = ClusterIssue' {
- code :: Maybe ClusterIssueCode
- message :: Maybe Text
- resourceIds :: Maybe [Text]
- newClusterIssue :: ClusterIssue
- clusterIssue_code :: Lens' ClusterIssue (Maybe ClusterIssueCode)
- clusterIssue_message :: Lens' ClusterIssue (Maybe Text)
- clusterIssue_resourceIds :: Lens' ClusterIssue (Maybe [Text])
- data Compatibility = Compatibility' {}
- newCompatibility :: Compatibility
- compatibility_clusterVersion :: Lens' Compatibility (Maybe Text)
- compatibility_defaultVersion :: Lens' Compatibility (Maybe Bool)
- compatibility_platformVersions :: Lens' Compatibility (Maybe [Text])
- data ConnectorConfigRequest = ConnectorConfigRequest' {}
- newConnectorConfigRequest :: Text -> ConnectorConfigProvider -> ConnectorConfigRequest
- connectorConfigRequest_roleArn :: Lens' ConnectorConfigRequest Text
- connectorConfigRequest_provider :: Lens' ConnectorConfigRequest ConnectorConfigProvider
- data ConnectorConfigResponse = ConnectorConfigResponse' {}
- newConnectorConfigResponse :: ConnectorConfigResponse
- connectorConfigResponse_activationCode :: Lens' ConnectorConfigResponse (Maybe Text)
- connectorConfigResponse_activationExpiry :: Lens' ConnectorConfigResponse (Maybe UTCTime)
- connectorConfigResponse_activationId :: Lens' ConnectorConfigResponse (Maybe Text)
- connectorConfigResponse_provider :: Lens' ConnectorConfigResponse (Maybe Text)
- connectorConfigResponse_roleArn :: Lens' ConnectorConfigResponse (Maybe Text)
- data ControlPlanePlacementRequest = ControlPlanePlacementRequest' {}
- newControlPlanePlacementRequest :: ControlPlanePlacementRequest
- controlPlanePlacementRequest_groupName :: Lens' ControlPlanePlacementRequest (Maybe Text)
- data ControlPlanePlacementResponse = ControlPlanePlacementResponse' {}
- newControlPlanePlacementResponse :: ControlPlanePlacementResponse
- controlPlanePlacementResponse_groupName :: Lens' ControlPlanePlacementResponse (Maybe Text)
- data EncryptionConfig = EncryptionConfig' {}
- newEncryptionConfig :: EncryptionConfig
- encryptionConfig_provider :: Lens' EncryptionConfig (Maybe Provider)
- encryptionConfig_resources :: Lens' EncryptionConfig (Maybe [Text])
- data ErrorDetail = ErrorDetail' {
- errorCode :: Maybe EKSErrorCode
- errorMessage :: Maybe Text
- resourceIds :: Maybe [Text]
- newErrorDetail :: ErrorDetail
- errorDetail_errorCode :: Lens' ErrorDetail (Maybe EKSErrorCode)
- errorDetail_errorMessage :: Lens' ErrorDetail (Maybe Text)
- errorDetail_resourceIds :: Lens' ErrorDetail (Maybe [Text])
- data FargateProfile = FargateProfile' {}
- newFargateProfile :: FargateProfile
- fargateProfile_clusterName :: Lens' FargateProfile (Maybe Text)
- fargateProfile_createdAt :: Lens' FargateProfile (Maybe UTCTime)
- fargateProfile_fargateProfileArn :: Lens' FargateProfile (Maybe Text)
- fargateProfile_fargateProfileName :: Lens' FargateProfile (Maybe Text)
- fargateProfile_podExecutionRoleArn :: Lens' FargateProfile (Maybe Text)
- fargateProfile_selectors :: Lens' FargateProfile (Maybe [FargateProfileSelector])
- fargateProfile_status :: Lens' FargateProfile (Maybe FargateProfileStatus)
- fargateProfile_subnets :: Lens' FargateProfile (Maybe [Text])
- fargateProfile_tags :: Lens' FargateProfile (Maybe (HashMap Text Text))
- data FargateProfileSelector = FargateProfileSelector' {}
- newFargateProfileSelector :: FargateProfileSelector
- fargateProfileSelector_labels :: Lens' FargateProfileSelector (Maybe (HashMap Text Text))
- fargateProfileSelector_namespace :: Lens' FargateProfileSelector (Maybe Text)
- data Identity = Identity' {}
- newIdentity :: Identity
- identity_oidc :: Lens' Identity (Maybe OIDC)
- data IdentityProviderConfig = IdentityProviderConfig' {}
- newIdentityProviderConfig :: Text -> Text -> IdentityProviderConfig
- identityProviderConfig_type :: Lens' IdentityProviderConfig Text
- identityProviderConfig_name :: Lens' IdentityProviderConfig Text
- data IdentityProviderConfigResponse = IdentityProviderConfigResponse' {}
- newIdentityProviderConfigResponse :: IdentityProviderConfigResponse
- identityProviderConfigResponse_oidc :: Lens' IdentityProviderConfigResponse (Maybe OidcIdentityProviderConfig)
- data Issue = Issue' {
- code :: Maybe NodegroupIssueCode
- message :: Maybe Text
- resourceIds :: Maybe [Text]
- newIssue :: Issue
- issue_code :: Lens' Issue (Maybe NodegroupIssueCode)
- issue_message :: Lens' Issue (Maybe Text)
- issue_resourceIds :: Lens' Issue (Maybe [Text])
- data KubernetesNetworkConfigRequest = KubernetesNetworkConfigRequest' {}
- newKubernetesNetworkConfigRequest :: KubernetesNetworkConfigRequest
- kubernetesNetworkConfigRequest_ipFamily :: Lens' KubernetesNetworkConfigRequest (Maybe IpFamily)
- kubernetesNetworkConfigRequest_serviceIpv4Cidr :: Lens' KubernetesNetworkConfigRequest (Maybe Text)
- data KubernetesNetworkConfigResponse = KubernetesNetworkConfigResponse' {}
- newKubernetesNetworkConfigResponse :: KubernetesNetworkConfigResponse
- kubernetesNetworkConfigResponse_ipFamily :: Lens' KubernetesNetworkConfigResponse (Maybe IpFamily)
- kubernetesNetworkConfigResponse_serviceIpv4Cidr :: Lens' KubernetesNetworkConfigResponse (Maybe Text)
- kubernetesNetworkConfigResponse_serviceIpv6Cidr :: Lens' KubernetesNetworkConfigResponse (Maybe Text)
- data LaunchTemplateSpecification = LaunchTemplateSpecification' {}
- newLaunchTemplateSpecification :: LaunchTemplateSpecification
- launchTemplateSpecification_id :: Lens' LaunchTemplateSpecification (Maybe Text)
- launchTemplateSpecification_name :: Lens' LaunchTemplateSpecification (Maybe Text)
- launchTemplateSpecification_version :: Lens' LaunchTemplateSpecification (Maybe Text)
- data LogSetup = LogSetup' {}
- newLogSetup :: LogSetup
- logSetup_enabled :: Lens' LogSetup (Maybe Bool)
- logSetup_types :: Lens' LogSetup (Maybe [LogType])
- data Logging = Logging' {
- clusterLogging :: Maybe [LogSetup]
- newLogging :: Logging
- logging_clusterLogging :: Lens' Logging (Maybe [LogSetup])
- data MarketplaceInformation = MarketplaceInformation' {}
- newMarketplaceInformation :: MarketplaceInformation
- marketplaceInformation_productId :: Lens' MarketplaceInformation (Maybe Text)
- marketplaceInformation_productUrl :: Lens' MarketplaceInformation (Maybe Text)
- data Nodegroup = Nodegroup' {
- amiType :: Maybe AMITypes
- capacityType :: Maybe CapacityTypes
- clusterName :: Maybe Text
- createdAt :: Maybe POSIX
- diskSize :: Maybe Int
- health :: Maybe NodegroupHealth
- instanceTypes :: Maybe [Text]
- labels :: Maybe (HashMap Text Text)
- launchTemplate :: Maybe LaunchTemplateSpecification
- modifiedAt :: Maybe POSIX
- nodeRole :: Maybe Text
- nodegroupArn :: Maybe Text
- nodegroupName :: Maybe Text
- releaseVersion :: Maybe Text
- remoteAccess :: Maybe RemoteAccessConfig
- resources :: Maybe NodegroupResources
- scalingConfig :: Maybe NodegroupScalingConfig
- status :: Maybe NodegroupStatus
- subnets :: Maybe [Text]
- tags :: Maybe (HashMap Text Text)
- taints :: Maybe [Taint]
- updateConfig :: Maybe NodegroupUpdateConfig
- version :: Maybe Text
- newNodegroup :: Nodegroup
- nodegroup_amiType :: Lens' Nodegroup (Maybe AMITypes)
- nodegroup_capacityType :: Lens' Nodegroup (Maybe CapacityTypes)
- nodegroup_clusterName :: Lens' Nodegroup (Maybe Text)
- nodegroup_createdAt :: Lens' Nodegroup (Maybe UTCTime)
- nodegroup_diskSize :: Lens' Nodegroup (Maybe Int)
- nodegroup_health :: Lens' Nodegroup (Maybe NodegroupHealth)
- nodegroup_instanceTypes :: Lens' Nodegroup (Maybe [Text])
- nodegroup_labels :: Lens' Nodegroup (Maybe (HashMap Text Text))
- nodegroup_launchTemplate :: Lens' Nodegroup (Maybe LaunchTemplateSpecification)
- nodegroup_modifiedAt :: Lens' Nodegroup (Maybe UTCTime)
- nodegroup_nodeRole :: Lens' Nodegroup (Maybe Text)
- nodegroup_nodegroupArn :: Lens' Nodegroup (Maybe Text)
- nodegroup_nodegroupName :: Lens' Nodegroup (Maybe Text)
- nodegroup_releaseVersion :: Lens' Nodegroup (Maybe Text)
- nodegroup_remoteAccess :: Lens' Nodegroup (Maybe RemoteAccessConfig)
- nodegroup_resources :: Lens' Nodegroup (Maybe NodegroupResources)
- nodegroup_scalingConfig :: Lens' Nodegroup (Maybe NodegroupScalingConfig)
- nodegroup_status :: Lens' Nodegroup (Maybe NodegroupStatus)
- nodegroup_subnets :: Lens' Nodegroup (Maybe [Text])
- nodegroup_tags :: Lens' Nodegroup (Maybe (HashMap Text Text))
- nodegroup_taints :: Lens' Nodegroup (Maybe [Taint])
- nodegroup_updateConfig :: Lens' Nodegroup (Maybe NodegroupUpdateConfig)
- nodegroup_version :: Lens' Nodegroup (Maybe Text)
- data NodegroupHealth = NodegroupHealth' {}
- newNodegroupHealth :: NodegroupHealth
- nodegroupHealth_issues :: Lens' NodegroupHealth (Maybe [Issue])
- data NodegroupResources = NodegroupResources' {}
- newNodegroupResources :: NodegroupResources
- nodegroupResources_autoScalingGroups :: Lens' NodegroupResources (Maybe [AutoScalingGroup])
- nodegroupResources_remoteAccessSecurityGroup :: Lens' NodegroupResources (Maybe Text)
- data NodegroupScalingConfig = NodegroupScalingConfig' {}
- newNodegroupScalingConfig :: NodegroupScalingConfig
- nodegroupScalingConfig_desiredSize :: Lens' NodegroupScalingConfig (Maybe Natural)
- nodegroupScalingConfig_maxSize :: Lens' NodegroupScalingConfig (Maybe Natural)
- nodegroupScalingConfig_minSize :: Lens' NodegroupScalingConfig (Maybe Natural)
- data NodegroupUpdateConfig = NodegroupUpdateConfig' {}
- newNodegroupUpdateConfig :: NodegroupUpdateConfig
- nodegroupUpdateConfig_maxUnavailable :: Lens' NodegroupUpdateConfig (Maybe Natural)
- nodegroupUpdateConfig_maxUnavailablePercentage :: Lens' NodegroupUpdateConfig (Maybe Natural)
- data OIDC = OIDC' {}
- newOIDC :: OIDC
- oidc_issuer :: Lens' OIDC (Maybe Text)
- data OidcIdentityProviderConfig = OidcIdentityProviderConfig' {
- clientId :: Maybe Text
- clusterName :: Maybe Text
- groupsClaim :: Maybe Text
- groupsPrefix :: Maybe Text
- identityProviderConfigArn :: Maybe Text
- identityProviderConfigName :: Maybe Text
- issuerUrl :: Maybe Text
- requiredClaims :: Maybe (HashMap Text Text)
- status :: Maybe ConfigStatus
- tags :: Maybe (HashMap Text Text)
- usernameClaim :: Maybe Text
- usernamePrefix :: Maybe Text
- newOidcIdentityProviderConfig :: OidcIdentityProviderConfig
- oidcIdentityProviderConfig_clientId :: Lens' OidcIdentityProviderConfig (Maybe Text)
- oidcIdentityProviderConfig_clusterName :: Lens' OidcIdentityProviderConfig (Maybe Text)
- oidcIdentityProviderConfig_groupsClaim :: Lens' OidcIdentityProviderConfig (Maybe Text)
- oidcIdentityProviderConfig_groupsPrefix :: Lens' OidcIdentityProviderConfig (Maybe Text)
- oidcIdentityProviderConfig_identityProviderConfigArn :: Lens' OidcIdentityProviderConfig (Maybe Text)
- oidcIdentityProviderConfig_identityProviderConfigName :: Lens' OidcIdentityProviderConfig (Maybe Text)
- oidcIdentityProviderConfig_issuerUrl :: Lens' OidcIdentityProviderConfig (Maybe Text)
- oidcIdentityProviderConfig_requiredClaims :: Lens' OidcIdentityProviderConfig (Maybe (HashMap Text Text))
- oidcIdentityProviderConfig_status :: Lens' OidcIdentityProviderConfig (Maybe ConfigStatus)
- oidcIdentityProviderConfig_tags :: Lens' OidcIdentityProviderConfig (Maybe (HashMap Text Text))
- oidcIdentityProviderConfig_usernameClaim :: Lens' OidcIdentityProviderConfig (Maybe Text)
- oidcIdentityProviderConfig_usernamePrefix :: Lens' OidcIdentityProviderConfig (Maybe Text)
- data OidcIdentityProviderConfigRequest = OidcIdentityProviderConfigRequest' {}
- newOidcIdentityProviderConfigRequest :: Text -> Text -> Text -> OidcIdentityProviderConfigRequest
- oidcIdentityProviderConfigRequest_groupsClaim :: Lens' OidcIdentityProviderConfigRequest (Maybe Text)
- oidcIdentityProviderConfigRequest_groupsPrefix :: Lens' OidcIdentityProviderConfigRequest (Maybe Text)
- oidcIdentityProviderConfigRequest_requiredClaims :: Lens' OidcIdentityProviderConfigRequest (Maybe (HashMap Text Text))
- oidcIdentityProviderConfigRequest_usernameClaim :: Lens' OidcIdentityProviderConfigRequest (Maybe Text)
- oidcIdentityProviderConfigRequest_usernamePrefix :: Lens' OidcIdentityProviderConfigRequest (Maybe Text)
- oidcIdentityProviderConfigRequest_identityProviderConfigName :: Lens' OidcIdentityProviderConfigRequest Text
- oidcIdentityProviderConfigRequest_issuerUrl :: Lens' OidcIdentityProviderConfigRequest Text
- oidcIdentityProviderConfigRequest_clientId :: Lens' OidcIdentityProviderConfigRequest Text
- data OutpostConfigRequest = OutpostConfigRequest' {}
- newOutpostConfigRequest :: Text -> OutpostConfigRequest
- outpostConfigRequest_controlPlanePlacement :: Lens' OutpostConfigRequest (Maybe ControlPlanePlacementRequest)
- outpostConfigRequest_outpostArns :: Lens' OutpostConfigRequest [Text]
- outpostConfigRequest_controlPlaneInstanceType :: Lens' OutpostConfigRequest Text
- data OutpostConfigResponse = OutpostConfigResponse' {}
- newOutpostConfigResponse :: Text -> OutpostConfigResponse
- outpostConfigResponse_controlPlanePlacement :: Lens' OutpostConfigResponse (Maybe ControlPlanePlacementResponse)
- outpostConfigResponse_outpostArns :: Lens' OutpostConfigResponse [Text]
- outpostConfigResponse_controlPlaneInstanceType :: Lens' OutpostConfigResponse Text
- data Provider = Provider' {}
- newProvider :: Provider
- provider_keyArn :: Lens' Provider (Maybe Text)
- data RemoteAccessConfig = RemoteAccessConfig' {}
- newRemoteAccessConfig :: RemoteAccessConfig
- remoteAccessConfig_ec2SshKey :: Lens' RemoteAccessConfig (Maybe Text)
- remoteAccessConfig_sourceSecurityGroups :: Lens' RemoteAccessConfig (Maybe [Text])
- data Taint = Taint' {}
- newTaint :: Taint
- taint_effect :: Lens' Taint (Maybe TaintEffect)
- taint_key :: Lens' Taint (Maybe Text)
- taint_value :: Lens' Taint (Maybe Text)
- data Update = Update' {
- createdAt :: Maybe POSIX
- errors :: Maybe [ErrorDetail]
- id :: Maybe Text
- params :: Maybe [UpdateParam]
- status :: Maybe UpdateStatus
- type' :: Maybe UpdateType
- newUpdate :: Update
- update_createdAt :: Lens' Update (Maybe UTCTime)
- update_errors :: Lens' Update (Maybe [ErrorDetail])
- update_id :: Lens' Update (Maybe Text)
- update_params :: Lens' Update (Maybe [UpdateParam])
- update_status :: Lens' Update (Maybe UpdateStatus)
- update_type :: Lens' Update (Maybe UpdateType)
- data UpdateLabelsPayload = UpdateLabelsPayload' {
- addOrUpdateLabels :: Maybe (HashMap Text Text)
- removeLabels :: Maybe [Text]
- newUpdateLabelsPayload :: UpdateLabelsPayload
- updateLabelsPayload_addOrUpdateLabels :: Lens' UpdateLabelsPayload (Maybe (HashMap Text Text))
- updateLabelsPayload_removeLabels :: Lens' UpdateLabelsPayload (Maybe [Text])
- data UpdateParam = UpdateParam' {}
- newUpdateParam :: UpdateParam
- updateParam_type :: Lens' UpdateParam (Maybe UpdateParamType)
- updateParam_value :: Lens' UpdateParam (Maybe Text)
- data UpdateTaintsPayload = UpdateTaintsPayload' {
- addOrUpdateTaints :: Maybe [Taint]
- removeTaints :: Maybe [Taint]
- newUpdateTaintsPayload :: UpdateTaintsPayload
- updateTaintsPayload_addOrUpdateTaints :: Lens' UpdateTaintsPayload (Maybe [Taint])
- updateTaintsPayload_removeTaints :: Lens' UpdateTaintsPayload (Maybe [Taint])
- data VpcConfigRequest = VpcConfigRequest' {}
- newVpcConfigRequest :: VpcConfigRequest
- vpcConfigRequest_endpointPrivateAccess :: Lens' VpcConfigRequest (Maybe Bool)
- vpcConfigRequest_endpointPublicAccess :: Lens' VpcConfigRequest (Maybe Bool)
- vpcConfigRequest_publicAccessCidrs :: Lens' VpcConfigRequest (Maybe [Text])
- vpcConfigRequest_securityGroupIds :: Lens' VpcConfigRequest (Maybe [Text])
- vpcConfigRequest_subnetIds :: Lens' VpcConfigRequest (Maybe [Text])
- 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)
Service Configuration
defaultService :: Service Source #
API version 2017-11-01
of the Amazon Elastic Kubernetes Service SDK configuration.
Errors
_AccessDeniedException :: AsError a => Fold a ServiceError Source #
You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
_BadRequestException :: AsError a => Fold a ServiceError Source #
This exception is thrown if the request contains a semantic error. The precise meaning will depend on the API, and will be documented in the error message.
_ClientException :: AsError a => Fold a ServiceError Source #
These errors are usually caused by a client action. Actions can include using an action or resource on behalf of a user that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
_InvalidParameterException :: AsError a => Fold a ServiceError Source #
The specified parameter is invalid. Review the available parameters for the API request.
_InvalidRequestException :: AsError a => Fold a ServiceError Source #
The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
_NotFoundException :: AsError a => Fold a ServiceError Source #
A service resource associated with the request could not be found. Clients should not retry such requests.
_ResourceInUseException :: AsError a => Fold a ServiceError Source #
The specified resource is in use.
_ResourceLimitExceededException :: AsError a => Fold a ServiceError Source #
You have encountered a service limit on the specified resource.
_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #
The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Region-specific.
_ResourcePropagationDelayException :: AsError a => Fold a ServiceError Source #
Required resources (such as service-linked roles) were created and are still propagating. Retry later.
_ServerException :: AsError a => Fold a ServiceError Source #
These errors are usually caused by a server-side issue.
_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #
The service is unavailable. Back off and retry the operation.
_UnsupportedAvailabilityZoneException :: AsError a => Fold a ServiceError Source #
At least one of your specified cluster subnets is in an Availability Zone that does not support Amazon EKS. The exception output specifies the supported Availability Zones for your account, from which you can choose subnets for your cluster.
AMITypes
Constructors
AMITypes' | |
Fields
|
Bundled Patterns
pattern AMITypes_AL2_ARM_64 :: AMITypes | |
pattern AMITypes_AL2_x86_64 :: AMITypes | |
pattern AMITypes_AL2_x86_64_GPU :: AMITypes | |
pattern AMITypes_BOTTLEROCKET_ARM_64 :: AMITypes | |
pattern AMITypes_BOTTLEROCKET_ARM_64_NVIDIA :: AMITypes | |
pattern AMITypes_BOTTLEROCKET_x86_64 :: AMITypes | |
pattern AMITypes_BOTTLEROCKET_x86_64_NVIDIA :: AMITypes | |
pattern AMITypes_CUSTOM :: AMITypes | |
pattern AMITypes_WINDOWS_CORE_2019_x86_64 :: AMITypes | |
pattern AMITypes_WINDOWS_CORE_2022_x86_64 :: AMITypes | |
pattern AMITypes_WINDOWS_FULL_2019_x86_64 :: AMITypes | |
pattern AMITypes_WINDOWS_FULL_2022_x86_64 :: AMITypes |
Instances
AddonIssueCode
newtype AddonIssueCode Source #
Constructors
AddonIssueCode' | |
Fields |
Bundled Patterns
pattern AddonIssueCode_AccessDenied :: AddonIssueCode | |
pattern AddonIssueCode_AdmissionRequestDenied :: AddonIssueCode | |
pattern AddonIssueCode_ClusterUnreachable :: AddonIssueCode | |
pattern AddonIssueCode_ConfigurationConflict :: AddonIssueCode | |
pattern AddonIssueCode_InsufficientNumberOfReplicas :: AddonIssueCode | |
pattern AddonIssueCode_InternalFailure :: AddonIssueCode | |
pattern AddonIssueCode_K8sResourceNotFound :: AddonIssueCode | |
pattern AddonIssueCode_UnsupportedAddonModification :: AddonIssueCode |
Instances
AddonStatus
newtype AddonStatus Source #
Constructors
AddonStatus' | |
Fields |
Bundled Patterns
pattern AddonStatus_ACTIVE :: AddonStatus | |
pattern AddonStatus_CREATE_FAILED :: AddonStatus | |
pattern AddonStatus_CREATING :: AddonStatus | |
pattern AddonStatus_DEGRADED :: AddonStatus | |
pattern AddonStatus_DELETE_FAILED :: AddonStatus | |
pattern AddonStatus_DELETING :: AddonStatus | |
pattern AddonStatus_UPDATE_FAILED :: AddonStatus | |
pattern AddonStatus_UPDATING :: AddonStatus |
Instances
CapacityTypes
newtype CapacityTypes Source #
Constructors
CapacityTypes' | |
Fields |
Bundled Patterns
pattern CapacityTypes_ON_DEMAND :: CapacityTypes | |
pattern CapacityTypes_SPOT :: CapacityTypes |
Instances
ClusterIssueCode
newtype ClusterIssueCode Source #
Constructors
ClusterIssueCode' | |
Fields |
Bundled Patterns
pattern ClusterIssueCode_AccessDenied :: ClusterIssueCode | |
pattern ClusterIssueCode_ClusterUnreachable :: ClusterIssueCode | |
pattern ClusterIssueCode_ConfigurationConflict :: ClusterIssueCode | |
pattern ClusterIssueCode_InternalFailure :: ClusterIssueCode | |
pattern ClusterIssueCode_ResourceLimitExceeded :: ClusterIssueCode | |
pattern ClusterIssueCode_ResourceNotFound :: ClusterIssueCode |
Instances
ClusterStatus
newtype ClusterStatus Source #
Constructors
ClusterStatus' | |
Fields |
Bundled Patterns
pattern ClusterStatus_ACTIVE :: ClusterStatus | |
pattern ClusterStatus_CREATING :: ClusterStatus | |
pattern ClusterStatus_DELETING :: ClusterStatus | |
pattern ClusterStatus_FAILED :: ClusterStatus | |
pattern ClusterStatus_PENDING :: ClusterStatus | |
pattern ClusterStatus_UPDATING :: ClusterStatus |
Instances
ConfigStatus
newtype ConfigStatus Source #
Constructors
ConfigStatus' | |
Fields |
Bundled Patterns
pattern ConfigStatus_ACTIVE :: ConfigStatus | |
pattern ConfigStatus_CREATING :: ConfigStatus | |
pattern ConfigStatus_DELETING :: ConfigStatus |
Instances
ConnectorConfigProvider
newtype ConnectorConfigProvider Source #
Constructors
ConnectorConfigProvider' | |
Fields |
Bundled Patterns
Instances
EKSErrorCode
newtype EKSErrorCode Source #
Constructors
EKSErrorCode' | |
Fields |
Bundled Patterns
pattern EKSErrorCode_AccessDenied :: EKSErrorCode | |
pattern EKSErrorCode_AdmissionRequestDenied :: EKSErrorCode | |
pattern EKSErrorCode_ClusterUnreachable :: EKSErrorCode | |
pattern EKSErrorCode_ConfigurationConflict :: EKSErrorCode | |
pattern EKSErrorCode_EniLimitReached :: EKSErrorCode | |
pattern EKSErrorCode_InsufficientFreeAddresses :: EKSErrorCode | |
pattern EKSErrorCode_InsufficientNumberOfReplicas :: EKSErrorCode | |
pattern EKSErrorCode_IpNotAvailable :: EKSErrorCode | |
pattern EKSErrorCode_K8sResourceNotFound :: EKSErrorCode | |
pattern EKSErrorCode_NodeCreationFailure :: EKSErrorCode | |
pattern EKSErrorCode_OperationNotPermitted :: EKSErrorCode | |
pattern EKSErrorCode_PodEvictionFailure :: EKSErrorCode | |
pattern EKSErrorCode_SecurityGroupNotFound :: EKSErrorCode | |
pattern EKSErrorCode_SubnetNotFound :: EKSErrorCode | |
pattern EKSErrorCode_Unknown :: EKSErrorCode | |
pattern EKSErrorCode_UnsupportedAddonModification :: EKSErrorCode | |
pattern EKSErrorCode_VpcIdNotFound :: EKSErrorCode |
Instances
FargateProfileStatus
newtype FargateProfileStatus Source #
Constructors
FargateProfileStatus' | |
Fields |
Bundled Patterns
pattern FargateProfileStatus_ACTIVE :: FargateProfileStatus | |
pattern FargateProfileStatus_CREATE_FAILED :: FargateProfileStatus | |
pattern FargateProfileStatus_CREATING :: FargateProfileStatus | |
pattern FargateProfileStatus_DELETE_FAILED :: FargateProfileStatus | |
pattern FargateProfileStatus_DELETING :: FargateProfileStatus |
Instances
IpFamily
Constructors
IpFamily' | |
Fields
|
Bundled Patterns
pattern IpFamily_Ipv4 :: IpFamily | |
pattern IpFamily_Ipv6 :: IpFamily |
Instances
LogType
Constructors
LogType' | |
Fields
|
Bundled Patterns
pattern LogType_Api :: LogType | |
pattern LogType_Audit :: LogType | |
pattern LogType_Authenticator :: LogType | |
pattern LogType_ControllerManager :: LogType | |
pattern LogType_Scheduler :: LogType |
Instances
NodegroupIssueCode
newtype NodegroupIssueCode Source #
Constructors
NodegroupIssueCode' | |
Fields |
Bundled Patterns
Instances
NodegroupStatus
newtype NodegroupStatus Source #
Constructors
NodegroupStatus' | |
Fields |
Bundled Patterns
pattern NodegroupStatus_ACTIVE :: NodegroupStatus | |
pattern NodegroupStatus_CREATE_FAILED :: NodegroupStatus | |
pattern NodegroupStatus_CREATING :: NodegroupStatus | |
pattern NodegroupStatus_DEGRADED :: NodegroupStatus | |
pattern NodegroupStatus_DELETE_FAILED :: NodegroupStatus | |
pattern NodegroupStatus_DELETING :: NodegroupStatus | |
pattern NodegroupStatus_UPDATING :: NodegroupStatus |
Instances
ResolveConflicts
newtype ResolveConflicts Source #
Constructors
ResolveConflicts' | |
Fields |
Bundled Patterns
pattern ResolveConflicts_NONE :: ResolveConflicts | |
pattern ResolveConflicts_OVERWRITE :: ResolveConflicts | |
pattern ResolveConflicts_PRESERVE :: ResolveConflicts |
Instances
TaintEffect
newtype TaintEffect Source #
Constructors
TaintEffect' | |
Fields |
Bundled Patterns
pattern TaintEffect_NO_EXECUTE :: TaintEffect | |
pattern TaintEffect_NO_SCHEDULE :: TaintEffect | |
pattern TaintEffect_PREFER_NO_SCHEDULE :: TaintEffect |
Instances
UpdateParamType
newtype UpdateParamType Source #
Constructors
UpdateParamType' | |
Fields |
Bundled Patterns
Instances
UpdateStatus
newtype UpdateStatus Source #
Constructors
UpdateStatus' | |
Fields |
Bundled Patterns
pattern UpdateStatus_Cancelled :: UpdateStatus | |
pattern UpdateStatus_Failed :: UpdateStatus | |
pattern UpdateStatus_InProgress :: UpdateStatus | |
pattern UpdateStatus_Successful :: UpdateStatus |
Instances
UpdateType
newtype UpdateType Source #
Constructors
UpdateType' | |
Fields |
Bundled Patterns
pattern UpdateType_AddonUpdate :: UpdateType | |
pattern UpdateType_AssociateEncryptionConfig :: UpdateType | |
pattern UpdateType_AssociateIdentityProviderConfig :: UpdateType | |
pattern UpdateType_ConfigUpdate :: UpdateType | |
pattern UpdateType_DisassociateIdentityProviderConfig :: UpdateType | |
pattern UpdateType_EndpointAccessUpdate :: UpdateType | |
pattern UpdateType_LoggingUpdate :: UpdateType | |
pattern UpdateType_VersionUpdate :: UpdateType |
Instances
Addon
An Amazon EKS add-on. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.
See: newAddon
smart constructor.
Constructors
Addon' | |
Fields
|
Instances
Create a value of Addon
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:addonArn:Addon'
, addon_addonArn
- The Amazon Resource Name (ARN) of the add-on.
$sel:addonName:Addon'
, addon_addonName
- The name of the add-on.
$sel:addonVersion:Addon'
, addon_addonVersion
- The version of the add-on.
$sel:clusterName:Addon'
, addon_clusterName
- The name of the cluster.
$sel:configurationValues:Addon'
, addon_configurationValues
- The configuration values that you provided.
$sel:createdAt:Addon'
, addon_createdAt
- The date and time that the add-on was created.
$sel:health:Addon'
, addon_health
- An object that represents the health of the add-on.
$sel:marketplaceInformation:Addon'
, addon_marketplaceInformation
- Information about an Amazon EKS add-on from the Amazon Web Services
Marketplace.
$sel:modifiedAt:Addon'
, addon_modifiedAt
- The date and time that the add-on was last modified.
$sel:owner:Addon'
, addon_owner
- The owner of the add-on.
$sel:publisher:Addon'
, addon_publisher
- The publisher of the add-on.
$sel:serviceAccountRoleArn:Addon'
, addon_serviceAccountRoleArn
- The Amazon Resource Name (ARN) of the IAM role that's bound to the
Kubernetes service account that the add-on uses.
$sel:status:Addon'
, addon_status
- The status of the add-on.
$sel:tags:Addon'
, addon_tags
- The metadata that you apply to the add-on to assist with categorization
and organization. Each tag consists of a key and an optional value. You
define both. Add-on tags do not propagate to any other resources
associated with the cluster.
addon_configurationValues :: Lens' Addon (Maybe Text) Source #
The configuration values that you provided.
addon_createdAt :: Lens' Addon (Maybe UTCTime) Source #
The date and time that the add-on was created.
addon_health :: Lens' Addon (Maybe AddonHealth) Source #
An object that represents the health of the add-on.
addon_marketplaceInformation :: Lens' Addon (Maybe MarketplaceInformation) Source #
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
addon_modifiedAt :: Lens' Addon (Maybe UTCTime) Source #
The date and time that the add-on was last modified.
addon_serviceAccountRoleArn :: Lens' Addon (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM role that's bound to the Kubernetes service account that the add-on uses.
addon_status :: Lens' Addon (Maybe AddonStatus) Source #
The status of the add-on.
addon_tags :: Lens' Addon (Maybe (HashMap Text Text)) Source #
The metadata that you apply to the add-on to assist with categorization and organization. Each tag consists of a key and an optional value. You define both. Add-on tags do not propagate to any other resources associated with the cluster.
AddonHealth
data AddonHealth Source #
The health of the add-on.
See: newAddonHealth
smart constructor.
Constructors
AddonHealth' | |
Fields
|
Instances
newAddonHealth :: AddonHealth Source #
Create a value of AddonHealth
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:issues:AddonHealth'
, addonHealth_issues
- An object representing the health issues for an add-on.
addonHealth_issues :: Lens' AddonHealth (Maybe [AddonIssue]) Source #
An object representing the health issues for an add-on.
AddonInfo
Information about an add-on.
See: newAddonInfo
smart constructor.
Constructors
AddonInfo' | |
Fields
|
Instances
newAddonInfo :: AddonInfo Source #
Create a value of AddonInfo
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:addonName:AddonInfo'
, addonInfo_addonName
- The name of the add-on.
$sel:addonVersions:AddonInfo'
, addonInfo_addonVersions
- An object representing information about available add-on versions and
compatible Kubernetes versions.
$sel:marketplaceInformation:AddonInfo'
, addonInfo_marketplaceInformation
- Information about the add-on from the Amazon Web Services Marketplace.
$sel:owner:AddonInfo'
, addonInfo_owner
- The owner of the add-on.
$sel:publisher:AddonInfo'
, addonInfo_publisher
- The publisher of the add-on.
$sel:type':AddonInfo'
, addonInfo_type
- The type of the add-on.
addonInfo_addonVersions :: Lens' AddonInfo (Maybe [AddonVersionInfo]) Source #
An object representing information about available add-on versions and compatible Kubernetes versions.
addonInfo_marketplaceInformation :: Lens' AddonInfo (Maybe MarketplaceInformation) Source #
Information about the add-on from the Amazon Web Services Marketplace.
AddonIssue
data AddonIssue Source #
An issue related to an add-on.
See: newAddonIssue
smart constructor.
Constructors
AddonIssue' | |
Fields
|
Instances
newAddonIssue :: AddonIssue Source #
Create a value of AddonIssue
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:code:AddonIssue'
, addonIssue_code
- A code that describes the type of issue.
$sel:message:AddonIssue'
, addonIssue_message
- A message that provides details about the issue and what might cause it.
$sel:resourceIds:AddonIssue'
, addonIssue_resourceIds
- The resource IDs of the issue.
addonIssue_code :: Lens' AddonIssue (Maybe AddonIssueCode) Source #
A code that describes the type of issue.
addonIssue_message :: Lens' AddonIssue (Maybe Text) Source #
A message that provides details about the issue and what might cause it.
addonIssue_resourceIds :: Lens' AddonIssue (Maybe [Text]) Source #
The resource IDs of the issue.
AddonVersionInfo
data AddonVersionInfo Source #
Information about an add-on version.
See: newAddonVersionInfo
smart constructor.
Constructors
AddonVersionInfo' | |
Fields
|
Instances
newAddonVersionInfo :: AddonVersionInfo Source #
Create a value of AddonVersionInfo
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:addonVersion:AddonVersionInfo'
, addonVersionInfo_addonVersion
- The version of the add-on.
$sel:architecture:AddonVersionInfo'
, addonVersionInfo_architecture
- The architectures that the version supports.
$sel:compatibilities:AddonVersionInfo'
, addonVersionInfo_compatibilities
- An object representing the compatibilities of a version.
$sel:requiresConfiguration:AddonVersionInfo'
, addonVersionInfo_requiresConfiguration
- Whether the add-on requires configuration.
addonVersionInfo_addonVersion :: Lens' AddonVersionInfo (Maybe Text) Source #
The version of the add-on.
addonVersionInfo_architecture :: Lens' AddonVersionInfo (Maybe [Text]) Source #
The architectures that the version supports.
addonVersionInfo_compatibilities :: Lens' AddonVersionInfo (Maybe [Compatibility]) Source #
An object representing the compatibilities of a version.
addonVersionInfo_requiresConfiguration :: Lens' AddonVersionInfo (Maybe Bool) Source #
Whether the add-on requires configuration.
AutoScalingGroup
data AutoScalingGroup Source #
An Auto Scaling group that is associated with an Amazon EKS managed node group.
See: newAutoScalingGroup
smart constructor.
Constructors
AutoScalingGroup' | |
Instances
newAutoScalingGroup :: AutoScalingGroup Source #
Create a value of AutoScalingGroup
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:name:AutoScalingGroup'
, autoScalingGroup_name
- The name of the Auto Scaling group associated with an Amazon EKS managed
node group.
autoScalingGroup_name :: Lens' AutoScalingGroup (Maybe Text) Source #
The name of the Auto Scaling group associated with an Amazon EKS managed node group.
Certificate
data Certificate Source #
An object representing the certificate-authority-data
for your
cluster.
See: newCertificate
smart constructor.
Constructors
Certificate' | |
Instances
newCertificate :: Certificate Source #
Create a value of Certificate
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:data':Certificate'
, certificate_data
- The Base64-encoded certificate data required to communicate with your
cluster. Add this to the certificate-authority-data
section of the
kubeconfig
file for your cluster.
certificate_data :: Lens' Certificate (Maybe Text) Source #
The Base64-encoded certificate data required to communicate with your
cluster. Add this to the certificate-authority-data
section of the
kubeconfig
file for your cluster.
Cluster
An object representing an Amazon EKS cluster.
See: newCluster
smart constructor.
Constructors
Cluster' | |
Fields
|
Instances
newCluster :: Cluster Source #
Create a value of Cluster
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:arn:Cluster'
, cluster_arn
- The Amazon Resource Name (ARN) of the cluster.
$sel:certificateAuthority:Cluster'
, cluster_certificateAuthority
- The certificate-authority-data
for your cluster.
$sel:clientRequestToken:Cluster'
, cluster_clientRequestToken
- Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.
$sel:connectorConfig:Cluster'
, cluster_connectorConfig
- The configuration used to connect to a cluster for registration.
$sel:createdAt:Cluster'
, cluster_createdAt
- The Unix epoch timestamp in seconds for when the cluster was created.
$sel:encryptionConfig:Cluster'
, cluster_encryptionConfig
- The encryption configuration for the cluster.
$sel:endpoint:Cluster'
, cluster_endpoint
- The endpoint for your Kubernetes API server.
$sel:health:Cluster'
, cluster_health
- An object representing the health of your local Amazon EKS cluster on an
Amazon Web Services Outpost. This object isn't available for clusters
on the Amazon Web Services cloud.
$sel:id:Cluster'
, cluster_id
- The ID of your local Amazon EKS cluster on an Amazon Web Services
Outpost. This property isn't available for an Amazon EKS cluster on the
Amazon Web Services cloud.
$sel:identity:Cluster'
, cluster_identity
- The identity provider information for the cluster.
$sel:kubernetesNetworkConfig:Cluster'
, cluster_kubernetesNetworkConfig
- The Kubernetes network configuration for the cluster.
$sel:logging:Cluster'
, cluster_logging
- The logging configuration for your cluster.
$sel:name:Cluster'
, cluster_name
- The name of the cluster.
$sel:outpostConfig:Cluster'
, cluster_outpostConfig
- An object representing the configuration of your local Amazon EKS
cluster on an Amazon Web Services Outpost. This object isn't available
for clusters on the Amazon Web Services cloud.
$sel:platformVersion:Cluster'
, cluster_platformVersion
- The platform version of your Amazon EKS cluster. For more information,
see
Platform Versions
in the /Amazon EKS User Guide/ .
$sel:resourcesVpcConfig:Cluster'
, cluster_resourcesVpcConfig
- The VPC configuration 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.
Cluster
, cluster_roleArn
- The Amazon Resource Name (ARN) of the IAM role that provides permissions
for the Kubernetes control plane to make calls to Amazon Web Services
API operations on your behalf.
$sel:status:Cluster'
, cluster_status
- The current status of the cluster.
$sel:tags:Cluster'
, cluster_tags
- The metadata that you apply to the cluster to assist with categorization
and organization. Each tag consists of a key and an optional value. You
define both. Cluster tags do not propagate to any other resources
associated with the cluster.
$sel:version:Cluster'
, cluster_version
- The Kubernetes server version for the cluster.
cluster_certificateAuthority :: Lens' Cluster (Maybe Certificate) Source #
The certificate-authority-data
for your cluster.
cluster_clientRequestToken :: Lens' Cluster (Maybe Text) Source #
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
cluster_connectorConfig :: Lens' Cluster (Maybe ConnectorConfigResponse) Source #
The configuration used to connect to a cluster for registration.
cluster_createdAt :: Lens' Cluster (Maybe UTCTime) Source #
The Unix epoch timestamp in seconds for when the cluster was created.
cluster_encryptionConfig :: Lens' Cluster (Maybe [EncryptionConfig]) Source #
The encryption configuration for the cluster.
cluster_health :: Lens' Cluster (Maybe ClusterHealth) Source #
An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud.
cluster_id :: Lens' Cluster (Maybe Text) Source #
The ID of your local Amazon EKS cluster on an Amazon Web Services Outpost. This property isn't available for an Amazon EKS cluster on the Amazon Web Services cloud.
cluster_identity :: Lens' Cluster (Maybe Identity) Source #
The identity provider information for the cluster.
cluster_kubernetesNetworkConfig :: Lens' Cluster (Maybe KubernetesNetworkConfigResponse) Source #
The Kubernetes network configuration for the cluster.
cluster_logging :: Lens' Cluster (Maybe Logging) Source #
The logging configuration for your cluster.
cluster_outpostConfig :: Lens' Cluster (Maybe OutpostConfigResponse) Source #
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud.
cluster_platformVersion :: Lens' Cluster (Maybe Text) Source #
The platform version of your Amazon EKS cluster. For more information, see Platform Versions in the /Amazon EKS User Guide/ .
cluster_resourcesVpcConfig :: Lens' Cluster (Maybe VpcConfigResponse) Source #
The VPC configuration 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.
cluster_roleArn :: Lens' Cluster (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf.
cluster_status :: Lens' Cluster (Maybe ClusterStatus) Source #
The current status of the cluster.
cluster_tags :: Lens' Cluster (Maybe (HashMap Text Text)) Source #
The metadata that you apply to the cluster to assist with categorization and organization. Each tag consists of a key and an optional value. You define both. Cluster tags do not propagate to any other resources associated with the cluster.
cluster_version :: Lens' Cluster (Maybe Text) Source #
The Kubernetes server version for the cluster.
ClusterHealth
data ClusterHealth Source #
An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster on the Amazon Web Services cloud.
See: newClusterHealth
smart constructor.
Constructors
ClusterHealth' | |
Fields
|
Instances
newClusterHealth :: ClusterHealth Source #
Create a value of ClusterHealth
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:issues:ClusterHealth'
, clusterHealth_issues
- An object representing the health issues of your local Amazon EKS
cluster on an Amazon Web Services Outpost.
clusterHealth_issues :: Lens' ClusterHealth (Maybe [ClusterIssue]) Source #
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
ClusterIssue
data ClusterIssue Source #
An issue with your local Amazon EKS cluster on an Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster on the Amazon Web Services cloud.
See: newClusterIssue
smart constructor.
Constructors
ClusterIssue' | |
Fields
|
Instances
newClusterIssue :: ClusterIssue Source #
Create a value of ClusterIssue
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:code:ClusterIssue'
, clusterIssue_code
- The error code of the issue.
$sel:message:ClusterIssue'
, clusterIssue_message
- A description of the issue.
$sel:resourceIds:ClusterIssue'
, clusterIssue_resourceIds
- The resource IDs that the issue relates to.
clusterIssue_code :: Lens' ClusterIssue (Maybe ClusterIssueCode) Source #
The error code of the issue.
clusterIssue_message :: Lens' ClusterIssue (Maybe Text) Source #
A description of the issue.
clusterIssue_resourceIds :: Lens' ClusterIssue (Maybe [Text]) Source #
The resource IDs that the issue relates to.
Compatibility
data Compatibility Source #
Compatibility information.
See: newCompatibility
smart constructor.
Constructors
Compatibility' | |
Fields
|
Instances
newCompatibility :: Compatibility Source #
Create a value of Compatibility
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:clusterVersion:Compatibility'
, compatibility_clusterVersion
- The supported Kubernetes version of the cluster.
$sel:defaultVersion:Compatibility'
, compatibility_defaultVersion
- The supported default version.
$sel:platformVersions:Compatibility'
, compatibility_platformVersions
- The supported compute platform.
compatibility_clusterVersion :: Lens' Compatibility (Maybe Text) Source #
The supported Kubernetes version of the cluster.
compatibility_defaultVersion :: Lens' Compatibility (Maybe Bool) Source #
The supported default version.
compatibility_platformVersions :: Lens' Compatibility (Maybe [Text]) Source #
The supported compute platform.
ConnectorConfigRequest
data ConnectorConfigRequest Source #
The configuration sent to a cluster for configuration.
See: newConnectorConfigRequest
smart constructor.
Constructors
ConnectorConfigRequest' | |
Fields
|
Instances
newConnectorConfigRequest Source #
Arguments
:: Text | |
-> ConnectorConfigProvider | |
-> ConnectorConfigRequest |
Create a value of ConnectorConfigRequest
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:roleArn:ConnectorConfigRequest'
, connectorConfigRequest_roleArn
- The Amazon Resource Name (ARN) of the role that is authorized to request
the connector configuration.
$sel:provider:ConnectorConfigRequest'
, connectorConfigRequest_provider
- The cloud provider for the target cluster to connect.
connectorConfigRequest_roleArn :: Lens' ConnectorConfigRequest Text Source #
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
connectorConfigRequest_provider :: Lens' ConnectorConfigRequest ConnectorConfigProvider Source #
The cloud provider for the target cluster to connect.
ConnectorConfigResponse
data ConnectorConfigResponse Source #
The full description of your connected cluster.
See: newConnectorConfigResponse
smart constructor.
Constructors
ConnectorConfigResponse' | |
Fields
|
Instances
newConnectorConfigResponse :: ConnectorConfigResponse Source #
Create a value of ConnectorConfigResponse
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:activationCode:ConnectorConfigResponse'
, connectorConfigResponse_activationCode
- A unique code associated with the cluster for registration purposes.
$sel:activationExpiry:ConnectorConfigResponse'
, connectorConfigResponse_activationExpiry
- The expiration time of the connected cluster. The cluster's YAML file
must be applied through the native provider.
$sel:activationId:ConnectorConfigResponse'
, connectorConfigResponse_activationId
- A unique ID associated with the cluster for registration purposes.
$sel:provider:ConnectorConfigResponse'
, connectorConfigResponse_provider
- The cluster's cloud service provider.
$sel:roleArn:ConnectorConfigResponse'
, connectorConfigResponse_roleArn
- The Amazon Resource Name (ARN) of the role to communicate with services
from the connected Kubernetes cluster.
connectorConfigResponse_activationCode :: Lens' ConnectorConfigResponse (Maybe Text) Source #
A unique code associated with the cluster for registration purposes.
connectorConfigResponse_activationExpiry :: Lens' ConnectorConfigResponse (Maybe UTCTime) Source #
The expiration time of the connected cluster. The cluster's YAML file must be applied through the native provider.
connectorConfigResponse_activationId :: Lens' ConnectorConfigResponse (Maybe Text) Source #
A unique ID associated with the cluster for registration purposes.
connectorConfigResponse_provider :: Lens' ConnectorConfigResponse (Maybe Text) Source #
The cluster's cloud service provider.
connectorConfigResponse_roleArn :: Lens' ConnectorConfigResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.
ControlPlanePlacementRequest
data ControlPlanePlacementRequest Source #
The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide
See: newControlPlanePlacementRequest
smart constructor.
Constructors
ControlPlanePlacementRequest' | |
Instances
newControlPlanePlacementRequest :: ControlPlanePlacementRequest Source #
Create a value of ControlPlanePlacementRequest
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:groupName:ControlPlanePlacementRequest'
, controlPlanePlacementRequest_groupName
- The name of the placement group for the Kubernetes control plane
instances. This setting can't be changed after cluster creation.
controlPlanePlacementRequest_groupName :: Lens' ControlPlanePlacementRequest (Maybe Text) Source #
The name of the placement group for the Kubernetes control plane instances. This setting can't be changed after cluster creation.
ControlPlanePlacementResponse
data ControlPlanePlacementResponse Source #
The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
See: newControlPlanePlacementResponse
smart constructor.
Constructors
ControlPlanePlacementResponse' | |
Instances
newControlPlanePlacementResponse :: ControlPlanePlacementResponse Source #
Create a value of ControlPlanePlacementResponse
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:groupName:ControlPlanePlacementResponse'
, controlPlanePlacementResponse_groupName
- The name of the placement group for the Kubernetes control plane
instances.
controlPlanePlacementResponse_groupName :: Lens' ControlPlanePlacementResponse (Maybe Text) Source #
The name of the placement group for the Kubernetes control plane instances.
EncryptionConfig
data EncryptionConfig Source #
The encryption configuration for the cluster.
See: newEncryptionConfig
smart constructor.
Constructors
EncryptionConfig' | |
Instances
newEncryptionConfig :: EncryptionConfig Source #
Create a value of EncryptionConfig
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:provider:EncryptionConfig'
, encryptionConfig_provider
- Key Management Service (KMS) key. Either the ARN or the alias can be
used.
$sel:resources:EncryptionConfig'
, encryptionConfig_resources
- Specifies the resources to be encrypted. The only supported value is
"secrets".
encryptionConfig_provider :: Lens' EncryptionConfig (Maybe Provider) Source #
Key Management Service (KMS) key. Either the ARN or the alias can be used.
encryptionConfig_resources :: Lens' EncryptionConfig (Maybe [Text]) Source #
Specifies the resources to be encrypted. The only supported value is "secrets".
ErrorDetail
data ErrorDetail Source #
An object representing an error when an asynchronous operation fails.
See: newErrorDetail
smart constructor.
Constructors
ErrorDetail' | |
Fields
|
Instances
newErrorDetail :: ErrorDetail Source #
Create a value of ErrorDetail
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:errorCode:ErrorDetail'
, errorDetail_errorCode
- A brief description of the error.
- SubnetNotFound: We couldn't find one of the subnets associated with the cluster.
- SecurityGroupNotFound: We couldn't find one of the security groups associated with the cluster.
- EniLimitReached: You have reached the elastic network interface limit for your account.
- IpNotAvailable: A subnet associated with the cluster doesn't have any free IP addresses.
- AccessDenied: You don't have permissions to perform the specified operation.
- OperationNotPermitted: The service role associated with the cluster doesn't have the required access permissions for Amazon EKS.
- VpcIdNotFound: We couldn't find the VPC associated with the cluster.
$sel:errorMessage:ErrorDetail'
, errorDetail_errorMessage
- A more complete description of the error.
$sel:resourceIds:ErrorDetail'
, errorDetail_resourceIds
- An optional field that contains the resource IDs associated with the
error.
errorDetail_errorCode :: Lens' ErrorDetail (Maybe EKSErrorCode) Source #
A brief description of the error.
- SubnetNotFound: We couldn't find one of the subnets associated with the cluster.
- SecurityGroupNotFound: We couldn't find one of the security groups associated with the cluster.
- EniLimitReached: You have reached the elastic network interface limit for your account.
- IpNotAvailable: A subnet associated with the cluster doesn't have any free IP addresses.
- AccessDenied: You don't have permissions to perform the specified operation.
- OperationNotPermitted: The service role associated with the cluster doesn't have the required access permissions for Amazon EKS.
- VpcIdNotFound: We couldn't find the VPC associated with the cluster.
errorDetail_errorMessage :: Lens' ErrorDetail (Maybe Text) Source #
A more complete description of the error.
errorDetail_resourceIds :: Lens' ErrorDetail (Maybe [Text]) Source #
An optional field that contains the resource IDs associated with the error.
FargateProfile
data FargateProfile Source #
An object representing an Fargate profile.
See: newFargateProfile
smart constructor.
Constructors
FargateProfile' | |
Fields
|
Instances
newFargateProfile :: FargateProfile Source #
Create a value of FargateProfile
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:clusterName:FargateProfile'
, fargateProfile_clusterName
- The name of the Amazon EKS cluster that the Fargate profile belongs to.
$sel:createdAt:FargateProfile'
, fargateProfile_createdAt
- The Unix epoch timestamp in seconds for when the Fargate profile was
created.
$sel:fargateProfileArn:FargateProfile'
, fargateProfile_fargateProfileArn
- The full Amazon Resource Name (ARN) of the Fargate profile.
$sel:fargateProfileName:FargateProfile'
, fargateProfile_fargateProfileName
- The name of the Fargate profile.
$sel:podExecutionRoleArn:FargateProfile'
, fargateProfile_podExecutionRoleArn
- The Amazon Resource Name (ARN) of the pod execution role to use for pods
that match the selectors in the Fargate profile. For more information,
see
Pod Execution Role
in the Amazon EKS User Guide.
$sel:selectors:FargateProfile'
, fargateProfile_selectors
- The selectors to match for pods to use this Fargate profile.
$sel:status:FargateProfile'
, fargateProfile_status
- The current status of the Fargate profile.
$sel:subnets:FargateProfile'
, fargateProfile_subnets
- The IDs of subnets to launch pods into.
$sel:tags:FargateProfile'
, fargateProfile_tags
- The metadata applied to the Fargate profile to assist with
categorization and organization. Each tag consists of a key and an
optional value. You define both. Fargate profile tags do not propagate
to any other resources associated with the Fargate profile, such as the
pods that are scheduled with it.
fargateProfile_clusterName :: Lens' FargateProfile (Maybe Text) Source #
The name of the Amazon EKS cluster that the Fargate profile belongs to.
fargateProfile_createdAt :: Lens' FargateProfile (Maybe UTCTime) Source #
The Unix epoch timestamp in seconds for when the Fargate profile was created.
fargateProfile_fargateProfileArn :: Lens' FargateProfile (Maybe Text) Source #
The full Amazon Resource Name (ARN) of the Fargate profile.
fargateProfile_fargateProfileName :: Lens' FargateProfile (Maybe Text) Source #
The name of the Fargate profile.
fargateProfile_podExecutionRoleArn :: Lens' FargateProfile (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in the Fargate profile. For more information, see Pod Execution Role in the Amazon EKS User Guide.
fargateProfile_selectors :: Lens' FargateProfile (Maybe [FargateProfileSelector]) Source #
The selectors to match for pods to use this Fargate profile.
fargateProfile_status :: Lens' FargateProfile (Maybe FargateProfileStatus) Source #
The current status of the Fargate profile.
fargateProfile_subnets :: Lens' FargateProfile (Maybe [Text]) Source #
The IDs of subnets to launch pods into.
fargateProfile_tags :: Lens' FargateProfile (Maybe (HashMap Text Text)) Source #
The metadata applied to the Fargate profile to assist with categorization and organization. Each tag consists of a key and an optional value. You define both. Fargate profile tags do not propagate to any other resources associated with the Fargate profile, such as the pods that are scheduled with it.
FargateProfileSelector
data FargateProfileSelector Source #
An object representing an Fargate profile selector.
See: newFargateProfileSelector
smart constructor.
Constructors
FargateProfileSelector' | |
Instances
newFargateProfileSelector :: FargateProfileSelector Source #
Create a value of FargateProfileSelector
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:labels:FargateProfileSelector'
, fargateProfileSelector_labels
- The Kubernetes labels that the selector should match. A pod must contain
all of the labels that are specified in the selector for it to be
considered a match.
$sel:namespace:FargateProfileSelector'
, fargateProfileSelector_namespace
- The Kubernetes namespace that the selector should match.
fargateProfileSelector_labels :: Lens' FargateProfileSelector (Maybe (HashMap Text Text)) Source #
The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.
fargateProfileSelector_namespace :: Lens' FargateProfileSelector (Maybe Text) Source #
The Kubernetes namespace that the selector should match.
Identity
An object representing an identity provider.
See: newIdentity
smart constructor.
Constructors
Identity' | |
Fields
|
Instances
FromJSON Identity Source # | |
Generic Identity Source # | |
Read Identity Source # | |
Show Identity Source # | |
NFData Identity Source # | |
Defined in Amazonka.EKS.Types.Identity | |
Eq Identity Source # | |
Hashable Identity Source # | |
Defined in Amazonka.EKS.Types.Identity | |
type Rep Identity Source # | |
Defined in Amazonka.EKS.Types.Identity |
newIdentity :: Identity Source #
Create a value of Identity
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:oidc:Identity'
, identity_oidc
- An object representing the OpenID Connect
identity provider information.
identity_oidc :: Lens' Identity (Maybe OIDC) Source #
An object representing the OpenID Connect identity provider information.
IdentityProviderConfig
data IdentityProviderConfig Source #
An object representing an identity provider configuration.
See: newIdentityProviderConfig
smart constructor.
Constructors
IdentityProviderConfig' | |
Instances
newIdentityProviderConfig Source #
Arguments
:: Text | |
-> Text | |
-> IdentityProviderConfig |
Create a value of IdentityProviderConfig
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:type':IdentityProviderConfig'
, identityProviderConfig_type
- The type of the identity provider configuration. The only type available
is oidc
.
$sel:name:IdentityProviderConfig'
, identityProviderConfig_name
- The name of the identity provider configuration.
identityProviderConfig_type :: Lens' IdentityProviderConfig Text Source #
The type of the identity provider configuration. The only type available
is oidc
.
identityProviderConfig_name :: Lens' IdentityProviderConfig Text Source #
The name of the identity provider configuration.
IdentityProviderConfigResponse
data IdentityProviderConfigResponse Source #
The full description of your identity configuration.
See: newIdentityProviderConfigResponse
smart constructor.
Constructors
IdentityProviderConfigResponse' | |
Fields
|
Instances
newIdentityProviderConfigResponse :: IdentityProviderConfigResponse Source #
Create a value of IdentityProviderConfigResponse
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:oidc:IdentityProviderConfigResponse'
, identityProviderConfigResponse_oidc
- An object representing an OpenID Connect (OIDC) identity provider
configuration.
identityProviderConfigResponse_oidc :: Lens' IdentityProviderConfigResponse (Maybe OidcIdentityProviderConfig) Source #
An object representing an OpenID Connect (OIDC) identity provider configuration.
Issue
An object representing an issue with an Amazon EKS resource.
See: newIssue
smart constructor.
Constructors
Issue' | |
Fields
|
Instances
FromJSON Issue Source # | |
Generic Issue Source # | |
Read Issue Source # | |
Show Issue Source # | |
NFData Issue Source # | |
Defined in Amazonka.EKS.Types.Issue | |
Eq Issue Source # | |
Hashable Issue Source # | |
Defined in Amazonka.EKS.Types.Issue | |
type Rep Issue Source # | |
Defined in Amazonka.EKS.Types.Issue type Rep Issue = D1 ('MetaData "Issue" "Amazonka.EKS.Types.Issue" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "Issue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodegroupIssueCode)) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) |
Create a value of Issue
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:code:Issue'
, issue_code
- A brief description of the error.
- AccessDenied: Amazon EKS or one or more of your managed nodes is failing to authenticate or authorize with your Kubernetes cluster API server.
- AsgInstanceLaunchFailures: Your Auto Scaling group is experiencing failures while attempting to launch instances.
- AutoScalingGroupNotFound: We couldn't find the Auto Scaling group associated with the managed node group. You may be able to recreate an Auto Scaling group with the same settings to recover.
- ClusterUnreachable: Amazon EKS or one or more of your managed nodes is unable to to communicate with your Kubernetes cluster API server. This can happen if there are network disruptions or if API servers are timing out processing requests.
- Ec2LaunchTemplateNotFound: We couldn't find the Amazon EC2 launch template for your managed node group. You may be able to recreate a launch template with the same settings to recover.
- Ec2LaunchTemplateVersionMismatch: The Amazon EC2 launch template version for your managed node group does not match the version that Amazon EKS created. You may be able to revert to the version that Amazon EKS created to recover.
- Ec2SecurityGroupDeletionFailure: We could not delete the remote access security group for your managed node group. Remove any dependencies from the security group.
- Ec2SecurityGroupNotFound: We couldn't find the cluster security group for the cluster. You must recreate your cluster.
- Ec2SubnetInvalidConfiguration: One or more Amazon EC2 subnets
specified for a node group do not automatically assign public IP
addresses to instances launched into it. If you want your instances
to be assigned a public IP address, then you need to enable the
auto-assign public IP address
setting for the subnet. See Modifying the public IPv4 addressing attribute for your subnet in the Amazon VPC User Guide. - IamInstanceProfileNotFound: We couldn't find the IAM instance profile for your managed node group. You may be able to recreate an instance profile with the same settings to recover.
- IamNodeRoleNotFound: We couldn't find the IAM role for your managed node group. You may be able to recreate an IAM role with the same settings to recover.
- InstanceLimitExceeded: Your Amazon Web Services account is unable to launch any more instances of the specified instance type. You may be able to request an Amazon EC2 instance limit increase to recover.
- InsufficientFreeAddresses: One or more of the subnets associated with your managed node group does not have enough available IP addresses for new nodes.
- InternalFailure: These errors are usually caused by an Amazon EKS server-side issue.
- NodeCreationFailure: Your launched instances are unable to register with your Amazon EKS cluster. Common causes of this failure are insufficient node IAM role permissions or lack of outbound internet access for the nodes.
$sel:message:Issue'
, issue_message
- The error message associated with the issue.
$sel:resourceIds:Issue'
, issue_resourceIds
- The Amazon Web Services resources that are afflicted by this issue.
issue_code :: Lens' Issue (Maybe NodegroupIssueCode) Source #
A brief description of the error.
- AccessDenied: Amazon EKS or one or more of your managed nodes is failing to authenticate or authorize with your Kubernetes cluster API server.
- AsgInstanceLaunchFailures: Your Auto Scaling group is experiencing failures while attempting to launch instances.
- AutoScalingGroupNotFound: We couldn't find the Auto Scaling group associated with the managed node group. You may be able to recreate an Auto Scaling group with the same settings to recover.
- ClusterUnreachable: Amazon EKS or one or more of your managed nodes is unable to to communicate with your Kubernetes cluster API server. This can happen if there are network disruptions or if API servers are timing out processing requests.
- Ec2LaunchTemplateNotFound: We couldn't find the Amazon EC2 launch template for your managed node group. You may be able to recreate a launch template with the same settings to recover.
- Ec2LaunchTemplateVersionMismatch: The Amazon EC2 launch template version for your managed node group does not match the version that Amazon EKS created. You may be able to revert to the version that Amazon EKS created to recover.
- Ec2SecurityGroupDeletionFailure: We could not delete the remote access security group for your managed node group. Remove any dependencies from the security group.
- Ec2SecurityGroupNotFound: We couldn't find the cluster security group for the cluster. You must recreate your cluster.
- Ec2SubnetInvalidConfiguration: One or more Amazon EC2 subnets
specified for a node group do not automatically assign public IP
addresses to instances launched into it. If you want your instances
to be assigned a public IP address, then you need to enable the
auto-assign public IP address
setting for the subnet. See Modifying the public IPv4 addressing attribute for your subnet in the Amazon VPC User Guide. - IamInstanceProfileNotFound: We couldn't find the IAM instance profile for your managed node group. You may be able to recreate an instance profile with the same settings to recover.
- IamNodeRoleNotFound: We couldn't find the IAM role for your managed node group. You may be able to recreate an IAM role with the same settings to recover.
- InstanceLimitExceeded: Your Amazon Web Services account is unable to launch any more instances of the specified instance type. You may be able to request an Amazon EC2 instance limit increase to recover.
- InsufficientFreeAddresses: One or more of the subnets associated with your managed node group does not have enough available IP addresses for new nodes.
- InternalFailure: These errors are usually caused by an Amazon EKS server-side issue.
- NodeCreationFailure: Your launched instances are unable to register with your Amazon EKS cluster. Common causes of this failure are insufficient node IAM role permissions or lack of outbound internet access for the nodes.
issue_resourceIds :: Lens' Issue (Maybe [Text]) Source #
The Amazon Web Services resources that are afflicted by this issue.
KubernetesNetworkConfigRequest
data KubernetesNetworkConfigRequest Source #
The Kubernetes network configuration for the cluster.
See: newKubernetesNetworkConfigRequest
smart constructor.
Constructors
KubernetesNetworkConfigRequest' | |
Fields
|
Instances
newKubernetesNetworkConfigRequest :: KubernetesNetworkConfigRequest Source #
Create a value of KubernetesNetworkConfigRequest
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:ipFamily:KubernetesNetworkConfigRequest'
, kubernetesNetworkConfigRequest_ipFamily
- Specify which IP family is used to assign Kubernetes pod and service IP
addresses. If you don't specify a value, ipv4
is used by default. You
can only specify an IP family when you create a cluster and can't
change this value once the cluster is created. If you specify ipv6
,
the VPC and subnets that you specify for cluster creation must have both
IPv4
and IPv6
CIDR blocks assigned to them. You can't specify
ipv6
for clusters in China Regions.
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. If you specify
ipv6
, then ensure that your VPC meets the requirements listed in the
considerations listed in
Assigning IPv6 addresses to pods and services
in the Amazon EKS User Guide. Kubernetes assigns services IPv6
addresses from the unique local address range (fc00::/7)
. You can't
specify a custom IPv6
CIDR block. Pod addresses are assigned from the
subnet's IPv6
CIDR.
$sel:serviceIpv4Cidr:KubernetesNetworkConfigRequest'
, kubernetesNetworkConfigRequest_serviceIpv4Cidr
- Don't specify a value if you select ipv6
for ipFamily. 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. The block must meet the
following requirements:
- Within one of the following private IP address blocks:
10.0.0.0/8
,172.16.0.0/12
, or192.168.0.0/16
. - Doesn't overlap with any CIDR block assigned to the VPC that you selected for VPC.
- Between /24 and /12.
You can only specify a custom CIDR block when you create a cluster and can't change this value once the cluster is created.
kubernetesNetworkConfigRequest_ipFamily :: Lens' KubernetesNetworkConfigRequest (Maybe IpFamily) Source #
Specify which IP family is used to assign Kubernetes pod and service IP
addresses. If you don't specify a value, ipv4
is used by default. You
can only specify an IP family when you create a cluster and can't
change this value once the cluster is created. If you specify ipv6
,
the VPC and subnets that you specify for cluster creation must have both
IPv4
and IPv6
CIDR blocks assigned to them. You can't specify
ipv6
for clusters in China Regions.
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. If you specify
ipv6
, then ensure that your VPC meets the requirements listed in the
considerations listed in
Assigning IPv6 addresses to pods and services
in the Amazon EKS User Guide. Kubernetes assigns services IPv6
addresses from the unique local address range (fc00::/7)
. You can't
specify a custom IPv6
CIDR block. Pod addresses are assigned from the
subnet's IPv6
CIDR.
kubernetesNetworkConfigRequest_serviceIpv4Cidr :: Lens' KubernetesNetworkConfigRequest (Maybe Text) Source #
Don't specify a value if you select ipv6
for ipFamily. 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. The block must meet the
following requirements:
- Within one of the following private IP address blocks:
10.0.0.0/8
,172.16.0.0/12
, or192.168.0.0/16
. - Doesn't overlap with any CIDR block assigned to the VPC that you selected for VPC.
- Between /24 and /12.
You can only specify a custom CIDR block when you create a cluster and can't change this value once the cluster is created.
KubernetesNetworkConfigResponse
data KubernetesNetworkConfigResponse Source #
The Kubernetes network configuration for the cluster. The response contains a value for serviceIpv6Cidr or serviceIpv4Cidr, but not both.
See: newKubernetesNetworkConfigResponse
smart constructor.
Constructors
KubernetesNetworkConfigResponse' | |
Fields
|
Instances
newKubernetesNetworkConfigResponse :: KubernetesNetworkConfigResponse Source #
Create a value of KubernetesNetworkConfigResponse
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:ipFamily:KubernetesNetworkConfigResponse'
, kubernetesNetworkConfigResponse_ipFamily
- The IP family used to assign Kubernetes pod and service IP addresses.
The IP family is always ipv4
, unless you have a 1.21
or later
cluster running version 1.10.1 or later of the Amazon VPC CNI add-on and
specified ipv6
when you created the cluster.
$sel:serviceIpv4Cidr:KubernetesNetworkConfigResponse'
, kubernetesNetworkConfigResponse_serviceIpv4Cidr
- The CIDR block that Kubernetes pod and service IP addresses are assigned
from. Kubernetes assigns addresses from an IPv4 CIDR block assigned to a
subnet that the node is in. If you didn't specify a CIDR block when you
created the cluster, then Kubernetes assigns addresses from either the
10.100.0.0/16
or 172.20.0.0/16
CIDR blocks. If this was specified,
then it was specified when the cluster was created and it can't be
changed.
$sel:serviceIpv6Cidr:KubernetesNetworkConfigResponse'
, kubernetesNetworkConfigResponse_serviceIpv6Cidr
- The CIDR block that Kubernetes pod and service IP addresses are assigned
from if you created a 1.21 or later cluster with version 1.10.1 or later
of the Amazon VPC CNI add-on and specified ipv6
for ipFamily when
you created the cluster. Kubernetes assigns service addresses from the
unique local address range (fc00::/7
) because you can't specify a
custom IPv6 CIDR block when you create the cluster.
kubernetesNetworkConfigResponse_ipFamily :: Lens' KubernetesNetworkConfigResponse (Maybe IpFamily) Source #
The IP family used to assign Kubernetes pod and service IP addresses.
The IP family is always ipv4
, unless you have a 1.21
or later
cluster running version 1.10.1 or later of the Amazon VPC CNI add-on and
specified ipv6
when you created the cluster.
kubernetesNetworkConfigResponse_serviceIpv4Cidr :: Lens' KubernetesNetworkConfigResponse (Maybe Text) Source #
The CIDR block that Kubernetes pod and service IP addresses are assigned
from. Kubernetes assigns addresses from an IPv4 CIDR block assigned to a
subnet that the node is in. If you didn't specify a CIDR block when you
created the cluster, then Kubernetes assigns addresses from either the
10.100.0.0/16
or 172.20.0.0/16
CIDR blocks. If this was specified,
then it was specified when the cluster was created and it can't be
changed.
kubernetesNetworkConfigResponse_serviceIpv6Cidr :: Lens' KubernetesNetworkConfigResponse (Maybe Text) Source #
The CIDR block that Kubernetes pod and service IP addresses are assigned
from if you created a 1.21 or later cluster with version 1.10.1 or later
of the Amazon VPC CNI add-on and specified ipv6
for ipFamily when
you created the cluster. Kubernetes assigns service addresses from the
unique local address range (fc00::/7
) because you can't specify a
custom IPv6 CIDR block when you create the cluster.
LaunchTemplateSpecification
data LaunchTemplateSpecification Source #
An object representing a node group launch template specification. The launch template can't include SubnetId , IamInstanceProfile , RequestSpotInstances , HibernationOptions , or TerminateInstances , or the node group deployment or update will fail. For more information about launch templates, see CreateLaunchTemplate in the Amazon EC2 API Reference. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.
You must specify either the launch template ID or the launch template name in the request, but not both.
See: newLaunchTemplateSpecification
smart constructor.
Constructors
LaunchTemplateSpecification' | |
Fields
|
Instances
newLaunchTemplateSpecification :: LaunchTemplateSpecification Source #
Create a value of LaunchTemplateSpecification
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:id:LaunchTemplateSpecification'
, launchTemplateSpecification_id
- The ID of the launch template.
You must specify either the launch template ID or the launch template name in the request, but not both.
$sel:name:LaunchTemplateSpecification'
, launchTemplateSpecification_name
- The name of the launch template.
You must specify either the launch template name or the launch template ID in the request, but not both.
$sel:version:LaunchTemplateSpecification'
, launchTemplateSpecification_version
- The version number of the launch template to use. If no version is
specified, then the template's default version is used.
launchTemplateSpecification_id :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
The ID of the launch template.
You must specify either the launch template ID or the launch template name in the request, but not both.
launchTemplateSpecification_name :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
The name of the launch template.
You must specify either the launch template name or the launch template ID in the request, but not both.
launchTemplateSpecification_version :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
The version number of the launch template to use. If no version is specified, then the template's default version is used.
LogSetup
An object representing the enabled or disabled Kubernetes control plane logs for your cluster.
See: newLogSetup
smart constructor.
Constructors
LogSetup' | |
Fields
|
Instances
FromJSON LogSetup Source # | |
ToJSON LogSetup Source # | |
Defined in Amazonka.EKS.Types.LogSetup | |
Generic LogSetup Source # | |
Read LogSetup Source # | |
Show LogSetup Source # | |
NFData LogSetup Source # | |
Defined in Amazonka.EKS.Types.LogSetup | |
Eq LogSetup Source # | |
Hashable LogSetup Source # | |
Defined in Amazonka.EKS.Types.LogSetup | |
type Rep LogSetup Source # | |
Defined in Amazonka.EKS.Types.LogSetup type Rep LogSetup = D1 ('MetaData "LogSetup" "Amazonka.EKS.Types.LogSetup" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "LogSetup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "types") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LogType])))) |
newLogSetup :: LogSetup Source #
Create a value of LogSetup
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:enabled:LogSetup'
, logSetup_enabled
- If a log type is enabled, that log type exports its control plane logs
to CloudWatch Logs. If a log type isn't enabled, that log type doesn't
export its control plane logs. Each individual log type can be enabled
or disabled independently.
$sel:types:LogSetup'
, logSetup_types
- The available cluster control plane log types.
logSetup_enabled :: Lens' LogSetup (Maybe Bool) Source #
If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its control plane logs. Each individual log type can be enabled or disabled independently.
logSetup_types :: Lens' LogSetup (Maybe [LogType]) Source #
The available cluster control plane log types.
Logging
An object representing the logging configuration for resources in your cluster.
See: newLogging
smart constructor.
Constructors
Logging' | |
Fields
|
Instances
FromJSON Logging Source # | |
ToJSON Logging Source # | |
Defined in Amazonka.EKS.Types.Logging | |
Generic Logging Source # | |
Read Logging Source # | |
Show Logging Source # | |
NFData Logging Source # | |
Defined in Amazonka.EKS.Types.Logging | |
Eq Logging Source # | |
Hashable Logging Source # | |
Defined in Amazonka.EKS.Types.Logging | |
type Rep Logging Source # | |
Defined in Amazonka.EKS.Types.Logging |
newLogging :: Logging Source #
Create a value of Logging
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:clusterLogging:Logging'
, logging_clusterLogging
- The cluster control plane logging configuration for your cluster.
logging_clusterLogging :: Lens' Logging (Maybe [LogSetup]) Source #
The cluster control plane logging configuration for your cluster.
MarketplaceInformation
data MarketplaceInformation Source #
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
See: newMarketplaceInformation
smart constructor.
Constructors
MarketplaceInformation' | |
Instances
newMarketplaceInformation :: MarketplaceInformation Source #
Create a value of MarketplaceInformation
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:productId:MarketplaceInformation'
, marketplaceInformation_productId
- The product ID from the Amazon Web Services Marketplace.
$sel:productUrl:MarketplaceInformation'
, marketplaceInformation_productUrl
- The product URL from the Amazon Web Services Marketplace.
marketplaceInformation_productId :: Lens' MarketplaceInformation (Maybe Text) Source #
The product ID from the Amazon Web Services Marketplace.
marketplaceInformation_productUrl :: Lens' MarketplaceInformation (Maybe Text) Source #
The product URL from the Amazon Web Services Marketplace.
Nodegroup
An object representing an Amazon EKS managed node group.
See: newNodegroup
smart constructor.
Constructors
Nodegroup' | |
Fields
|
Instances
newNodegroup :: Nodegroup Source #
Create a value of Nodegroup
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:amiType:Nodegroup'
, nodegroup_amiType
- If the node group was deployed using a launch template with a custom
AMI, then this is CUSTOM
. For node groups that weren't deployed using
a launch template, this is the AMI type that was specified in the node
group configuration.
$sel:capacityType:Nodegroup'
, nodegroup_capacityType
- The capacity type of your managed node group.
$sel:clusterName:Nodegroup'
, nodegroup_clusterName
- The name of the cluster that the managed node group resides in.
$sel:createdAt:Nodegroup'
, nodegroup_createdAt
- The Unix epoch timestamp in seconds for when the managed node group was
created.
$sel:diskSize:Nodegroup'
, nodegroup_diskSize
- If the node group wasn't deployed with a launch template, then this is
the disk size in the node group configuration. If the node group was
deployed with a launch template, then this is null
.
$sel:health:Nodegroup'
, nodegroup_health
- The health status of the node group. If there are issues with your node
group's health, they are listed here.
$sel:instanceTypes:Nodegroup'
, nodegroup_instanceTypes
- If the node group wasn't deployed with a launch template, then this is
the instance type that is associated with the node group. If the node
group was deployed with a launch template, then this is null
.
$sel:labels:Nodegroup'
, nodegroup_labels
- The Kubernetes labels applied to the nodes in the node group.
Only labels that are applied with the Amazon EKS API are shown here. There may be other Kubernetes labels applied to the nodes in this group.
$sel:launchTemplate:Nodegroup'
, nodegroup_launchTemplate
- If a launch template was used to create the node group, then this is the
launch template that was used.
$sel:modifiedAt:Nodegroup'
, nodegroup_modifiedAt
- The Unix epoch timestamp in seconds for when the managed node group was
last modified.
$sel:nodeRole:Nodegroup'
, nodegroup_nodeRole
- The IAM role associated with your node group. The Amazon EKS node
kubelet
daemon makes calls to Amazon Web Services APIs on your behalf.
Nodes receive permissions for these API calls through an IAM instance
profile and associated policies.
$sel:nodegroupArn:Nodegroup'
, nodegroup_nodegroupArn
- The Amazon Resource Name (ARN) associated with the managed node group.
$sel:nodegroupName:Nodegroup'
, nodegroup_nodegroupName
- The name associated with an Amazon EKS managed node group.
$sel:releaseVersion:Nodegroup'
, nodegroup_releaseVersion
- If the node group was deployed using a launch template with a custom
AMI, then this is the AMI ID that was specified in the launch template.
For node groups that weren't deployed using a launch template, this is
the version of the Amazon EKS optimized AMI that the node group was
deployed with.
$sel:remoteAccess:Nodegroup'
, nodegroup_remoteAccess
- If the node group wasn't deployed with a launch template, then this is
the remote access configuration that is associated with the node group.
If the node group was deployed with a launch template, then this is
null
.
$sel:resources:Nodegroup'
, nodegroup_resources
- The resources associated with the node group, such as Auto Scaling
groups and security groups for remote access.
$sel:scalingConfig:Nodegroup'
, nodegroup_scalingConfig
- The scaling configuration details for the Auto Scaling group that is
associated with your node group.
$sel:status:Nodegroup'
, nodegroup_status
- The current status of the managed node group.
$sel:subnets:Nodegroup'
, nodegroup_subnets
- The subnets that were specified for the Auto Scaling group that is
associated with your node group.
$sel:tags:Nodegroup'
, nodegroup_tags
- The metadata applied to the node group to assist with categorization and
organization. Each tag consists of a key and an optional value. You
define both. Node group tags do not propagate to any other resources
associated with the node group, such as the Amazon EC2 instances or
subnets.
$sel:taints:Nodegroup'
, nodegroup_taints
- The Kubernetes taints to be applied to the nodes in the node group when
they are created. Effect is one of No_Schedule
, Prefer_No_Schedule
,
or No_Execute
. Kubernetes taints can be used together with tolerations
to control how workloads are scheduled to your nodes. For more
information, see
Node taints on managed node groups.
$sel:updateConfig:Nodegroup'
, nodegroup_updateConfig
- The node group update configuration.
Nodegroup
, nodegroup_version
- The Kubernetes version of the managed node group.
nodegroup_amiType :: Lens' Nodegroup (Maybe AMITypes) Source #
If the node group was deployed using a launch template with a custom
AMI, then this is CUSTOM
. For node groups that weren't deployed using
a launch template, this is the AMI type that was specified in the node
group configuration.
nodegroup_capacityType :: Lens' Nodegroup (Maybe CapacityTypes) Source #
The capacity type of your managed node group.
nodegroup_clusterName :: Lens' Nodegroup (Maybe Text) Source #
The name of the cluster that the managed node group resides in.
nodegroup_createdAt :: Lens' Nodegroup (Maybe UTCTime) Source #
The Unix epoch timestamp in seconds for when the managed node group was created.
nodegroup_diskSize :: Lens' Nodegroup (Maybe Int) Source #
If the node group wasn't deployed with a launch template, then this is
the disk size in the node group configuration. If the node group was
deployed with a launch template, then this is null
.
nodegroup_health :: Lens' Nodegroup (Maybe NodegroupHealth) Source #
The health status of the node group. If there are issues with your node group's health, they are listed here.
nodegroup_instanceTypes :: Lens' Nodegroup (Maybe [Text]) Source #
If the node group wasn't deployed with a launch template, then this is
the instance type that is associated with the node group. If the node
group was deployed with a launch template, then this is null
.
nodegroup_labels :: Lens' Nodegroup (Maybe (HashMap Text Text)) Source #
The Kubernetes labels applied to the nodes in the node group.
Only labels that are applied with the Amazon EKS API are shown here. There may be other Kubernetes labels applied to the nodes in this group.
nodegroup_launchTemplate :: Lens' Nodegroup (Maybe LaunchTemplateSpecification) Source #
If a launch template was used to create the node group, then this is the launch template that was used.
nodegroup_modifiedAt :: Lens' Nodegroup (Maybe UTCTime) Source #
The Unix epoch timestamp in seconds for when the managed node group was last modified.
nodegroup_nodeRole :: Lens' Nodegroup (Maybe Text) Source #
The IAM role associated with your node group. The Amazon EKS node
kubelet
daemon makes calls to Amazon Web Services APIs on your behalf.
Nodes receive permissions for these API calls through an IAM instance
profile and associated policies.
nodegroup_nodegroupArn :: Lens' Nodegroup (Maybe Text) Source #
The Amazon Resource Name (ARN) associated with the managed node group.
nodegroup_nodegroupName :: Lens' Nodegroup (Maybe Text) Source #
The name associated with an Amazon EKS managed node group.
nodegroup_releaseVersion :: Lens' Nodegroup (Maybe Text) Source #
If the node group was deployed using a launch template with a custom AMI, then this is the AMI ID that was specified in the launch template. For node groups that weren't deployed using a launch template, this is the version of the Amazon EKS optimized AMI that the node group was deployed with.
nodegroup_remoteAccess :: Lens' Nodegroup (Maybe RemoteAccessConfig) Source #
If the node group wasn't deployed with a launch template, then this is
the remote access configuration that is associated with the node group.
If the node group was deployed with a launch template, then this is
null
.
nodegroup_resources :: Lens' Nodegroup (Maybe NodegroupResources) Source #
The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
nodegroup_scalingConfig :: Lens' Nodegroup (Maybe NodegroupScalingConfig) Source #
The scaling configuration details for the Auto Scaling group that is associated with your node group.
nodegroup_status :: Lens' Nodegroup (Maybe NodegroupStatus) Source #
The current status of the managed node group.
nodegroup_subnets :: Lens' Nodegroup (Maybe [Text]) Source #
The subnets that were specified for the Auto Scaling group that is associated with your node group.
nodegroup_tags :: Lens' Nodegroup (Maybe (HashMap Text Text)) Source #
The metadata applied to the node group to assist with categorization and organization. Each tag consists of a key and an optional value. You define both. Node group tags do not propagate to any other resources associated with the node group, such as the Amazon EC2 instances or subnets.
nodegroup_taints :: Lens' Nodegroup (Maybe [Taint]) Source #
The Kubernetes taints to be applied to the nodes in the node group when
they are created. Effect is one of No_Schedule
, Prefer_No_Schedule
,
or No_Execute
. Kubernetes taints can be used together with tolerations
to control how workloads are scheduled to your nodes. For more
information, see
Node taints on managed node groups.
nodegroup_updateConfig :: Lens' Nodegroup (Maybe NodegroupUpdateConfig) Source #
The node group update configuration.
nodegroup_version :: Lens' Nodegroup (Maybe Text) Source #
The Kubernetes version of the managed node group.
NodegroupHealth
data NodegroupHealth Source #
An object representing the health status of the node group.
See: newNodegroupHealth
smart constructor.
Constructors
NodegroupHealth' | |
Instances
newNodegroupHealth :: NodegroupHealth Source #
Create a value of NodegroupHealth
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:issues:NodegroupHealth'
, nodegroupHealth_issues
- Any issues that are associated with the node group.
nodegroupHealth_issues :: Lens' NodegroupHealth (Maybe [Issue]) Source #
Any issues that are associated with the node group.
NodegroupResources
data NodegroupResources Source #
An object representing the resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
See: newNodegroupResources
smart constructor.
Constructors
NodegroupResources' | |
Fields
|
Instances
newNodegroupResources :: NodegroupResources Source #
Create a value of NodegroupResources
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:autoScalingGroups:NodegroupResources'
, nodegroupResources_autoScalingGroups
- The Auto Scaling groups associated with the node group.
$sel:remoteAccessSecurityGroup:NodegroupResources'
, nodegroupResources_remoteAccessSecurityGroup
- The remote access security group associated with the node group. This
security group controls SSH access to the nodes.
nodegroupResources_autoScalingGroups :: Lens' NodegroupResources (Maybe [AutoScalingGroup]) Source #
The Auto Scaling groups associated with the node group.
nodegroupResources_remoteAccessSecurityGroup :: Lens' NodegroupResources (Maybe Text) Source #
The remote access security group associated with the node group. This security group controls SSH access to the nodes.
NodegroupScalingConfig
data NodegroupScalingConfig Source #
An object representing the scaling configuration details for the Auto Scaling group that is associated with your node group. When creating a node group, you must specify all or none of the properties. When updating a node group, you can specify any or none of the properties.
See: newNodegroupScalingConfig
smart constructor.
Constructors
NodegroupScalingConfig' | |
Fields
|
Instances
newNodegroupScalingConfig :: NodegroupScalingConfig Source #
Create a value of NodegroupScalingConfig
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:desiredSize:NodegroupScalingConfig'
, nodegroupScalingConfig_desiredSize
- The current number of nodes that the managed node group should maintain.
If you use Cluster Autoscaler, you shouldn't change the desiredSize value directly, as this can cause the Cluster Autoscaler to suddenly scale up or scale down.
Whenever this parameter changes, the number of worker nodes in the node group is updated to the specified size. If this parameter is given a value that is smaller than the current number of running worker nodes, the necessary number of worker nodes are terminated to match the given value. When using CloudFormation, no action occurs if you remove this parameter from your CFN template.
This parameter can be different from minSize in some cases, such as when starting with extra hosts for testing. This parameter can also be different when you want to start with an estimated number of needed hosts, but let Cluster Autoscaler reduce the number if there are too many. When Cluster Autoscaler is used, the desiredSize parameter is altered by Cluster Autoscaler (but can be out-of-date for short periods of time). Cluster Autoscaler doesn't scale a managed node group lower than minSize or higher than maxSize.
$sel:maxSize:NodegroupScalingConfig'
, nodegroupScalingConfig_maxSize
- The maximum number of nodes that the managed node group can scale out
to. For information about the maximum number that you can specify, see
Amazon EKS service quotas
in the Amazon EKS User Guide.
$sel:minSize:NodegroupScalingConfig'
, nodegroupScalingConfig_minSize
- The minimum number of nodes that the managed node group can scale in to.
nodegroupScalingConfig_desiredSize :: Lens' NodegroupScalingConfig (Maybe Natural) Source #
The current number of nodes that the managed node group should maintain.
If you use Cluster Autoscaler, you shouldn't change the desiredSize value directly, as this can cause the Cluster Autoscaler to suddenly scale up or scale down.
Whenever this parameter changes, the number of worker nodes in the node group is updated to the specified size. If this parameter is given a value that is smaller than the current number of running worker nodes, the necessary number of worker nodes are terminated to match the given value. When using CloudFormation, no action occurs if you remove this parameter from your CFN template.
This parameter can be different from minSize in some cases, such as when starting with extra hosts for testing. This parameter can also be different when you want to start with an estimated number of needed hosts, but let Cluster Autoscaler reduce the number if there are too many. When Cluster Autoscaler is used, the desiredSize parameter is altered by Cluster Autoscaler (but can be out-of-date for short periods of time). Cluster Autoscaler doesn't scale a managed node group lower than minSize or higher than maxSize.
nodegroupScalingConfig_maxSize :: Lens' NodegroupScalingConfig (Maybe Natural) Source #
The maximum number of nodes that the managed node group can scale out to. For information about the maximum number that you can specify, see Amazon EKS service quotas in the Amazon EKS User Guide.
nodegroupScalingConfig_minSize :: Lens' NodegroupScalingConfig (Maybe Natural) Source #
The minimum number of nodes that the managed node group can scale in to.
NodegroupUpdateConfig
data NodegroupUpdateConfig Source #
The node group update configuration.
See: newNodegroupUpdateConfig
smart constructor.
Constructors
NodegroupUpdateConfig' | |
Fields
|
Instances
newNodegroupUpdateConfig :: NodegroupUpdateConfig Source #
Create a value of NodegroupUpdateConfig
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:maxUnavailable:NodegroupUpdateConfig'
, nodegroupUpdateConfig_maxUnavailable
- The maximum number of nodes unavailable at once during a version update.
Nodes will be updated in parallel. This value or
maxUnavailablePercentage
is required to have a value.The maximum
number is 100.
$sel:maxUnavailablePercentage:NodegroupUpdateConfig'
, nodegroupUpdateConfig_maxUnavailablePercentage
- The maximum percentage of nodes unavailable during a version update.
This percentage of nodes will be updated in parallel, up to 100 nodes at
once. This value or maxUnavailable
is required to have a value.
nodegroupUpdateConfig_maxUnavailable :: Lens' NodegroupUpdateConfig (Maybe Natural) Source #
The maximum number of nodes unavailable at once during a version update.
Nodes will be updated in parallel. This value or
maxUnavailablePercentage
is required to have a value.The maximum
number is 100.
nodegroupUpdateConfig_maxUnavailablePercentage :: Lens' NodegroupUpdateConfig (Maybe Natural) Source #
The maximum percentage of nodes unavailable during a version update.
This percentage of nodes will be updated in parallel, up to 100 nodes at
once. This value or maxUnavailable
is required to have a value.
OIDC
An object representing the OpenID Connect (OIDC) identity provider information for the cluster.
See: newOIDC
smart constructor.
Create a value of OIDC
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:issuer:OIDC'
, oidc_issuer
- The issuer URL for the OIDC identity provider.
OidcIdentityProviderConfig
data OidcIdentityProviderConfig Source #
An object representing the configuration for an OpenID Connect (OIDC) identity provider.
See: newOidcIdentityProviderConfig
smart constructor.
Constructors
OidcIdentityProviderConfig' | |
Fields
|
Instances
newOidcIdentityProviderConfig :: OidcIdentityProviderConfig Source #
Create a value of OidcIdentityProviderConfig
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:clientId:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_clientId
- This is also known as audience. The ID of the client application that
makes authentication requests to the OIDC identity provider.
$sel:clusterName:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_clusterName
- The cluster that the configuration is associated to.
$sel:groupsClaim:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_groupsClaim
- The JSON web token (JWT) claim that the provider uses to return your
groups.
$sel:groupsPrefix:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_groupsPrefix
- The prefix that is prepended to group claims to prevent clashes with
existing names (such as system:
groups). For example, the
value oidc:
creates group names like oidc:engineering
and
oidc:infra
. The prefix can't contain system:
$sel:identityProviderConfigArn:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_identityProviderConfigArn
- The ARN of the configuration.
$sel:identityProviderConfigName:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_identityProviderConfigName
- The name of the configuration.
$sel:issuerUrl:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_issuerUrl
- The URL of the OIDC identity provider that allows the API server to
discover public signing keys for verifying tokens.
$sel:requiredClaims:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_requiredClaims
- The key-value pairs that describe required claims in the identity token.
If set, each claim is verified to be present in the token with a
matching value.
$sel:status:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_status
- The status of the OIDC identity provider.
$sel:tags:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_tags
- The metadata to apply to the provider configuration to assist with
categorization and organization. Each tag consists of a key and an
optional value. You define both.
$sel:usernameClaim:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_usernameClaim
- The JSON Web token (JWT) claim that is used as the username.
$sel:usernamePrefix:OidcIdentityProviderConfig'
, oidcIdentityProviderConfig_usernamePrefix
- The prefix that is prepended to username claims to prevent clashes with
existing names. The prefix can't contain system:
oidcIdentityProviderConfig_clientId :: Lens' OidcIdentityProviderConfig (Maybe Text) Source #
This is also known as audience. The ID of the client application that makes authentication requests to the OIDC identity provider.
oidcIdentityProviderConfig_clusterName :: Lens' OidcIdentityProviderConfig (Maybe Text) Source #
The cluster that the configuration is associated to.
oidcIdentityProviderConfig_groupsClaim :: Lens' OidcIdentityProviderConfig (Maybe Text) Source #
The JSON web token (JWT) claim that the provider uses to return your groups.
oidcIdentityProviderConfig_groupsPrefix :: Lens' OidcIdentityProviderConfig (Maybe Text) Source #
The prefix that is prepended to group claims to prevent clashes with
existing names (such as system:
groups). For example, the
value oidc:
creates group names like oidc:engineering
and
oidc:infra
. The prefix can't contain system:
oidcIdentityProviderConfig_identityProviderConfigArn :: Lens' OidcIdentityProviderConfig (Maybe Text) Source #
The ARN of the configuration.
oidcIdentityProviderConfig_identityProviderConfigName :: Lens' OidcIdentityProviderConfig (Maybe Text) Source #
The name of the configuration.
oidcIdentityProviderConfig_issuerUrl :: Lens' OidcIdentityProviderConfig (Maybe Text) Source #
The URL of the OIDC identity provider that allows the API server to discover public signing keys for verifying tokens.
oidcIdentityProviderConfig_requiredClaims :: Lens' OidcIdentityProviderConfig (Maybe (HashMap Text Text)) Source #
The key-value pairs that describe required claims in the identity token. If set, each claim is verified to be present in the token with a matching value.
oidcIdentityProviderConfig_status :: Lens' OidcIdentityProviderConfig (Maybe ConfigStatus) Source #
The status of the OIDC identity provider.
oidcIdentityProviderConfig_tags :: Lens' OidcIdentityProviderConfig (Maybe (HashMap Text Text)) Source #
The metadata to apply to the provider configuration to assist with categorization and organization. Each tag consists of a key and an optional value. You define both.
oidcIdentityProviderConfig_usernameClaim :: Lens' OidcIdentityProviderConfig (Maybe Text) Source #
The JSON Web token (JWT) claim that is used as the username.
oidcIdentityProviderConfig_usernamePrefix :: Lens' OidcIdentityProviderConfig (Maybe Text) Source #
The prefix that is prepended to username claims to prevent clashes with
existing names. The prefix can't contain system:
OidcIdentityProviderConfigRequest
data OidcIdentityProviderConfigRequest Source #
An object representing an OpenID Connect (OIDC) configuration. Before associating an OIDC identity provider to your cluster, review the considerations in Authenticating users for your cluster from an OpenID Connect identity provider in the Amazon EKS User Guide.
See: newOidcIdentityProviderConfigRequest
smart constructor.
Constructors
OidcIdentityProviderConfigRequest' | |
Fields
|
Instances
newOidcIdentityProviderConfigRequest Source #
Arguments
:: Text |
|
-> Text | |
-> Text | |
-> OidcIdentityProviderConfigRequest |
Create a value of OidcIdentityProviderConfigRequest
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:groupsClaim:OidcIdentityProviderConfigRequest'
, oidcIdentityProviderConfigRequest_groupsClaim
- The JWT claim that the provider uses to return your groups.
$sel:groupsPrefix:OidcIdentityProviderConfigRequest'
, oidcIdentityProviderConfigRequest_groupsPrefix
- The prefix that is prepended to group claims to prevent clashes with
existing names (such as system:
groups). For example, the
value oidc:
will create group names like oidc:engineering
and
oidc:infra
.
$sel:requiredClaims:OidcIdentityProviderConfigRequest'
, oidcIdentityProviderConfigRequest_requiredClaims
- The key value pairs that describe required claims in the identity token.
If set, each claim is verified to be present in the token with a
matching value. For the maximum number of claims that you can require,
see
Amazon EKS service quotas
in the Amazon EKS User Guide.
$sel:usernameClaim:OidcIdentityProviderConfigRequest'
, oidcIdentityProviderConfigRequest_usernameClaim
- The JSON Web Token (JWT) claim to use as the username. The default is
sub
, which is expected to be a unique identifier of the end user. You
can choose other claims, such as email
or name
, depending on the
OpenID identity provider. Claims other than email
are prefixed with
the issuer URL to prevent naming clashes with other plug-ins.
$sel:usernamePrefix:OidcIdentityProviderConfigRequest'
, oidcIdentityProviderConfigRequest_usernamePrefix
- The prefix that is prepended to username claims to prevent clashes with
existing names. If you do not provide this field, and username
is a
value other than email
, the prefix defaults to issuerurl#
. You can
use the value -
to disable all prefixing.
$sel:identityProviderConfigName:OidcIdentityProviderConfigRequest'
, oidcIdentityProviderConfigRequest_identityProviderConfigName
- The name of the OIDC provider configuration.
$sel:issuerUrl:OidcIdentityProviderConfigRequest'
, oidcIdentityProviderConfigRequest_issuerUrl
- The URL of the OpenID identity provider that allows the API server to
discover public signing keys for verifying tokens. The URL must begin
with https://
and should correspond to the iss
claim in the
provider's OIDC ID tokens. Per the OIDC standard, path components are
allowed but query parameters are not. Typically the URL consists of only
a hostname, like https://server.example.org
or
https://example.com
. This URL should point to the level below
.well-known/openid-configuration
and must be publicly accessible over
the internet.
$sel:clientId:OidcIdentityProviderConfigRequest'
, oidcIdentityProviderConfigRequest_clientId
- This is also known as audience. The ID for the client application that
makes authentication requests to the OpenID identity provider.
oidcIdentityProviderConfigRequest_groupsClaim :: Lens' OidcIdentityProviderConfigRequest (Maybe Text) Source #
The JWT claim that the provider uses to return your groups.
oidcIdentityProviderConfigRequest_groupsPrefix :: Lens' OidcIdentityProviderConfigRequest (Maybe Text) Source #
The prefix that is prepended to group claims to prevent clashes with
existing names (such as system:
groups). For example, the
value oidc:
will create group names like oidc:engineering
and
oidc:infra
.
oidcIdentityProviderConfigRequest_requiredClaims :: Lens' OidcIdentityProviderConfigRequest (Maybe (HashMap Text Text)) Source #
The key value pairs that describe required claims in the identity token. If set, each claim is verified to be present in the token with a matching value. For the maximum number of claims that you can require, see Amazon EKS service quotas in the Amazon EKS User Guide.
oidcIdentityProviderConfigRequest_usernameClaim :: Lens' OidcIdentityProviderConfigRequest (Maybe Text) Source #
The JSON Web Token (JWT) claim to use as the username. The default is
sub
, which is expected to be a unique identifier of the end user. You
can choose other claims, such as email
or name
, depending on the
OpenID identity provider. Claims other than email
are prefixed with
the issuer URL to prevent naming clashes with other plug-ins.
oidcIdentityProviderConfigRequest_usernamePrefix :: Lens' OidcIdentityProviderConfigRequest (Maybe Text) Source #
The prefix that is prepended to username claims to prevent clashes with
existing names. If you do not provide this field, and username
is a
value other than email
, the prefix defaults to issuerurl#
. You can
use the value -
to disable all prefixing.
oidcIdentityProviderConfigRequest_identityProviderConfigName :: Lens' OidcIdentityProviderConfigRequest Text Source #
The name of the OIDC provider configuration.
oidcIdentityProviderConfigRequest_issuerUrl :: Lens' OidcIdentityProviderConfigRequest Text Source #
The URL of the OpenID identity provider that allows the API server to
discover public signing keys for verifying tokens. The URL must begin
with https://
and should correspond to the iss
claim in the
provider's OIDC ID tokens. Per the OIDC standard, path components are
allowed but query parameters are not. Typically the URL consists of only
a hostname, like https://server.example.org
or
https://example.com
. This URL should point to the level below
.well-known/openid-configuration
and must be publicly accessible over
the internet.
oidcIdentityProviderConfigRequest_clientId :: Lens' OidcIdentityProviderConfigRequest Text Source #
This is also known as audience. The ID for the client application that makes authentication requests to the OpenID identity provider.
OutpostConfigRequest
data OutpostConfigRequest Source #
The configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a cluster on an Outpost, review Creating a local cluster on an Outpost in the Amazon EKS User Guide. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.
See: newOutpostConfigRequest
smart constructor.
Constructors
OutpostConfigRequest' | |
Fields
|
Instances
newOutpostConfigRequest Source #
Create a value of OutpostConfigRequest
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:controlPlanePlacement:OutpostConfigRequest'
, outpostConfigRequest_controlPlanePlacement
- An object representing the placement configuration for all the control
plane instances of your local Amazon EKS cluster on an Amazon Web
Services Outpost. For more information, see
Capacity considerations
in the Amazon EKS User Guide.
$sel:outpostArns:OutpostConfigRequest'
, outpostConfigRequest_outpostArns
- The ARN of the Outpost that you want to use for your local Amazon EKS
cluster on Outposts. Only a single Outpost ARN is supported.
$sel:controlPlaneInstanceType:OutpostConfigRequest'
, outpostConfigRequest_controlPlaneInstanceType
- The Amazon EC2 instance type that you want to use for your local Amazon
EKS cluster on Outposts. Choose an instance type based on the number of
nodes that your cluster will have. For more information, see
Capacity considerations
in the Amazon EKS User Guide.
The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. The control plane is not automatically scaled by Amazon EKS.
outpostConfigRequest_controlPlanePlacement :: Lens' OutpostConfigRequest (Maybe ControlPlanePlacementRequest) Source #
An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
outpostConfigRequest_outpostArns :: Lens' OutpostConfigRequest [Text] Source #
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported.
outpostConfigRequest_controlPlaneInstanceType :: Lens' OutpostConfigRequest Text Source #
The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. Choose an instance type based on the number of nodes that your cluster will have. For more information, see Capacity considerations in the Amazon EKS User Guide.
The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. The control plane is not automatically scaled by Amazon EKS.
OutpostConfigResponse
data OutpostConfigResponse Source #
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.
See: newOutpostConfigResponse
smart constructor.
Constructors
OutpostConfigResponse' | |
Fields
|
Instances
newOutpostConfigResponse Source #
Create a value of OutpostConfigResponse
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:controlPlanePlacement:OutpostConfigResponse'
, outpostConfigResponse_controlPlanePlacement
- An object representing the placement configuration for all the control
plane instances of your local Amazon EKS cluster on an Amazon Web
Services Outpost. For more information, see
Capacity considerations
in the Amazon EKS User Guide.
$sel:outpostArns:OutpostConfigResponse'
, outpostConfigResponse_outpostArns
- The ARN of the Outpost that you specified for use with your local Amazon
EKS cluster on Outposts.
$sel:controlPlaneInstanceType:OutpostConfigResponse'
, outpostConfigResponse_controlPlaneInstanceType
- The Amazon EC2 instance type used for the control plane. The instance
type is the same for all control plane instances.
outpostConfigResponse_controlPlanePlacement :: Lens' OutpostConfigResponse (Maybe ControlPlanePlacementResponse) Source #
An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
outpostConfigResponse_outpostArns :: Lens' OutpostConfigResponse [Text] Source #
The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.
outpostConfigResponse_controlPlaneInstanceType :: Lens' OutpostConfigResponse Text Source #
The Amazon EC2 instance type used for the control plane. The instance type is the same for all control plane instances.
Provider
Identifies the Key Management Service (KMS) key used to encrypt the secrets.
See: newProvider
smart constructor.
Constructors
Provider' | |
Fields
|
Instances
FromJSON Provider Source # | |
ToJSON Provider Source # | |
Defined in Amazonka.EKS.Types.Provider | |
Generic Provider Source # | |
Read Provider Source # | |
Show Provider Source # | |
NFData Provider Source # | |
Defined in Amazonka.EKS.Types.Provider | |
Eq Provider Source # | |
Hashable Provider Source # | |
Defined in Amazonka.EKS.Types.Provider | |
type Rep Provider Source # | |
Defined in Amazonka.EKS.Types.Provider |
newProvider :: Provider Source #
Create a value of Provider
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:keyArn:Provider'
, provider_keyArn
- Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be
symmetric, created in the same region as the cluster, and if the KMS key
was created in a different account, the user must have access to the KMS
key. For more information, see
Allowing Users in Other Accounts to Use a KMS key
in the Key Management Service Developer Guide.
provider_keyArn :: Lens' Provider (Maybe Text) Source #
Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be symmetric, created in the same region as the cluster, and if the KMS key was created in a different account, the user must have access to the KMS key. For more information, see Allowing Users in Other Accounts to Use a KMS key in the Key Management Service Developer Guide.
RemoteAccessConfig
data RemoteAccessConfig Source #
An object representing the remote access configuration for the managed node group.
See: newRemoteAccessConfig
smart constructor.
Constructors
RemoteAccessConfig' | |
Fields
|
Instances
newRemoteAccessConfig :: RemoteAccessConfig Source #
Create a value of RemoteAccessConfig
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:ec2SshKey:RemoteAccessConfig'
, remoteAccessConfig_ec2SshKey
- The Amazon EC2 SSH key name that provides access for SSH communication
with the nodes in the managed node group. For more information, see
Amazon EC2 key pairs and Linux instances
in the Amazon Elastic Compute Cloud User Guide for Linux Instances.
For Windows, an Amazon EC2 SSH key is used to obtain the RDP password.
For more information, see
Amazon EC2 key pairs and Windows instances
in the Amazon Elastic Compute Cloud User Guide for Windows Instances.
$sel:sourceSecurityGroups:RemoteAccessConfig'
, remoteAccessConfig_sourceSecurityGroups
- The security group IDs that are allowed SSH access (port 22) to the
nodes. For Windows, the port is 3389. If you specify an Amazon EC2 SSH
key but don't specify a source security group when you create a managed
node group, then the port on the nodes is opened to the internet
(0.0.0.0/0
). For more information, see
Security Groups for Your VPC
in the Amazon Virtual Private Cloud User Guide.
remoteAccessConfig_ec2SshKey :: Lens' RemoteAccessConfig (Maybe Text) Source #
The Amazon EC2 SSH key name that provides access for SSH communication with the nodes in the managed node group. For more information, see Amazon EC2 key pairs and Linux instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances. For Windows, an Amazon EC2 SSH key is used to obtain the RDP password. For more information, see Amazon EC2 key pairs and Windows instances in the Amazon Elastic Compute Cloud User Guide for Windows Instances.
remoteAccessConfig_sourceSecurityGroups :: Lens' RemoteAccessConfig (Maybe [Text]) Source #
The security group IDs that are allowed SSH access (port 22) to the
nodes. For Windows, the port is 3389. If you specify an Amazon EC2 SSH
key but don't specify a source security group when you create a managed
node group, then the port on the nodes is opened to the internet
(0.0.0.0/0
). For more information, see
Security Groups for Your VPC
in the Amazon Virtual Private Cloud User Guide.
Taint
A property that allows a node to repel a set of pods. For more information, see Node taints on managed node groups.
See: newTaint
smart constructor.
Constructors
Taint' | |
Instances
FromJSON Taint Source # | |
ToJSON Taint Source # | |
Defined in Amazonka.EKS.Types.Taint | |
Generic Taint Source # | |
Read Taint Source # | |
Show Taint Source # | |
NFData Taint Source # | |
Defined in Amazonka.EKS.Types.Taint | |
Eq Taint Source # | |
Hashable Taint Source # | |
Defined in Amazonka.EKS.Types.Taint | |
type Rep Taint Source # | |
Defined in Amazonka.EKS.Types.Taint type Rep Taint = D1 ('MetaData "Taint" "Amazonka.EKS.Types.Taint" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "Taint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "effect") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaintEffect)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
Create a value of Taint
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:effect:Taint'
, taint_effect
- The effect of the taint.
$sel:key:Taint'
, taint_key
- The key of the taint.
$sel:value:Taint'
, taint_value
- The value of the taint.
taint_effect :: Lens' Taint (Maybe TaintEffect) Source #
The effect of the taint.
Update
An object representing an asynchronous update.
See: newUpdate
smart constructor.
Constructors
Update' | |
Fields
|
Instances
Create a value of Update
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:createdAt:Update'
, update_createdAt
- The Unix epoch timestamp in seconds for when the update was created.
$sel:errors:Update'
, update_errors
- Any errors associated with a Failed
update.
$sel:id:Update'
, update_id
- A UUID that is used to track the update.
$sel:params:Update'
, update_params
- A key-value map that contains the parameters associated with the update.
$sel:status:Update'
, update_status
- The current status of the update.
Update
, update_type
- The type of the update.
update_createdAt :: Lens' Update (Maybe UTCTime) Source #
The Unix epoch timestamp in seconds for when the update was created.
update_errors :: Lens' Update (Maybe [ErrorDetail]) Source #
Any errors associated with a Failed
update.
update_params :: Lens' Update (Maybe [UpdateParam]) Source #
A key-value map that contains the parameters associated with the update.
update_status :: Lens' Update (Maybe UpdateStatus) Source #
The current status of the update.
update_type :: Lens' Update (Maybe UpdateType) Source #
The type of the update.
UpdateLabelsPayload
data UpdateLabelsPayload Source #
An object representing a Kubernetes label change for a managed node group.
See: newUpdateLabelsPayload
smart constructor.
Constructors
UpdateLabelsPayload' | |
Fields
|
Instances
newUpdateLabelsPayload :: UpdateLabelsPayload Source #
Create a value of UpdateLabelsPayload
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:addOrUpdateLabels:UpdateLabelsPayload'
, updateLabelsPayload_addOrUpdateLabels
- Kubernetes labels to be added or updated.
$sel:removeLabels:UpdateLabelsPayload'
, updateLabelsPayload_removeLabels
- Kubernetes labels to be removed.
updateLabelsPayload_addOrUpdateLabels :: Lens' UpdateLabelsPayload (Maybe (HashMap Text Text)) Source #
Kubernetes labels to be added or updated.
updateLabelsPayload_removeLabels :: Lens' UpdateLabelsPayload (Maybe [Text]) Source #
Kubernetes labels to be removed.
UpdateParam
data UpdateParam Source #
An object representing the details of an update request.
See: newUpdateParam
smart constructor.
Constructors
UpdateParam' | |
Instances
newUpdateParam :: UpdateParam Source #
Create a value of UpdateParam
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:type':UpdateParam'
, updateParam_type
- The keys associated with an update request.
$sel:value:UpdateParam'
, updateParam_value
- The value of the keys submitted as part of an update request.
updateParam_type :: Lens' UpdateParam (Maybe UpdateParamType) Source #
The keys associated with an update request.
updateParam_value :: Lens' UpdateParam (Maybe Text) Source #
The value of the keys submitted as part of an update request.
UpdateTaintsPayload
data UpdateTaintsPayload Source #
An object representing the details of an update to a taints payload. For more information, see Node taints on managed node groups.
See: newUpdateTaintsPayload
smart constructor.
Constructors
UpdateTaintsPayload' | |
Fields
|
Instances
newUpdateTaintsPayload :: UpdateTaintsPayload Source #
Create a value of UpdateTaintsPayload
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:addOrUpdateTaints:UpdateTaintsPayload'
, updateTaintsPayload_addOrUpdateTaints
- Kubernetes taints to be added or updated.
$sel:removeTaints:UpdateTaintsPayload'
, updateTaintsPayload_removeTaints
- Kubernetes taints to remove.
updateTaintsPayload_addOrUpdateTaints :: Lens' UpdateTaintsPayload (Maybe [Taint]) Source #
Kubernetes taints to be added or updated.
updateTaintsPayload_removeTaints :: Lens' UpdateTaintsPayload (Maybe [Taint]) Source #
Kubernetes taints to remove.
VpcConfigRequest
data VpcConfigRequest Source #
An object representing the VPC configuration to use for an Amazon EKS cluster.
See: newVpcConfigRequest
smart constructor.
Constructors
VpcConfigRequest' | |
Fields
|
Instances
newVpcConfigRequest :: VpcConfigRequest Source #
Create a value of VpcConfigRequest
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:endpointPrivateAccess:VpcConfigRequest'
, vpcConfigRequest_endpointPrivateAccess
- 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 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:VpcConfigRequest'
, vpcConfigRequest_endpointPublicAccess
- 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. For more
information, see
Amazon EKS cluster endpoint access control
in the /Amazon EKS User Guide/ .
$sel:publicAccessCidrs:VpcConfigRequest'
, vpcConfigRequest_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 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 Fargate pods in the cluster, then ensure
that you specify the necessary CIDR blocks. For more information, see
Amazon EKS cluster endpoint access control
in the /Amazon EKS User Guide/ .
$sel:securityGroupIds:VpcConfigRequest'
, vpcConfigRequest_securityGroupIds
- Specify one or more security groups for the cross-account elastic
network interfaces that Amazon EKS creates to use that allow
communication between your nodes and the Kubernetes control plane. If
you don't specify any security groups, then familiarize yourself with
the difference between Amazon EKS defaults for clusters deployed with
Kubernetes. For more information, see
Amazon EKS security group considerations
in the /Amazon EKS User Guide/ .
$sel:subnetIds:VpcConfigRequest'
, vpcConfigRequest_subnetIds
- 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.
vpcConfigRequest_endpointPrivateAccess :: Lens' VpcConfigRequest (Maybe Bool) Source #
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 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/ .
vpcConfigRequest_endpointPublicAccess :: Lens' VpcConfigRequest (Maybe Bool) Source #
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. For more
information, see
Amazon EKS cluster endpoint access control
in the /Amazon EKS User Guide/ .
vpcConfigRequest_publicAccessCidrs :: Lens' VpcConfigRequest (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 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 Fargate pods in the cluster, then ensure
that you specify the necessary CIDR blocks. For more information, see
Amazon EKS cluster endpoint access control
in the /Amazon EKS User Guide/ .
vpcConfigRequest_securityGroupIds :: Lens' VpcConfigRequest (Maybe [Text]) Source #
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use that allow communication between your nodes and the Kubernetes control plane. If you don't specify any security groups, then familiarize yourself with the difference between Amazon EKS defaults for clusters deployed with Kubernetes. For more information, see Amazon EKS security group considerations in the /Amazon EKS User Guide/ .
vpcConfigRequest_subnetIds :: Lens' VpcConfigRequest (Maybe [Text]) Source #
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.
VpcConfigResponse
data VpcConfigResponse Source #
An object representing an Amazon EKS cluster VPC configuration response.
See: newVpcConfigResponse
smart constructor.
Constructors
VpcConfigResponse' | |
Fields
|
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.