Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-computearn

InstanceProfileArn

The instance profile ARN of Spark EMR.

string? InstanceProfileArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-instanceprofilearn

JavaVirtualEnv

The java virtual env of the Spark EMR.

string? JavaVirtualEnv { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-javavirtualenv

LogUri

The log URI of the Spark EMR.

string? LogUri { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-loguri

ManagedEndpointArn

The Spark EMR properties.

string? ManagedEndpointArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-managedendpointarn

PythonVirtualEnv

The Python virtual env of the Spark EMR.

string? PythonVirtualEnv { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-pythonvirtualenv

RuntimeRole

The runtime role of the Spark EMR.

string? RuntimeRole { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-runtimerole

TrustedCertificatesS3Uri

The certificates S3 URI of the Spark EMR.

string? TrustedCertificatesS3Uri { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-sparkemrpropertiesinput.html#cfn-datazone-connection-sparkemrpropertiesinput-trustedcertificatess3uri

Back to top Generated by DocFX