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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.AlbControllerProps
AlbControllerProps.Builder, AlbControllerProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AlbControllerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAlbControllerProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Cluster
[disable-awslint:ref-via-interface] Cluster to install the controller onto.final Object
The IAM policy to apply to the service account.final String
The repository to pull the controller image from.final AlbControllerVersion
Version of the controller.final int
hashCode()
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:
getCluster
in interfaceAlbControllerProps
-
getVersion
Description copied from interface:AlbControllerOptions
Version of the controller.- Specified by:
getVersion
in interfaceAlbControllerOptions
-
getPolicy
Description copied from interface:AlbControllerOptions
The 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:
getPolicy
in interfaceAlbControllerOptions
-
getRepository
Description copied from interface:AlbControllerOptions
The 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:
getRepository
in interfaceAlbControllerOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-