Class ServiceAccountOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.ServiceAccountOptions.Jsii$Proxy
- All Implemented Interfaces:
ServiceAccountOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ServiceAccountOptions
@Stability(Stable)
@Internal
public static final class ServiceAccountOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ServiceAccountOptions
An implementation for
ServiceAccountOptions
-
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.ServiceAccountOptions
ServiceAccountOptions.Builder, ServiceAccountOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ServiceAccountOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theServiceAccountOptions.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
Additional annotations of the service account.final IdentityType
The identity type to use for the service account.Additional labels of the service account.final String
getName()
The name of the service account.final String
The namespace of the service account.final int
hashCode()
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 theServiceAccountOptions.Builder
.
-
-
Method Details
-
getAnnotations
Description copied from interface:ServiceAccountOptions
Additional annotations of the service account.Default: - no additional annotations
- Specified by:
getAnnotations
in interfaceServiceAccountOptions
-
getIdentityType
Description copied from interface:ServiceAccountOptions
The identity type to use for the service account.Default: IdentityType.IRSA
- Specified by:
getIdentityType
in interfaceServiceAccountOptions
-
getLabels
Description copied from interface:ServiceAccountOptions
Additional labels of the service account.Default: - no additional labels
- Specified by:
getLabels
in interfaceServiceAccountOptions
-
getName
Description copied from interface:ServiceAccountOptions
The 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:
getName
in interfaceServiceAccountOptions
-
getNamespace
Description copied from interface:ServiceAccountOptions
The 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:
getNamespace
in interfaceServiceAccountOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-