@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:08.323Z") @Stability(value=Experimental) public interface ServiceAccountProps extends software.amazon.jsii.JsiiSerializable, ServiceAccountOptions
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.*;
Cluster cluster;
ServiceAccountProps serviceAccountProps = ServiceAccountProps.builder()
.cluster(cluster)
// the properties below are optional
.name("name")
.namespace("namespace")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceAccountProps.Builder
A builder for
ServiceAccountProps |
static class |
ServiceAccountProps.Jsii$Proxy
An implementation for
ServiceAccountProps |
| Modifier and Type | Method and Description |
|---|---|
static ServiceAccountProps.Builder |
builder() |
ICluster |
getCluster()
(experimental) The cluster to apply the patch to.
|
getName, getNamespace@Stability(value=Experimental) @NotNull ICluster getCluster()
@Stability(value=Experimental) static ServiceAccountProps.Builder builder()
builder in interface ServiceAccountOptionsServiceAccountProps.Builder of ServiceAccountPropsCopyright © 2022. All rights reserved.