Class: Aws::Types::CreateLocationHdfsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationHdfsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
-
#authentication_type ⇒ "SIMPLE", "KERBEROS"
Returns the value of attribute authentication_type.
-
#block_size ⇒ ::Integer
Returns the value of attribute block_size.
-
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
-
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
-
#kerberos_keytab ⇒ ::String
Returns the value of attribute kerberos_keytab.
-
#kerberos_krb_5_conf ⇒ ::String
Returns the value of attribute kerberos_krb_5_conf.
-
#kerberos_principal ⇒ ::String
Returns the value of attribute kerberos_principal.
-
#kms_key_provider_uri ⇒ ::String
Returns the value of attribute kms_key_provider_uri.
-
#name_nodes ⇒ ::Array[Types::HdfsNameNode]
Returns the value of attribute name_nodes.
-
#qop_configuration ⇒ Types::QopConfiguration
Returns the value of attribute qop_configuration.
-
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
-
#simple_user ⇒ ::String
Returns the value of attribute simple_user.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
Instance Attribute Details
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
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.
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.
150 151 152 |
# File 'sig/types.rbs', line 150 def block_size @block_size end |
#cmk_secret_config ⇒ Types::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_config ⇒ Types::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.
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.
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.
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.
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.
149 150 151 |
# File 'sig/types.rbs', line 149 def name_nodes @name_nodes end |
#qop_configuration ⇒ Types::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.
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.
155 156 157 |
# File 'sig/types.rbs', line 155 def simple_user @simple_user end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
148 149 150 |
# File 'sig/types.rbs', line 148 def subdirectory @subdirectory end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
160 161 162 |
# File 'sig/types.rbs', line 160 def @tags end |