@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-09T19:16:43.253Z") public interface AlbControllerProps extends 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
Cluster getCluster()
static AlbControllerProps.Builder builder()
builder
in interface AlbControllerOptions
AlbControllerProps.Builder
of AlbControllerProps