public static final class CfnAddonProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAddonProps
CfnAddonProps
CfnAddonProps.Builder, CfnAddonProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getAddonName()
The name of the add-on.
|
java.lang.String |
getAddonVersion()
The version of the add-on.
|
java.lang.String |
getClusterName()
The name of the cluster.
|
java.lang.String |
getConfigurationValues()
The configuration values that you provided.
|
java.lang.Object |
getPreserveOnDelete()
Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on.
|
java.lang.String |
getResolveConflicts()
How to resolve field value conflicts for an Amazon EKS add-on.
|
java.lang.String |
getServiceAccountRoleArn()
The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's service account.
|
java.util.List<CfnTag> |
getTags()
The metadata that you apply to the add-on to assist with categorization and organization.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAddonName()
CfnAddonProps
getAddonName
in interface CfnAddonProps
public final java.lang.String getClusterName()
CfnAddonProps
getClusterName
in interface CfnAddonProps
public final java.lang.String getAddonVersion()
CfnAddonProps
getAddonVersion
in interface CfnAddonProps
public final java.lang.String getConfigurationValues()
CfnAddonProps
getConfigurationValues
in interface CfnAddonProps
public final java.lang.Object getPreserveOnDelete()
CfnAddonProps
If an IAM account is associated with the add-on, it isn't removed.
getPreserveOnDelete
in interface CfnAddonProps
public final java.lang.String getResolveConflicts()
CfnAddonProps
Conflicts 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 CfnAddonProps
public final java.lang.String getServiceAccountRoleArn()
CfnAddonProps
The 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 CfnAddonProps
public final java.util.List<CfnTag> getTags()
CfnAddonProps
Each 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()