Stratosphere.EKS.Addon
module Stratosphere.EKS.Addon.NamespaceConfigProperty
module Stratosphere.EKS.Addon.PodIdentityAssociationProperty
data Addon Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-addonname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-addonversion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-clustername
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-configurationvalues
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-namespaceconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-podidentityassociations
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-preserveondelete
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-resolveconflicts
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-serviceaccountrolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-tags
Defined in Stratosphere.EKS.Addon
Methods
toJSON :: Addon -> Value #
toEncoding :: Addon -> Encoding #
toJSONList :: [Addon] -> Value #
toEncodingList :: [Addon] -> Encoding #
omitField :: Addon -> Bool #
showsPrec :: Int -> Addon -> ShowS #
show :: Addon -> String #
showList :: [Addon] -> ShowS #
(==) :: Addon -> Addon -> Bool #
(/=) :: Addon -> Addon -> Bool #
toResourceProperties :: Addon -> ResourceProperties #
Associated Types
set :: PropertyType "AddonName" Addon -> Addon -> Addon #
set :: PropertyType "AddonVersion" Addon -> Addon -> Addon #
set :: PropertyType "ClusterName" Addon -> Addon -> Addon #
set :: PropertyType "ConfigurationValues" Addon -> Addon -> Addon #
set :: PropertyType "NamespaceConfig" Addon -> Addon -> Addon #
set :: PropertyType "PodIdentityAssociations" Addon -> Addon -> Addon #
set :: PropertyType "PreserveOnDelete" Addon -> Addon -> Addon #
set :: PropertyType "ResolveConflicts" Addon -> Addon -> Addon #
set :: PropertyType "ServiceAccountRoleArn" Addon -> Addon -> Addon #
set :: PropertyType "Tags" Addon -> Addon -> Addon #
mkAddon :: Value Text -> Value Text -> Addon Source #