Class CfnClusterProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnClusterProps.Jsii$Proxy
All Implemented Interfaces:
CfnClusterProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnClusterProps

@Stability(Stable) @Internal public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
An implementation for CfnClusterProps
  • 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.CfnClusterProps

    CfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnClusterProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    The access configuration for the cluster.
    final Object
    If you set this value to False when creating a cluster, the default networking add-ons will not be installed.
    final Object
    The encryption configuration for the cluster.
    final Object
    The Kubernetes network configuration for the cluster.
    final Object
    The logging configuration for your cluster.
    final String
    The unique name to give to your cluster.
    final Object
    An object representing the configuration of your local Amazon EKS cluster on an AWS Outpost.
    final Object
    The VPC configuration that's used by the cluster control plane.
    final String
    The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.
    final List<CfnTag>
    The metadata that you apply to the cluster to assist with categorization and organization.
    final Object
    This value indicates if extended support is enabled or disabled for the cluster.
    final String
    The desired Kubernetes version for your cluster.
    final Object
    The configuration for zonal shift for the cluster.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait