@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:08.323Z") @Stability(value=Experimental) public interface ServiceAccountOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.eks.*;
ServiceAccountOptions serviceAccountOptions = ServiceAccountOptions.builder()
.name("name")
.namespace("namespace")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceAccountOptions.Builder
A builder for
ServiceAccountOptions |
static class |
ServiceAccountOptions.Jsii$Proxy
An implementation for
ServiceAccountOptions |
| Modifier and Type | Method and Description |
|---|---|
static ServiceAccountOptions.Builder |
builder() |
default String |
getName()
(experimental) The name of the service account.
|
default String |
getNamespace()
(experimental) The namespace of the service account.
|
@Stability(value=Experimental) @Nullable default String getName()
Default: - If no name is given, it will use the id of the resource.
@Stability(value=Experimental) @Nullable default String getNamespace()
Default: "default"
@Stability(value=Experimental) static ServiceAccountOptions.Builder builder()
ServiceAccountOptions.Builder of ServiceAccountOptionsCopyright © 2022. All rights reserved.