| Modifier and Type | Method and Description |
|---|---|
CfnAddon.Builder |
CfnAddon.Builder.addonName(String addonName)
The name of the add-on.
|
CfnAddon.Builder |
CfnAddon.Builder.addonVersion(String addonVersion)
The version of the add-on.
|
CfnAddon.Builder |
CfnAddon.Builder.clusterName(String clusterName)
The name of the cluster.
|
static CfnAddon.Builder |
CfnAddon.Builder.create(Construct scope,
String id) |
CfnAddon.Builder |
CfnAddon.Builder.resolveConflicts(String resolveConflicts)
How to resolve field value conflicts for an Amazon EKS add-on.
|
CfnAddon.Builder |
CfnAddon.Builder.serviceAccountRoleArn(String serviceAccountRoleArn)
The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's service account.
|
CfnAddon.Builder |
CfnAddon.Builder.tags(List<? extends CfnTag> tags)
The metadata that you apply to the add-on to assist with categorization and organization.
|
Copyright © 2022. All rights reserved.