Class: Aws::EMRServerless::Types::ImageConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ImageConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
The image configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_uri ⇒ String
The URI of an image in the Amazon ECR registry.
Instance Attribute Details
#image_uri ⇒ String
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.
703 704 705 706 707 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 703 class ImageConfigurationInput < Struct.new( :image_uri) SENSITIVE = [] include Aws::Structure end |