Class: Aws::DataZone::Types::SparkEmrPropertiesInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The Spark EMR properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_arnString

The compute ARN of Spark EMR.

Returns:

  • (String)


16979
16980
16981
16982
16983
16984
16985
16986
16987
16988
16989
# File 'lib/aws-sdk-datazone/types.rb', line 16979

class SparkEmrPropertiesInput < Struct.new(
  :compute_arn,
  :instance_profile_arn,
  :java_virtual_env,
  :log_uri,
  :python_virtual_env,
  :runtime_role,
  :trusted_certificates_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#instance_profile_arnString

The instance profile ARN of Spark EMR.

Returns:

  • (String)


16979
16980
16981
16982
16983
16984
16985
16986
16987
16988
16989
# File 'lib/aws-sdk-datazone/types.rb', line 16979

class SparkEmrPropertiesInput < Struct.new(
  :compute_arn,
  :instance_profile_arn,
  :java_virtual_env,
  :log_uri,
  :python_virtual_env,
  :runtime_role,
  :trusted_certificates_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#java_virtual_envString

The java virtual env of the Spark EMR.

Returns:

  • (String)


16979
16980
16981
16982
16983
16984
16985
16986
16987
16988
16989
# File 'lib/aws-sdk-datazone/types.rb', line 16979

class SparkEmrPropertiesInput < Struct.new(
  :compute_arn,
  :instance_profile_arn,
  :java_virtual_env,
  :log_uri,
  :python_virtual_env,
  :runtime_role,
  :trusted_certificates_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#log_uriString

The log URI of the Spark EMR.

Returns:

  • (String)


16979
16980
16981
16982
16983
16984
16985
16986
16987
16988
16989
# File 'lib/aws-sdk-datazone/types.rb', line 16979

class SparkEmrPropertiesInput < Struct.new(
  :compute_arn,
  :instance_profile_arn,
  :java_virtual_env,
  :log_uri,
  :python_virtual_env,
  :runtime_role,
  :trusted_certificates_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#python_virtual_envString

The Python virtual env of the Spark EMR.

Returns:

  • (String)


16979
16980
16981
16982
16983
16984
16985
16986
16987
16988
16989
# File 'lib/aws-sdk-datazone/types.rb', line 16979

class SparkEmrPropertiesInput < Struct.new(
  :compute_arn,
  :instance_profile_arn,
  :java_virtual_env,
  :log_uri,
  :python_virtual_env,
  :runtime_role,
  :trusted_certificates_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_roleString

The runtime role of the Spark EMR.

Returns:

  • (String)


16979
16980
16981
16982
16983
16984
16985
16986
16987
16988
16989
# File 'lib/aws-sdk-datazone/types.rb', line 16979

class SparkEmrPropertiesInput < Struct.new(
  :compute_arn,
  :instance_profile_arn,
  :java_virtual_env,
  :log_uri,
  :python_virtual_env,
  :runtime_role,
  :trusted_certificates_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#trusted_certificates_s3_uriString

The certificates S3 URI of the Spark EMR.

Returns:

  • (String)


16979
16980
16981
16982
16983
16984
16985
16986
16987
16988
16989
# File 'lib/aws-sdk-datazone/types.rb', line 16979

class SparkEmrPropertiesInput < Struct.new(
  :compute_arn,
  :instance_profile_arn,
  :java_virtual_env,
  :log_uri,
  :python_virtual_env,
  :runtime_role,
  :trusted_certificates_s3_uri)
  SENSITIVE = []
  include Aws::Structure
end