Class: Aws::EMRServerless::Types::ImageConfigurationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb

Overview

The image configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_uriString

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.

Returns:

  • (String)


665
666
667
668
669
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 665

class ImageConfigurationInput < Struct.new(
  :image_uri)
  SENSITIVE = []
  include Aws::Structure
end