AWS::DataSync::LocationHDFS QopConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::DataSync::LocationHDFS QopConfiguration

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "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 the hdfs-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 your core-site.xml file on your Hadoop cluster.

Required: No

Type: String

Allowed values: AUTHENTICATION | INTEGRITY | PRIVACY | DISABLED

Update requires: No interruption