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

Stratosphere.EKS.Nodegroup

Documentation

data Nodegroup Source #

Constructors

Nodegroup

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

Fields

Instances

Instances details
ToJSON Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Show Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Eq Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

ToResourceProperties Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Property "AmiType" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "AmiType" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "AmiType" Nodegroup = Value Text

Methods

set :: PropertyType "AmiType" Nodegroup -> Nodegroup -> Nodegroup #

Property "CapacityType" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "CapacityType" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "CapacityType" Nodegroup = Value Text

Methods

set :: PropertyType "CapacityType" Nodegroup -> Nodegroup -> Nodegroup #

Property "ClusterName" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "ClusterName" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "ClusterName" Nodegroup = Value Text

Methods

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

Property "DiskSize" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "DiskSize" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Methods

set :: PropertyType "DiskSize" Nodegroup -> Nodegroup -> Nodegroup #

Property "ForceUpdateEnabled" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "ForceUpdateEnabled" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "ForceUpdateEnabled" Nodegroup = Value Bool

Methods

set :: PropertyType "ForceUpdateEnabled" Nodegroup -> Nodegroup -> Nodegroup #

Property "InstanceTypes" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "InstanceTypes" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "InstanceTypes" Nodegroup = ValueList Text

Methods

set :: PropertyType "InstanceTypes" Nodegroup -> Nodegroup -> Nodegroup #

Property "Labels" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "Labels" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Methods

set :: PropertyType "Labels" Nodegroup -> Nodegroup -> Nodegroup #

Property "LaunchTemplate" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "LaunchTemplate" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Methods

set :: PropertyType "LaunchTemplate" Nodegroup -> Nodegroup -> Nodegroup #

Property "NodeRepairConfig" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "NodeRepairConfig" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Methods

set :: PropertyType "NodeRepairConfig" Nodegroup -> Nodegroup -> Nodegroup #

Property "NodeRole" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "NodeRole" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "NodeRole" Nodegroup = Value Text

Methods

set :: PropertyType "NodeRole" Nodegroup -> Nodegroup -> Nodegroup #

Property "NodegroupName" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "NodegroupName" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "NodegroupName" Nodegroup = Value Text

Methods

set :: PropertyType "NodegroupName" Nodegroup -> Nodegroup -> Nodegroup #

Property "ReleaseVersion" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "ReleaseVersion" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "ReleaseVersion" Nodegroup = Value Text

Methods

set :: PropertyType "ReleaseVersion" Nodegroup -> Nodegroup -> Nodegroup #

Property "RemoteAccess" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "RemoteAccess" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Methods

set :: PropertyType "RemoteAccess" Nodegroup -> Nodegroup -> Nodegroup #

Property "ScalingConfig" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "ScalingConfig" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Methods

set :: PropertyType "ScalingConfig" Nodegroup -> Nodegroup -> Nodegroup #

Property "Subnets" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "Subnets" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Methods

set :: PropertyType "Subnets" Nodegroup -> Nodegroup -> Nodegroup #

Property "Tags" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "Tags" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Property "Taints" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "Taints" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Methods

set :: PropertyType "Taints" Nodegroup -> Nodegroup -> Nodegroup #

Property "UpdateConfig" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "UpdateConfig" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Methods

set :: PropertyType "UpdateConfig" Nodegroup -> Nodegroup -> Nodegroup #

Property "Version" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

Associated Types

type PropertyType "Version" Nodegroup 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "Version" Nodegroup = Value Text

Methods

set :: PropertyType "Version" Nodegroup -> Nodegroup -> Nodegroup #

type PropertyType "AmiType" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "AmiType" Nodegroup = Value Text
type PropertyType "CapacityType" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "CapacityType" Nodegroup = Value Text
type PropertyType "ClusterName" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "ClusterName" Nodegroup = Value Text
type PropertyType "DiskSize" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "ForceUpdateEnabled" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "ForceUpdateEnabled" Nodegroup = Value Bool
type PropertyType "InstanceTypes" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "InstanceTypes" Nodegroup = ValueList Text
type PropertyType "Labels" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "LaunchTemplate" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "NodeRepairConfig" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "NodeRole" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "NodeRole" Nodegroup = Value Text
type PropertyType "NodegroupName" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "NodegroupName" Nodegroup = Value Text
type PropertyType "ReleaseVersion" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "ReleaseVersion" Nodegroup = Value Text
type PropertyType "RemoteAccess" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "ScalingConfig" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "Subnets" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "Tags" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "Taints" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "UpdateConfig" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "Version" Nodegroup Source # 
Instance details

Defined in Stratosphere.EKS.Nodegroup

type PropertyType "Version" Nodegroup = Value Text