AWS::DataZone::Connection SparkEmrPropertiesInput - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::DataZone::Connection SparkEmrPropertiesInput

The Spark EMR properties.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ComputeArn" : String, "InstanceProfileArn" : String, "JavaVirtualEnv" : String, "LogUri" : String, "ManagedEndpointArn" : String, "PythonVirtualEnv" : String, "RuntimeRole" : String, "TrustedCertificatesS3Uri" : String }

Properties

ComputeArn

The compute ARN of Spark EMR.

Required: No

Type: String

Pattern: ^arn:aws(-(cn|us-gov|iso(-[bef])?))?:(elasticmapreduce|emr-serverless|emr-containers):.*

Maximum: 2048

Update requires: No interruption

InstanceProfileArn

The instance profile ARN of Spark EMR.

Required: No

Type: String

Pattern: ^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*/[a-zA-Z0-9+=,.@_-]+$

Maximum: 2048

Update requires: No interruption

JavaVirtualEnv

The java virtual env of the Spark EMR.

Required: No

Type: String

Pattern: ^[\S]*$

Maximum: 256

Update requires: No interruption

LogUri

The log URI of the Spark EMR.

Required: No

Type: String

Pattern: ^s3://.+$

Maximum: 2048

Update requires: No interruption

ManagedEndpointArn

The managed endpoint ARN of the EMR on EKS cluster.

Required: No

Type: String

Maximum: 2048

Update requires: No interruption

PythonVirtualEnv

The Python virtual env of the Spark EMR.

Required: No

Type: String

Pattern: ^[\S]*$

Maximum: 256

Update requires: No interruption

RuntimeRole

The runtime role of the Spark EMR.

Required: No

Type: String

Pattern: ^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*/[a-zA-Z0-9+=,.@_-]+$

Maximum: 2048

Update requires: No interruption

TrustedCertificatesS3Uri

The certificates S3 URI of the Spark EMR.

Required: No

Type: String

Pattern: ^s3://.+$

Maximum: 2048

Update requires: No interruption