Class ClusterProps.Jsii$Proxy
- All Implemented Interfaces:
ClusterOptions,ClusterProps,CommonClusterOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ClusterProps
ClusterProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.ClusterProps
ClusterProps.Builder, ClusterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal AlbControllerOptionsInstall the AWS Load Balancer Controller onto the cluster.final AuthenticationModeThe desired authentication mode for the cluster.final ILayerVersionAn AWS Lambda layer that contains theawsCLI.final BooleanWhether or not IAM principal of the cluster creator was set as a cluster admin access entry during cluster creation time.final BooleanIf you set this value to False when creating a cluster, the default networking add-ons will not be installed.Custom environment variables when interacting with the EKS endpoint to manage the cluster lifecycle.final ISecurityGroupA security group to associate with the Cluster Handler's Lambdas.final List<ClusterLoggingTypes> The cluster log types which you want to enable.final StringName for the cluster.final CoreDnsComputeTypeControls the "eks.amazonaws.com/compute-type" annotation in the CoreDNS configuration on your cluster to determine which compute type to use for CoreDNS.final NumberNumber of instances to allocate as an initial capacity for this cluster.final InstanceTypeThe instance type to use for the default capacity.final DefaultCapacityTypeThe default capacity type for the cluster.final EndpointAccessConfigure access to the Kubernetes API server endpoint..final IpFamilySpecify which IP family is used to assign Kubernetes pod and service IP addresses.Environment variables for the kubectl execution.final IRoleThe IAM role to pass to the Kubectl Lambda Handler.final ILayerVersionAn AWS Lambda Layer which includeskubectland Helm.final SizeAmount of memory to allocate to the provider's lambda function.final IRoleAn IAM role that will be added to thesystem:mastersKubernetes RBAC group.final ILayerVersionAn AWS Lambda Layer which includes the NPM dependencyproxy-agent.final BooleanDetermines whether a CloudFormation output with the name of the cluster will be synthesized.final BooleanDetermines whether a CloudFormation output with theaws eks update-kubeconfigcommand will be synthesized.final BooleanDetermines whether a CloudFormation output with the ARN of the "masters" IAM role will be synthesized (ifmastersRoleis specified).final BooleanIf set to true, the cluster handler functions will be placed in the private subnets of the cluster vpc, subject to thevpcSubnetsselection strategy.final BooleangetPrune()Indicates whether Kubernetes resources added throughaddManifest()can be automatically pruned.final List<RemoteNodeNetwork> IPv4 CIDR blocks defining the expected address range of hybrid nodes that will join the cluster.final List<RemotePodNetwork> IPv4 CIDR blocks for Pods running Kubernetes webhooks on hybrid nodes.final RemovalPolicyThe removal policy applied to all CloudFormation resources created by this construct when they are no longer managed by CloudFormation.final IRolegetRole()Role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.final IKeyRefKMS secret for envelope encryption for Kubernetes secrets.final ISecurityGroupSecurity Group to use for Control Plane ENIs.final StringThe CIDR block to assign Kubernetes service IP addresses from.getTags()The tags assigned to the EKS cluster.final KubernetesVersionThe Kubernetes version to run in the cluster.final IVpcgetVpc()The VPC in which to create the Cluster.final List<SubnetSelection> Where to place EKS Control Plane ENIs.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theClusterProps.Builder.
-
-
Method Details
-
getBootstrapClusterCreatorAdminPermissions
Description copied from interface:ClusterPropsWhether or not IAM principal of the cluster creator was set as a cluster admin access entry during cluster creation time.Changing this value after the cluster has been created will result in the cluster being replaced.
Default: true
- Specified by:
getBootstrapClusterCreatorAdminPermissionsin interfaceClusterProps
-
getBootstrapSelfManagedAddons
Description copied from interface:ClusterPropsIf you set this value to False when creating a cluster, the default networking add-ons will not be installed.The default networking addons include vpc-cni, coredns, and kube-proxy. Use this option when you plan to install third-party alternative add-ons or self-manage the default networking add-ons.
Changing this value after the cluster has been created will result in the cluster being replaced.
Default: true
- Specified by:
getBootstrapSelfManagedAddonsin interfaceClusterProps
-
getDefaultCapacity
Description copied from interface:ClusterPropsNumber of instances to allocate as an initial capacity for this cluster.Instance type can be configured through
defaultCapacityInstanceType, which defaults tom5.large.Use
cluster.addAutoScalingGroupCapacityto add additional customized capacity. Set this to0is you wish to avoid the initial capacity allocation.Default: 2
- Specified by:
getDefaultCapacityin interfaceClusterProps
-
getDefaultCapacityInstance
Description copied from interface:ClusterPropsThe instance type to use for the default capacity.This will only be taken into account if
defaultCapacityis > 0.Default: m5.large
- Specified by:
getDefaultCapacityInstancein interfaceClusterProps
-
getDefaultCapacityType
Description copied from interface:ClusterPropsThe default capacity type for the cluster.Default: NODEGROUP
- Specified by:
getDefaultCapacityTypein interfaceClusterProps
-
getKubectlLambdaRole
Description copied from interface:ClusterPropsThe IAM role to pass to the Kubectl Lambda Handler.Default: - Default Lambda IAM Execution Role
- Specified by:
getKubectlLambdaRolein interfaceClusterProps
-
getTags
Description copied from interface:ClusterPropsThe tags assigned to the EKS cluster.Default: - none
- Specified by:
getTagsin interfaceClusterProps
-
getKubectlLayer
Description copied from interface:ClusterOptionsAn AWS Lambda Layer which includeskubectland Helm.This layer is used by the kubectl handler to apply manifests and install helm charts. You must pick an appropriate releases of one of the
@aws-cdk/layer-kubectl-vXXpackages, that works with the version of Kubernetes you have chosen.The handler expects the layer to include the following executables:
/opt/helm/helm /opt/kubectl/kubectl
- Specified by:
getKubectlLayerin interfaceClusterOptions
-
getAlbController
Description copied from interface:ClusterOptionsInstall the AWS Load Balancer Controller onto the cluster.Default: - The controller is not installed.
- Specified by:
getAlbControllerin interfaceClusterOptions- See Also:
-
getAuthenticationMode
Description copied from interface:ClusterOptionsThe desired authentication mode for the cluster.Default: AuthenticationMode.CONFIG_MAP
- Specified by:
getAuthenticationModein interfaceClusterOptions
-
getAwscliLayer
Description copied from interface:ClusterOptionsAn AWS Lambda layer that contains theawsCLI.The handler expects the layer to include the following executables:
/opt/awscli/aws
Default: - a default layer with the AWS CLI 1.x
- Specified by:
getAwscliLayerin interfaceClusterOptions
-
getClusterHandlerEnvironment
Description copied from interface:ClusterOptionsCustom environment variables when interacting with the EKS endpoint to manage the cluster lifecycle.Default: - No environment variables.
- Specified by:
getClusterHandlerEnvironmentin interfaceClusterOptions
-
getClusterHandlerSecurityGroup
Description copied from interface:ClusterOptionsA security group to associate with the Cluster Handler's Lambdas.The Cluster Handler's Lambdas are responsible for calling AWS's EKS API.
Requires
placeClusterHandlerInVpcto be set to true.Default: - No security group.
- Specified by:
getClusterHandlerSecurityGroupin interfaceClusterOptions
-
getClusterLogging
Description copied from interface:ClusterOptionsThe cluster log types which you want to enable.Default: - none
- Specified by:
getClusterLoggingin interfaceClusterOptions
-
getCoreDnsComputeType
Description copied from interface:ClusterOptionsControls the "eks.amazonaws.com/compute-type" annotation in the CoreDNS configuration on your cluster to determine which compute type to use for CoreDNS.Default: CoreDnsComputeType.EC2 (for `FargateCluster` the default is FARGATE)
- Specified by:
getCoreDnsComputeTypein interfaceClusterOptions
-
getEndpointAccess
Description copied from interface:ClusterOptionsConfigure access to the Kubernetes API server endpoint..Default: EndpointAccess.PUBLIC_AND_PRIVATE
- Specified by:
getEndpointAccessin interfaceClusterOptions- See Also:
-
getIpFamily
Description copied from interface:ClusterOptionsSpecify which IP family is used to assign Kubernetes pod and service IP addresses.Default: - IpFamily.IP_V4
- Specified by:
getIpFamilyin interfaceClusterOptions- See Also:
-
getKubectlEnvironment
Description copied from interface:ClusterOptionsEnvironment variables for the kubectl execution.Only relevant for kubectl enabled clusters.
Default: - No environment variables.
- Specified by:
getKubectlEnvironmentin interfaceClusterOptions
-
getKubectlMemory
Description copied from interface:ClusterOptionsAmount of memory to allocate to the provider's lambda function.Default: Size.gibibytes(1)
- Specified by:
getKubectlMemoryin interfaceClusterOptions
-
getMastersRole
Description copied from interface:ClusterOptionsAn IAM role that will be added to thesystem:mastersKubernetes RBAC group.Default: - no masters role.
- Specified by:
getMastersRolein interfaceClusterOptions- See Also:
-
getOnEventLayer
Description copied from interface:ClusterOptionsAn AWS Lambda Layer which includes the NPM dependencyproxy-agent.This layer is used by the onEvent handler to route AWS SDK requests through a proxy.
By default, the provider will use the layer included in the "aws-lambda-layer-node-proxy-agent" SAR application which is available in all commercial regions.
To deploy the layer locally define it in your app as follows:
LayerVersion layer = LayerVersion.Builder.create(this, "proxy-agent-layer") .code(Code.fromAsset(String.format("%s/layer.zip", __dirname))) .compatibleRuntimes(List.of(Runtime.NODEJS_LATEST)) .build();Default: - a layer bundled with this module.
- Specified by:
getOnEventLayerin interfaceClusterOptions
-
getOutputMastersRoleArn
Description copied from interface:ClusterOptionsDetermines whether a CloudFormation output with the ARN of the "masters" IAM role will be synthesized (ifmastersRoleis specified).Default: false
- Specified by:
getOutputMastersRoleArnin interfaceClusterOptions
-
getPlaceClusterHandlerInVpc
Description copied from interface:ClusterOptionsIf set to true, the cluster handler functions will be placed in the private subnets of the cluster vpc, subject to thevpcSubnetsselection strategy.Default: false
- Specified by:
getPlaceClusterHandlerInVpcin interfaceClusterOptions
-
getPrune
Description copied from interface:ClusterOptionsIndicates whether Kubernetes resources added throughaddManifest()can be automatically pruned.When this is enabled (default), prune labels will be allocated and injected to each resource. These labels will then be used when issuing the
kubectl applyoperation with the--pruneswitch.Default: true
- Specified by:
getPrunein interfaceClusterOptions
-
getRemoteNodeNetworks
Description copied from interface:ClusterOptionsIPv4 CIDR blocks defining the expected address range of hybrid nodes that will join the cluster.Default: - none
- Specified by:
getRemoteNodeNetworksin interfaceClusterOptions
-
getRemotePodNetworks
Description copied from interface:ClusterOptionsIPv4 CIDR blocks for Pods running Kubernetes webhooks on hybrid nodes.Default: - none
- Specified by:
getRemotePodNetworksin interfaceClusterOptions
-
getRemovalPolicy
Description copied from interface:ClusterOptionsThe removal policy applied to all CloudFormation resources created by this construct when they are no longer managed by CloudFormation.This can happen in one of three situations:
- The resource is removed from the template, so CloudFormation stops managing it;
- A change to the resource is made that requires it to be replaced, so CloudFormation stops managing it;
- The stack is deleted, so CloudFormation stops managing all resources in it.
This affects the EKS cluster itself, associated IAM roles, node groups, security groups, VPC and any other CloudFormation resources managed by this construct.
Default: - Resources will be deleted.
- Specified by:
getRemovalPolicyin interfaceClusterOptions
-
getSecretsEncryptionKey
Description copied from interface:ClusterOptionsKMS secret for envelope encryption for Kubernetes secrets.Default: - By default, Kubernetes stores all secret object data within etcd and all etcd volumes used by Amazon EKS are encrypted at the disk-level using AWS-Managed encryption keys.
- Specified by:
getSecretsEncryptionKeyin interfaceClusterOptions
-
getServiceIpv4Cidr
Description copied from interface:ClusterOptionsThe CIDR block to assign Kubernetes service IP addresses from.Default: - Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks
- Specified by:
getServiceIpv4Cidrin interfaceClusterOptions- See Also:
-
getVersion
Description copied from interface:CommonClusterOptionsThe Kubernetes version to run in the cluster.- Specified by:
getVersionin interfaceCommonClusterOptions
-
getClusterName
Description copied from interface:CommonClusterOptionsName for the cluster.Default: - Automatically generated name
- Specified by:
getClusterNamein interfaceCommonClusterOptions
-
getOutputClusterName
Description copied from interface:CommonClusterOptionsDetermines whether a CloudFormation output with the name of the cluster will be synthesized.Default: false
- Specified by:
getOutputClusterNamein interfaceCommonClusterOptions
-
getOutputConfigCommand
Description copied from interface:CommonClusterOptionsDetermines whether a CloudFormation output with theaws eks update-kubeconfigcommand will be synthesized.This command will include the cluster name and the ARN of the masters IAM role.
Note: If mastersRole is not specified, this property will be ignored and no config command will be emitted.
Default: true
- Specified by:
getOutputConfigCommandin interfaceCommonClusterOptions- See Also:
-
getRole
Description copied from interface:CommonClusterOptionsRole that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.Default: - A role is automatically created for you
- Specified by:
getRolein interfaceCommonClusterOptions
-
getSecurityGroup
Description copied from interface:CommonClusterOptionsSecurity Group to use for Control Plane ENIs.Default: - A security group is automatically created
- Specified by:
getSecurityGroupin interfaceCommonClusterOptions
-
getVpc
Description copied from interface:CommonClusterOptionsThe VPC in which to create the Cluster.Default: - a VPC with default configuration will be created and can be accessed through `cluster.vpc`.
- Specified by:
getVpcin interfaceCommonClusterOptions
-
getVpcSubnets
Description copied from interface:CommonClusterOptionsWhere to place EKS Control Plane ENIs.For example, to only select private subnets, supply the following:
vpcSubnets: [{ subnetType: ec2.SubnetType.PRIVATE_WITH_EGRESS }]Default: - All public and private subnets
- Specified by:
getVpcSubnetsin interfaceCommonClusterOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-