Interface CfnConnection.SparkEmrPropertiesInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnection.SparkEmrPropertiesInputProperty.Jsii$Proxy
- Enclosing class:
CfnConnection
@Stability(Stable)
public static interface CfnConnection.SparkEmrPropertiesInputProperty
extends software.amazon.jsii.JsiiSerializable
The Spark EMR properties.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.datazone.*;
SparkEmrPropertiesInputProperty sparkEmrPropertiesInputProperty = SparkEmrPropertiesInputProperty.builder()
.computeArn("computeArn")
.instanceProfileArn("instanceProfileArn")
.javaVirtualEnv("javaVirtualEnv")
.logUri("logUri")
.pythonVirtualEnv("pythonVirtualEnv")
.runtimeRole("runtimeRole")
.trustedCertificatesS3Uri("trustedCertificatesS3Uri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnection.SparkEmrPropertiesInputPropertystatic final classAn implementation forCfnConnection.SparkEmrPropertiesInputProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe compute ARN of Spark EMR.default StringThe instance profile ARN of Spark EMR.default StringThe java virtual env of the Spark EMR.default StringThe log URI of the Spark EMR.default StringThe Python virtual env of the Spark EMR.default StringThe runtime role of the Spark EMR.default StringThe certificates S3 URI of the Spark EMR.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComputeArn
The compute ARN of Spark EMR.- See Also:
-
getInstanceProfileArn
The instance profile ARN of Spark EMR.- See Also:
-
getJavaVirtualEnv
The java virtual env of the Spark EMR.- See Also:
-
getLogUri
The log URI of the Spark EMR.- See Also:
-
getPythonVirtualEnv
The Python virtual env of the Spark EMR.- See Also:
-
getRuntimeRole
The runtime role of the Spark EMR.- See Also:
-
getTrustedCertificatesS3Uri
The certificates S3 URI of the Spark EMR.- See Also:
-
builder
-