Class: Aws::DataSync::Types::DescribeLocationHdfsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnsArray<String>

The ARNs of the DataSync agents that can connect with your HDFS cluster.

Returns:

  • (Array<String>)


2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_typeString

The type of authentication used to determine the identity of the user.

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#block_sizeInteger

The size of the data blocks to write into the HDFS cluster.

Returns:

  • (Integer)


2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the HDFS location was created.

Returns:

  • (Time)


2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#kerberos_principalString

The Kerberos principal with access to the files and folders on the HDFS cluster. This parameter is used if the AuthenticationType is defined as KERBEROS.

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_provider_uriString

The URI of the HDFS cluster's Key Management Server (KMS).

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#location_arnString

The ARN of the HDFS location.

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#location_uriString

The URI of the HDFS location.

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#name_nodesArray<Types::HdfsNameNode>

The NameNode that manages the HDFS namespace.

Returns:



2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#qop_configurationTypes::QopConfiguration

The Quality of Protection (QOP) configuration, which specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the HDFS cluster.



2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#replication_factorInteger

The number of DataNodes to replicate the data to when writing to the HDFS cluster.

Returns:

  • (Integer)


2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#simple_userString

The user name to identify the client on the host operating system. This parameter is used if the AuthenticationType is defined as SIMPLE.

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2130

class DescribeLocationHdfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :name_nodes,
  :block_size,
  :replication_factor,
  :kms_key_provider_uri,
  :qop_configuration,
  :authentication_type,
  :simple_user,
  :kerberos_principal,
  :agent_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end