Interface CfnConnection.ISparkEmrPropertiesInputProperty
The Spark EMR properties.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.ISparkEmrPropertiesInputProperty
Syntax (vb)
Public Interface CfnConnection.ISparkEmrPropertiesInputProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var sparkEmrPropertiesInputProperty = new SparkEmrPropertiesInputProperty {
ComputeArn = "computeArn",
InstanceProfileArn = "instanceProfileArn",
JavaVirtualEnv = "javaVirtualEnv",
LogUri = "logUri",
ManagedEndpointArn = "managedEndpointArn",
PythonVirtualEnv = "pythonVirtualEnv",
RuntimeRole = "runtimeRole",
TrustedCertificatesS3Uri = "trustedCertificatesS3Uri"
};
Synopsis
Properties
| ComputeArn | The compute ARN of Spark EMR. |
| InstanceProfileArn | The instance profile ARN of Spark EMR. |
| JavaVirtualEnv | The java virtual env of the Spark EMR. |
| LogUri | The log URI of the Spark EMR. |
| ManagedEndpointArn | The Spark EMR properties. |
| PythonVirtualEnv | The Python virtual env of the Spark EMR. |
| RuntimeRole | The runtime role of the Spark EMR. |
| TrustedCertificatesS3Uri | The certificates S3 URI of the Spark EMR. |
Properties
ComputeArn
The compute ARN of Spark EMR.
string? ComputeArn { get; }
Property Value
Remarks
InstanceProfileArn
The instance profile ARN of Spark EMR.
string? InstanceProfileArn { get; }
Property Value
Remarks
JavaVirtualEnv
The java virtual env of the Spark EMR.
string? JavaVirtualEnv { get; }
Property Value
Remarks
LogUri
The log URI of the Spark EMR.
string? LogUri { get; }
Property Value
Remarks
ManagedEndpointArn
The Spark EMR properties.
string? ManagedEndpointArn { get; }
Property Value
Remarks
PythonVirtualEnv
The Python virtual env of the Spark EMR.
string? PythonVirtualEnv { get; }
Property Value
Remarks
RuntimeRole
The runtime role of the Spark EMR.
string? RuntimeRole { get; }
Property Value
Remarks
TrustedCertificatesS3Uri
The certificates S3 URI of the Spark EMR.
string? TrustedCertificatesS3Uri { get; }