stratosphere-eks-1.0.0: Stratosphere integration for AWS EKS.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.EKS.Addon

Documentation

data Addon Source #

Constructors

Addon

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html

Fields

Instances

Instances details
ToJSON Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Show Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Methods

showsPrec :: Int -> Addon -> ShowS #

show :: Addon -> String #

showList :: [Addon] -> ShowS #

Eq Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Methods

(==) :: Addon -> Addon -> Bool #

(/=) :: Addon -> Addon -> Bool #

ToResourceProperties Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Property "AddonName" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Associated Types

type PropertyType "AddonName" Addon 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "AddonName" Addon = Value Text

Methods

set :: PropertyType "AddonName" Addon -> Addon -> Addon #

Property "AddonVersion" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Associated Types

type PropertyType "AddonVersion" Addon 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "AddonVersion" Addon = Value Text

Methods

set :: PropertyType "AddonVersion" Addon -> Addon -> Addon #

Property "ClusterName" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Associated Types

type PropertyType "ClusterName" Addon 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "ClusterName" Addon = Value Text

Methods

set :: PropertyType "ClusterName" Addon -> Addon -> Addon #

Property "ConfigurationValues" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Associated Types

type PropertyType "ConfigurationValues" Addon 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "ConfigurationValues" Addon = Value Text

Methods

set :: PropertyType "ConfigurationValues" Addon -> Addon -> Addon #

Property "NamespaceConfig" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Associated Types

type PropertyType "NamespaceConfig" Addon 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "NamespaceConfig" Addon = NamespaceConfigProperty

Methods

set :: PropertyType "NamespaceConfig" Addon -> Addon -> Addon #

Property "PodIdentityAssociations" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Associated Types

type PropertyType "PodIdentityAssociations" Addon 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "PodIdentityAssociations" Addon = [PodIdentityAssociationProperty]

Methods

set :: PropertyType "PodIdentityAssociations" Addon -> Addon -> Addon #

Property "PreserveOnDelete" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Associated Types

type PropertyType "PreserveOnDelete" Addon 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "PreserveOnDelete" Addon = Value Bool

Methods

set :: PropertyType "PreserveOnDelete" Addon -> Addon -> Addon #

Property "ResolveConflicts" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Associated Types

type PropertyType "ResolveConflicts" Addon 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "ResolveConflicts" Addon = Value Text

Methods

set :: PropertyType "ResolveConflicts" Addon -> Addon -> Addon #

Property "ServiceAccountRoleArn" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Associated Types

type PropertyType "ServiceAccountRoleArn" Addon 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "ServiceAccountRoleArn" Addon = Value Text

Methods

set :: PropertyType "ServiceAccountRoleArn" Addon -> Addon -> Addon #

Property "Tags" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

Associated Types

type PropertyType "Tags" Addon 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "Tags" Addon = [Tag]

Methods

set :: PropertyType "Tags" Addon -> Addon -> Addon #

type PropertyType "AddonName" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "AddonName" Addon = Value Text
type PropertyType "AddonVersion" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "AddonVersion" Addon = Value Text
type PropertyType "ClusterName" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "ClusterName" Addon = Value Text
type PropertyType "ConfigurationValues" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "ConfigurationValues" Addon = Value Text
type PropertyType "NamespaceConfig" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "NamespaceConfig" Addon = NamespaceConfigProperty
type PropertyType "PodIdentityAssociations" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "PodIdentityAssociations" Addon = [PodIdentityAssociationProperty]
type PropertyType "PreserveOnDelete" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "PreserveOnDelete" Addon = Value Bool
type PropertyType "ResolveConflicts" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "ResolveConflicts" Addon = Value Text
type PropertyType "ServiceAccountRoleArn" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "ServiceAccountRoleArn" Addon = Value Text
type PropertyType "Tags" Addon Source # 
Instance details

Defined in Stratosphere.EKS.Addon

type PropertyType "Tags" Addon = [Tag]