Class: Aws::DataZone::Types::SparkEmrPropertiesPatch

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

Overview

The Spark EMR properties patch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_arnString

The compute ARN in the Spark EMR properties patch.

Returns:

  • (String)


19078
19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
19089
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19078

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

#instance_profile_arnString

The instance profile ARN in the Spark EMR properties patch.

Returns:

  • (String)


19078
19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
19089
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19078

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

#java_virtual_envString

The Java virtual evn in the Spark EMR properties patch.

Returns:

  • (String)


19078
19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
19089
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19078

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

#log_uriString

The log URI in the Spark EMR properties patch.

Returns:

  • (String)


19078
19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
19089
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19078

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

#managed_endpoint_arnString

The managed endpoint ARN of the EMR on EKS cluster.

Returns:

  • (String)


19078
19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
19089
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19078

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

#python_virtual_envString

The Python virtual env in the Spark EMR properties patch.

Returns:

  • (String)


19078
19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
19089
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19078

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

#runtime_roleString

The runtime role in the Spark EMR properties patch.

Returns:

  • (String)


19078
19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
19089
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19078

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

#trusted_certificates_s3_uriString

The trusted certificates S3 URI in the Spark EMR properties patch.

Returns:

  • (String)


19078
19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
19089
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19078

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