Interface CfnEndpoint.EMREKSConfigurationProperty

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

@Stability(Stable) public static interface CfnEndpoint.EMREKSConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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.emrcontainers.*;
 EMREKSConfigurationProperty eMREKSConfigurationProperty_;
 EMREKSConfigurationProperty eMREKSConfigurationProperty = EMREKSConfigurationProperty.builder()
         .classification("classification")
         // the properties below are optional
         .configurations(List.of(eMREKSConfigurationProperty_))
         .properties(Map.of(
                 "propertiesKey", "properties"))
         .build();
 

See Also: