@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:29.865Z") @Stability(value=Experimental) 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()
(experimental) [disable-awslint:ref-via-interface] Cluster to install the controller onto.
|
getPolicy, getRepository, getVersion@Stability(value=Experimental) @NotNull Cluster getCluster()
@Stability(value=Experimental) static AlbControllerProps.Builder builder()
builder in interface AlbControllerOptionsAlbControllerProps.Builder of AlbControllerPropsCopyright © 2022. All rights reserved.