Class ServiceAccountProps.Jsii$Proxy
- All Implemented Interfaces:
ServiceAccountOptions,ServiceAccountProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ServiceAccountProps
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.final IdentityTypeThe identity type to use for the service account.Additional labels of the service account.final StringgetName()The name of the service account.final StringThe namespace of the service account.final BooleanOverwrite existing service account.final RemovalPolicyThe removal policy applied to the service account resources.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
-
getIdentityType
Description copied from interface:ServiceAccountOptionsThe identity type to use for the service account.Default: IdentityType.IRSA
- Specified by:
getIdentityTypein 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
-
getOverwriteServiceAccount
Description copied from interface:ServiceAccountOptionsOverwrite existing service account.If this is set, we will use
kubectl applyinstead ofkubectl createwhen the service account is created. Otherwise, if there is already a service account in the cluster with the same name, the operation will fail.Default: false
- Specified by:
getOverwriteServiceAccountin interfaceServiceAccountOptions
-
getRemovalPolicy
Description copied from interface:ServiceAccountOptionsThe removal policy applied to the service account resources.The removal policy controls what happens to the resources if they stop being managed by CloudFormation. This can happen in one of three situations:
- The resource is removed from the template, so CloudFormation stops managing it
- A change to the resource is made that requires it to be replaced, so CloudFormation stops managing it
- The stack is deleted, so CloudFormation stops managing all resources in it
Default: RemovalPolicy.DESTROY
- Specified by:
getRemovalPolicyin 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()
-