@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:46.598Z") @Stability(value=Stable) public class AlbController extends Construct
Use the factory functions get and getOrCreate to obtain/create instances of this controller.
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;
AlbController albController = AlbController.Builder.create(this, "MyAlbController")
.cluster(cluster)
.version(albControllerVersion)
// the properties below are optional
.policy(policy)
.repository("repository")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
AlbController.Builder
A fluent builder for
AlbController. |
software.amazon.jsii.JsiiObject.InitializationModeIConstruct.Jsii$Default, IConstruct.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
AlbController(software.constructs.Construct scope,
String id,
AlbControllerProps props) |
protected |
AlbController(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AlbController(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static AlbController |
create(software.constructs.Construct scope,
AlbControllerProps props)
Create the controller construct associated with this cluster and scope.
|
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AlbController(software.amazon.jsii.JsiiObjectRef objRef)
protected AlbController(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public AlbController(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
AlbControllerProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public static AlbController create(@NotNull software.constructs.Construct scope, @NotNull AlbControllerProps props)
Singleton per stack/cluster.
scope - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.