Class AlbControllerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.AlbControllerProps.Jsii$Proxy
- All Implemented Interfaces:
AlbControllerOptions,AlbControllerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AlbControllerProps
@Stability(Stable)
@Internal
public static final class AlbControllerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AlbControllerProps
An implementation for
AlbControllerProps-
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.AlbControllerProps
AlbControllerProps.Builder, AlbControllerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AlbControllerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAlbControllerProps.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 booleanAdditional helm chart values for ALB controller.final Cluster[disable-awslint:ref-via-interface] Cluster to install the controller onto.final ObjectThe IAM policy to apply to the service account.final StringThe repository to pull the controller image from.final AlbControllerVersionVersion of the controller.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 theAlbControllerProps.Builder.
-
-
Method Details
-
getCluster
Description copied from interface:AlbControllerProps[disable-awslint:ref-via-interface] Cluster to install the controller onto.- Specified by:
getClusterin interfaceAlbControllerProps
-
getVersion
Description copied from interface:AlbControllerOptionsVersion of the controller.- Specified by:
getVersionin interfaceAlbControllerOptions
-
getAdditionalHelmChartValues
Description copied from interface:AlbControllerOptionsAdditional helm chart values for ALB controller.Default: - no additional helm chart values
- Specified by:
getAdditionalHelmChartValuesin interfaceAlbControllerOptions
-
getPolicy
Description copied from interface:AlbControllerOptionsThe IAM policy to apply to the service account.If you're using one of the built-in versions, this is not required since CDK ships with the appropriate policies for those versions.
However, if you are using a custom version, this is required (and validated).
Default: - Corresponds to the predefined version.
- Specified by:
getPolicyin interfaceAlbControllerOptions
-
getRepository
Description copied from interface:AlbControllerOptionsThe repository to pull the controller image from.Note that the default repository works for most regions, but not all. If the repository is not applicable to your region, use a custom repository according to the information here: https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases.
Default: '602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-load-balancer-controller'
- Specified by:
getRepositoryin interfaceAlbControllerOptions
-
$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()
-