This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::DataZone::Connection SparkEmrPropertiesInput
The SparkEmrPropertiesInput property type specifies Property description not available. for an AWS::DataZone::Connection.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ComputeArn" :String, "InstanceProfileArn" :String, "JavaVirtualEnv" :String, "LogUri" :String, "ManagedEndpointArn" :String, "PythonVirtualEnv" :String, "RuntimeRole" :String, "TrustedCertificatesS3Uri" :String}
YAML
ComputeArn:StringInstanceProfileArn:StringJavaVirtualEnv:StringLogUri:StringManagedEndpointArn:StringPythonVirtualEnv:StringRuntimeRole:StringTrustedCertificatesS3Uri:String
Properties
ComputeArnProperty description not available.
Required: No
Type: String
Pattern:
^arn:aws(-(cn|us-gov|iso(-[bef])?))?:(elasticmapreduce|emr-serverless|emr-containers):.*Maximum:
2048Update requires: No interruption
InstanceProfileArnProperty description not available.
Required: No
Type: String
Pattern:
^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*/[a-zA-Z0-9+=,.@_-]+$Maximum:
2048Update requires: No interruption
JavaVirtualEnvProperty description not available.
Required: No
Type: String
Pattern:
^[\S]*$Maximum:
256Update requires: No interruption
LogUriProperty description not available.
Required: No
Type: String
Pattern:
^s3://.+$Maximum:
2048Update requires: No interruption
ManagedEndpointArnProperty description not available.
Required: No
Type: String
Maximum:
2048Update requires: No interruption
PythonVirtualEnvProperty description not available.
Required: No
Type: String
Pattern:
^[\S]*$Maximum:
256Update requires: No interruption
RuntimeRoleProperty description not available.
Required: No
Type: String
Pattern:
^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*/[a-zA-Z0-9+=,.@_-]+$Maximum:
2048Update requires: No interruption
TrustedCertificatesS3UriProperty description not available.
Required: No
Type: String
Pattern:
^s3://.+$Maximum:
2048Update requires: No interruption