Interface CfnEndpointPropsMixin.EMREKSConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEndpointPropsMixin.EMREKSConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnEndpointPropsMixin
@Stability(Stable)
public static interface CfnEndpointPropsMixin.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.cfnpropertymixins.services.emrcontainers.*;
EMREKSConfigurationProperty eMREKSConfigurationProperty_;
EMREKSConfigurationProperty eMREKSConfigurationProperty = EMREKSConfigurationProperty.builder()
.classification("classification")
.configurations(List.of(eMREKSConfigurationProperty_))
.properties(Map.of(
"propertiesKey", "properties"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEndpointPropsMixin.EMREKSConfigurationPropertystatic final classAn implementation forCfnEndpointPropsMixin.EMREKSConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Stringdefault ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnEndpointPropsMixin.EMREKSConfigurationProperty>default ObjectMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClassification
- See Also:
-
getConfigurations
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnEndpointPropsMixin.EMREKSConfigurationProperty>- See Also:
-
getProperties
- See Also:
-
builder
-