Interface CfnCapability.AckProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCapability.AckProperty.Jsii$Proxy
Enclosing class:
CfnCapability

@Stability(Stable) public static interface CfnCapability.AckProperty extends software.amazon.jsii.JsiiSerializable
Configuration settings for an ACK (AWS Controllers for Kubernetes) capability.

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.*;
 AckProperty ackProperty = AckProperty.builder()
         .disabledServices(List.of("disabledServices"))
         .enableCrossNamespace(false)
         .build();
 

See Also: