Class: Aws::Types::CreateAddonRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addon_name::String

Returns the value of attribute addon_name.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def addon_name
  @addon_name
end

#addon_version::String

Returns the value of attribute addon_version.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def addon_version
  @addon_version
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def cluster_name
  @cluster_name
end

#configuration_values::String

Returns the value of attribute configuration_values.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def configuration_values
  @configuration_values
end

#namespace_configTypes::AddonNamespaceConfigRequest

Returns the value of attribute namespace_config.



553
554
555
# File 'sig/types.rbs', line 553

def namespace_config
  @namespace_config
end

#pod_identity_associations::Array[Types::AddonPodIdentityAssociations]

Returns the value of attribute pod_identity_associations.



552
553
554
# File 'sig/types.rbs', line 552

def pod_identity_associations
  @pod_identity_associations
end

#resolve_conflicts"OVERWRITE", ...

Returns the value of attribute resolve_conflicts.

Returns:

  • ("OVERWRITE", "NONE", "PRESERVE")


548
549
550
# File 'sig/types.rbs', line 548

def resolve_conflicts
  @resolve_conflicts
end

#service_account_role_arn::String

Returns the value of attribute service_account_role_arn.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def 
  @service_account_role_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


550
551
552
# File 'sig/types.rbs', line 550

def tags
  @tags
end