@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.890Z") @Stability(value=Stable) public interface AlbControllerProps extends software.amazon.jsii.JsiiSerializable, AlbControllerOptions
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.*;
AlbControllerVersion albControllerVersion;
Cluster cluster;
Object policy;
AlbControllerProps albControllerProps = AlbControllerProps.builder()
.cluster(cluster)
.version(albControllerVersion)
// the properties below are optional
.policy(policy)
.repository("repository")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AlbControllerProps.Builder
A builder for
AlbControllerProps |
static class |
AlbControllerProps.Jsii$Proxy
An implementation for
AlbControllerProps |
| Modifier and Type | Method and Description |
|---|---|
static AlbControllerProps.Builder |
builder() |
Cluster |
getCluster()
[disable-awslint:ref-via-interface] Cluster to install the controller onto.
|
getPolicy, getRepository, getVersion@Stability(value=Stable) @NotNull Cluster getCluster()
@Stability(value=Stable) static AlbControllerProps.Builder builder()
builder in interface AlbControllerOptionsAlbControllerProps.Builder of AlbControllerPropsCopyright © 2022. All rights reserved.