Class ServiceAccountProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.ServiceAccountProps.Jsii$Proxy
- All Implemented Interfaces:
ServiceAccountOptions,ServiceAccountProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ServiceAccountProps
@Stability(Stable)
@Internal
public static final class ServiceAccountProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ServiceAccountProps
An implementation for
ServiceAccountProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.ServiceAccountProps
ServiceAccountProps.Builder, ServiceAccountProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ServiceAccountProps.Builder builder) Constructor that initializes the object based on literal property values passed by theServiceAccountProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanAdditional annotations of the service account.final IClusterThe cluster to apply the patch to.Additional labels of the service account.final StringgetName()The name of the service account.final StringThe namespace of the service account.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theServiceAccountProps.Builder.
-
-
Method Details
-
getCluster
Description copied from interface:ServiceAccountPropsThe cluster to apply the patch to.- Specified by:
getClusterin interfaceServiceAccountProps
-
getAnnotations
Description copied from interface:ServiceAccountOptionsAdditional annotations of the service account.Default: - no additional annotations
- Specified by:
getAnnotationsin interfaceServiceAccountOptions
-
getLabels
Description copied from interface:ServiceAccountOptionsAdditional labels of the service account.Default: - no additional labels
- Specified by:
getLabelsin interfaceServiceAccountOptions
-
getName
Description copied from interface:ServiceAccountOptionsThe name of the service account.The name of a ServiceAccount object must be a valid DNS subdomain name. https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
Default: - If no name is given, it will use the id of the resource.
- Specified by:
getNamein interfaceServiceAccountOptions
-
getNamespace
Description copied from interface:ServiceAccountOptionsThe namespace of the service account.All namespace names must be valid RFC 1123 DNS labels. https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/#namespaces-and-dns
Default: "default"
- Specified by:
getNamespacein interfaceServiceAccountOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-