Class: Aws::DataZone::Types::SparkEmrPropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SparkEmrPropertiesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The Spark EMR properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_arn ⇒ String
The compute ARN of Spark EMR.
-
#instance_profile_arn ⇒ String
The instance profile ARN of Spark EMR.
-
#java_virtual_env ⇒ String
The java virtual env of the Spark EMR.
-
#log_uri ⇒ String
The log URI of the Spark EMR.
-
#python_virtual_env ⇒ String
The Python virtual env of the Spark EMR.
-
#runtime_role ⇒ String
The runtime role of the Spark EMR.
-
#trusted_certificates_s3_uri ⇒ String
The certificates S3 URI of the Spark EMR.
Instance Attribute Details
#compute_arn ⇒ String
The compute ARN of Spark EMR.
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_arn ⇒ String
The instance profile ARN of Spark EMR.
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_env ⇒ String
The java virtual env of the Spark EMR.
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_uri ⇒ String
The log URI of the Spark EMR.
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_env ⇒ String
The Python virtual env of the Spark EMR.
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_role ⇒ String
The runtime role of the Spark EMR.
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_uri ⇒ String
The certificates S3 URI of the Spark EMR.
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 |