AWS::DataSync::LocationHDFS QopConfiguration - AWS CloudFormation (original) (raw)

The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy settings configured on the Hadoop Distributed File System (HDFS) cluster.

Syntax

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

JSON

{
  "DataTransferProtection" : String,
  "RpcProtection" : String
}

YAML

  DataTransferProtection: String
  RpcProtection: String

Properties

DataTransferProtection

The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection setting in thehdfs-site.xml file on your Hadoop cluster.

Required: No

Type: String

Allowed values: AUTHENTICATION | INTEGRITY | PRIVACY | DISABLED

Update requires: No interruption

RpcProtection

The Remote Procedure Call (RPC) protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection setting in yourcore-site.xml file on your Hadoop cluster.

Required: No

Type: String

Allowed values: AUTHENTICATION | INTEGRITY | PRIVACY | DISABLED

Update requires: No interruption

Did this page help you? - Yes

Thanks for letting us know we're doing a good job!

If you've got a moment, please tell us what we did right so we can do more of it.

Did this page help you? - No

Thanks for letting us know this page needs work. We're sorry we let you down.

If you've got a moment, please tell us how we can make the documentation better.