@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:08.099Z") @Stability(value=Stable) public interface ServiceAccountOptions extends software.amazon.jsii.JsiiSerializable
| 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()
The name of the service account.
|
default String |
getNamespace()
The namespace of the service account.
|
@Stability(value=Stable) @Nullable default String getName()
Default: - If no name is given, it will use the id of the resource.
@Stability(value=Stable) @Nullable default String getNamespace()
Default: "default"
@Stability(value=Stable) static ServiceAccountOptions.Builder builder()
ServiceAccountOptions.Builder of ServiceAccountOptionsCopyright © 2021. All rights reserved.