Stratosphere.EKS.Cluster
module Stratosphere.EKS.Cluster.AccessConfigProperty
module Stratosphere.EKS.Cluster.ComputeConfigProperty
module Stratosphere.EKS.Cluster.EncryptionConfigProperty
module Stratosphere.EKS.Cluster.KubernetesNetworkConfigProperty
module Stratosphere.EKS.Cluster.LoggingProperty
module Stratosphere.EKS.Cluster.OutpostConfigProperty
module Stratosphere.EKS.Cluster.RemoteNetworkConfigProperty
module Stratosphere.EKS.Cluster.ResourcesVpcConfigProperty
module Stratosphere.EKS.Cluster.StorageConfigProperty
module Stratosphere.EKS.Cluster.UpgradePolicyProperty
module Stratosphere.EKS.Cluster.ZonalShiftConfigProperty
data Cluster Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-accessconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-bootstrapselfmanagedaddons
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-computeconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-deletionprotection
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-encryptionconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-force
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-kubernetesnetworkconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-logging
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-outpostconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-remotenetworkconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-resourcesvpcconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-rolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-storageconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-upgradepolicy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-version
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-zonalshiftconfig
Defined in Stratosphere.EKS.Cluster
Methods
toJSON :: Cluster -> Value #
toEncoding :: Cluster -> Encoding #
toJSONList :: [Cluster] -> Value #
toEncodingList :: [Cluster] -> Encoding #
omitField :: Cluster -> Bool #
showsPrec :: Int -> Cluster -> ShowS #
show :: Cluster -> String #
showList :: [Cluster] -> ShowS #
(==) :: Cluster -> Cluster -> Bool #
(/=) :: Cluster -> Cluster -> Bool #
toResourceProperties :: Cluster -> ResourceProperties #
Associated Types
set :: PropertyType "AccessConfig" Cluster -> Cluster -> Cluster #
set :: PropertyType "BootstrapSelfManagedAddons" Cluster -> Cluster -> Cluster #
set :: PropertyType "ComputeConfig" Cluster -> Cluster -> Cluster #
set :: PropertyType "DeletionProtection" Cluster -> Cluster -> Cluster #
set :: PropertyType "EncryptionConfig" Cluster -> Cluster -> Cluster #
set :: PropertyType "Force" Cluster -> Cluster -> Cluster #
set :: PropertyType "KubernetesNetworkConfig" Cluster -> Cluster -> Cluster #
set :: PropertyType "Logging" Cluster -> Cluster -> Cluster #
set :: PropertyType "Name" Cluster -> Cluster -> Cluster #
set :: PropertyType "OutpostConfig" Cluster -> Cluster -> Cluster #
set :: PropertyType "RemoteNetworkConfig" Cluster -> Cluster -> Cluster #
set :: PropertyType "ResourcesVpcConfig" Cluster -> Cluster -> Cluster #
set :: PropertyType "RoleArn" Cluster -> Cluster -> Cluster #
set :: PropertyType "StorageConfig" Cluster -> Cluster -> Cluster #
set :: PropertyType "Tags" Cluster -> Cluster -> Cluster #
set :: PropertyType "UpgradePolicy" Cluster -> Cluster -> Cluster #
set :: PropertyType "Version" Cluster -> Cluster -> Cluster #
set :: PropertyType "ZonalShiftConfig" Cluster -> Cluster -> Cluster #
mkCluster :: ResourcesVpcConfigProperty -> Value Text -> Cluster Source #