Class: Aws::Types::CreateLocationHdfsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arns::Array[::String]

Returns the value of attribute agent_arns.

Returns:

  • (::Array[::String])


159
160
161
# File 'sig/types.rbs', line 159

def agent_arns
  @agent_arns
end

#authentication_type"SIMPLE", "KERBEROS"

Returns the value of attribute authentication_type.

Returns:

  • ("SIMPLE", "KERBEROS")


154
155
156
# File 'sig/types.rbs', line 154

def authentication_type
  @authentication_type
end

#block_size::Integer

Returns the value of attribute block_size.

Returns:

  • (::Integer)


150
151
152
# File 'sig/types.rbs', line 150

def block_size
  @block_size
end

#cmk_secret_configTypes::CmkSecretConfig

Returns the value of attribute cmk_secret_config.



161
162
163
# File 'sig/types.rbs', line 161

def cmk_secret_config
  @cmk_secret_config
end

#custom_secret_configTypes::CustomSecretConfig

Returns the value of attribute custom_secret_config.



162
163
164
# File 'sig/types.rbs', line 162

def custom_secret_config
  @custom_secret_config
end

#kerberos_keytab::String

Returns the value of attribute kerberos_keytab.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def kerberos_keytab
  @kerberos_keytab
end

#kerberos_krb_5_conf::String

Returns the value of attribute kerberos_krb_5_conf.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def kerberos_krb_5_conf
  @kerberos_krb_5_conf
end

#kerberos_principal::String

Returns the value of attribute kerberos_principal.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def kerberos_principal
  @kerberos_principal
end

#kms_key_provider_uri::String

Returns the value of attribute kms_key_provider_uri.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def kms_key_provider_uri
  @kms_key_provider_uri
end

#name_nodes::Array[Types::HdfsNameNode]

Returns the value of attribute name_nodes.

Returns:



149
150
151
# File 'sig/types.rbs', line 149

def name_nodes
  @name_nodes
end

#qop_configurationTypes::QopConfiguration

Returns the value of attribute qop_configuration.



153
154
155
# File 'sig/types.rbs', line 153

def qop_configuration
  @qop_configuration
end

#replication_factor::Integer

Returns the value of attribute replication_factor.

Returns:

  • (::Integer)


151
152
153
# File 'sig/types.rbs', line 151

def replication_factor
  @replication_factor
end

#simple_user::String

Returns the value of attribute simple_user.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def simple_user
  @simple_user
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def subdirectory
  @subdirectory
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



160
161
162
# File 'sig/types.rbs', line 160

def tags
  @tags
end