Interface CfnApplication.ImageConfigurationInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.ImageConfigurationInputProperty.Jsii$Proxy
- Enclosing class:
CfnApplication
@Stability(Stable)
public static interface CfnApplication.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.services.emrserverless.*; ImageConfigurationInputProperty imageConfigurationInputProperty = ImageConfigurationInputProperty.builder() .imageUri("imageUri") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplication.ImageConfigurationInputProperty
static final class
An implementation forCfnApplication.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
-