@Stability(value=Stable) @Internal public static final class CfnAddonProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAddonProps
CfnAddonPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnAddonProps.Builder, CfnAddonProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnAddonProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnAddonProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAddonName()
The name of the add-on.
|
String |
getAddonVersion()
The version of the add-on.
|
String |
getClusterName()
The name of the cluster.
|
String |
getResolveConflicts()
How to resolve field value conflicts for an Amazon EKS add-on.
|
String |
getServiceAccountRoleArn()
The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's service account.
|
List<CfnTag> |
getTags()
The metadata that you apply to the add-on to assist with categorization and organization.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnAddonProps.Builder builder)
CfnAddonProps.Builder.public final String getAddonName()
CfnAddonPropsgetAddonName in interface CfnAddonPropspublic final String getClusterName()
CfnAddonPropsgetClusterName in interface CfnAddonPropspublic final String getAddonVersion()
CfnAddonPropsgetAddonVersion in interface CfnAddonPropspublic final String getResolveConflicts()
CfnAddonPropsConflicts are handled based on the value you choose:
If you don't currently have the self-managed version of the add-on installed on your cluster, the Amazon EKS add-on is installed. Amazon EKS sets all values to default values, regardless of the option that you specify.
getResolveConflicts in interface CfnAddonPropspublic final String getServiceAccountRoleArn()
CfnAddonPropsThe role must be assigned the IAM permissions required by the add-on. If you don't specify an existing IAM role, then the add-on uses the permissions assigned to the node IAM role. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide .
To specify an existing IAM role, you must have an IAM OpenID Connect (OIDC) provider created for your cluster. For more information, see Enabling IAM roles for service accounts on your cluster in the Amazon EKS User Guide .
getServiceAccountRoleArn in interface CfnAddonPropspublic final List<CfnTag> getTags()
CfnAddonPropsEach tag consists of a key and an optional value, both of which you define. Add-on tags do not propagate to any other resources associated with the cluster.
getTags in interface CfnAddonProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.