Interface AddonReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AddonReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:20.188Z")
@Stability(Stable)
public interface AddonReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Addon resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.eks.*;
AddonReference addonReference = AddonReference.builder()
.addonArn("addonArn")
.addonName("addonName")
.clusterName("clusterName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAddonReferencestatic final classAn implementation forAddonReference -
Method Summary
Modifier and TypeMethodDescriptionstatic AddonReference.Builderbuilder()The ARN of the Addon resource.The AddonName of the Addon resource.The ClusterName of the Addon resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddonArn
The ARN of the Addon resource. -
getAddonName
The AddonName of the Addon resource. -
getClusterName
The ClusterName of the Addon resource. -
builder
- Returns:
- a
AddonReference.BuilderofAddonReference
-