Interface CfnApplicationPropsMixin.ImageConfigurationInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationPropsMixin.ImageConfigurationInputProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static interface CfnApplicationPropsMixin.ImageConfigurationInputProperty
extends software.amazon.jsii.JsiiSerializable
The image configuration.
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.emrserverless.*;
ImageConfigurationInputProperty imageConfigurationInputProperty = ImageConfigurationInputProperty.builder()
.imageUri("imageUri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplicationPropsMixin.ImageConfigurationInputPropertystatic final classAn implementation forCfnApplicationPropsMixin.ImageConfigurationInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getImageUri
The URI of an image in the Amazon ECR registry.This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
- See Also:
-
builder
@Stability(Stable) static CfnApplicationPropsMixin.ImageConfigurationInputProperty.Builder builder()
-