Show / Hide Table of Contents

Class CfnLocationHDFS.QopConfigurationProperty

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.

Inheritance
System.Object
CfnLocationHDFS.QopConfigurationProperty
Implements
CfnLocationHDFS.IQopConfigurationProperty
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public class QopConfigurationProperty : Object, CfnLocationHDFS.IQopConfigurationProperty
Syntax (vb)
Public Class QopConfigurationProperty
    Inherits Object
    Implements CfnLocationHDFS.IQopConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationhdfs-qopconfiguration.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.DataSync;

QopConfigurationProperty qopConfigurationProperty = new QopConfigurationProperty {
    DataTransferProtection = "dataTransferProtection",
    RpcProtection = "rpcProtection"
};

Synopsis

Constructors

QopConfigurationProperty()

Properties

DataTransferProtection

The data transfer protection setting configured on the HDFS cluster.

RpcProtection

The Remote Procedure Call (RPC) protection setting configured on the HDFS cluster.

Constructors

QopConfigurationProperty()

public QopConfigurationProperty()

Properties

DataTransferProtection

The data transfer protection setting configured on the HDFS cluster.

public string DataTransferProtection { get; set; }
Property Value

System.String

Remarks

This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationhdfs-qopconfiguration.html#cfn-datasync-locationhdfs-qopconfiguration-datatransferprotection

RpcProtection

The Remote Procedure Call (RPC) protection setting configured on the HDFS cluster.

public string RpcProtection { get; set; }
Property Value

System.String

Remarks

This setting corresponds to your hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationhdfs-qopconfiguration.html#cfn-datasync-locationhdfs-qopconfiguration-rpcprotection

Implements

CfnLocationHDFS.IQopConfigurationProperty
Back to top Generated by DocFX