Class: Aws::DataZone::Types::SparkEmrPropertiesPatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SparkEmrPropertiesPatch
- 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
-
#compute_arn ⇒ String
The compute ARN in the Spark EMR properties patch.
-
#instance_profile_arn ⇒ String
The instance profile ARN in the Spark EMR properties patch.
-
#java_virtual_env ⇒ String
The Java virtual evn in the Spark EMR properties patch.
-
#log_uri ⇒ String
The log URI in the Spark EMR properties patch.
-
#python_virtual_env ⇒ String
The Python virtual env in the Spark EMR properties patch.
-
#runtime_role ⇒ String
The runtime role in the Spark EMR properties patch.
-
#trusted_certificates_s3_uri ⇒ String
The trusted certificates S3 URI in the Spark EMR properties patch.
Instance Attribute Details
#compute_arn ⇒ String
The compute ARN in the Spark EMR properties patch.
17087 17088 17089 17090 17091 17092 17093 17094 17095 17096 17097 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17087 class SparkEmrPropertiesPatch < 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 in the Spark EMR properties patch.
17087 17088 17089 17090 17091 17092 17093 17094 17095 17096 17097 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17087 class SparkEmrPropertiesPatch < 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 evn in the Spark EMR properties patch.
17087 17088 17089 17090 17091 17092 17093 17094 17095 17096 17097 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17087 class SparkEmrPropertiesPatch < 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 in the Spark EMR properties patch.
17087 17088 17089 17090 17091 17092 17093 17094 17095 17096 17097 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17087 class SparkEmrPropertiesPatch < 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 in the Spark EMR properties patch.
17087 17088 17089 17090 17091 17092 17093 17094 17095 17096 17097 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17087 class SparkEmrPropertiesPatch < 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 in the Spark EMR properties patch.
17087 17088 17089 17090 17091 17092 17093 17094 17095 17096 17097 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17087 class SparkEmrPropertiesPatch < 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 trusted certificates S3 URI in the Spark EMR properties patch.
17087 17088 17089 17090 17091 17092 17093 17094 17095 17096 17097 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17087 class SparkEmrPropertiesPatch < 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 |