Class: Aws::Types::CreateAddonRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAddonRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
-
#addon_version ⇒ ::String
Returns the value of attribute addon_version.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#configuration_values ⇒ ::String
Returns the value of attribute configuration_values.
-
#namespace_config ⇒ Types::AddonNamespaceConfigRequest
Returns the value of attribute namespace_config.
-
#pod_identity_associations ⇒ ::Array[Types::AddonPodIdentityAssociations]
Returns the value of attribute pod_identity_associations.
-
#resolve_conflicts ⇒ "OVERWRITE", ...
Returns the value of attribute resolve_conflicts.
-
#service_account_role_arn ⇒ ::String
Returns the value of attribute service_account_role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
487 488 489 |
# File 'sig/types.rbs', line 487 def addon_name @addon_name end |
#addon_version ⇒ ::String
Returns the value of attribute addon_version.
488 489 490 |
# File 'sig/types.rbs', line 488 def addon_version @addon_version end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
491 492 493 |
# File 'sig/types.rbs', line 491 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
486 487 488 |
# File 'sig/types.rbs', line 486 def cluster_name @cluster_name end |
#configuration_values ⇒ ::String
Returns the value of attribute configuration_values.
493 494 495 |
# File 'sig/types.rbs', line 493 def configuration_values @configuration_values end |
#namespace_config ⇒ Types::AddonNamespaceConfigRequest
Returns the value of attribute namespace_config.
495 496 497 |
# File 'sig/types.rbs', line 495 def namespace_config @namespace_config end |
#pod_identity_associations ⇒ ::Array[Types::AddonPodIdentityAssociations]
Returns the value of attribute pod_identity_associations.
494 495 496 |
# File 'sig/types.rbs', line 494 def pod_identity_associations @pod_identity_associations end |
#resolve_conflicts ⇒ "OVERWRITE", ...
Returns the value of attribute resolve_conflicts.
490 491 492 |
# File 'sig/types.rbs', line 490 def resolve_conflicts @resolve_conflicts end |
#service_account_role_arn ⇒ ::String
Returns the value of attribute service_account_role_arn.
489 490 491 |
# File 'sig/types.rbs', line 489 def service_account_role_arn @service_account_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
492 493 494 |
# File 'sig/types.rbs', line 492 def @tags end |