| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.MSK.Cluster
Documentation
data BrokerNodeGroupInfoProperty Source #
Constructors
| BrokerNodeGroupInfoProperty | |
Fields | |
Instances
data ClientAuthenticationProperty Source #
Constructors
| ClientAuthenticationProperty | |
Fields | |
Instances
| ToJSON ClientAuthenticationProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ClientAuthenticationProperty Methods toJSON :: ClientAuthenticationProperty -> Value # toEncoding :: ClientAuthenticationProperty -> Encoding # toJSONList :: [ClientAuthenticationProperty] -> Value # toEncodingList :: [ClientAuthenticationProperty] -> Encoding # | |||||
| Show ClientAuthenticationProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ClientAuthenticationProperty Methods showsPrec :: Int -> ClientAuthenticationProperty -> ShowS # show :: ClientAuthenticationProperty -> String # showList :: [ClientAuthenticationProperty] -> ShowS # | |||||
| Eq ClientAuthenticationProperty Source # | |||||
| ToResourceProperties ClientAuthenticationProperty Source # | |||||
| Property "Sasl" ClientAuthenticationProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ClientAuthenticationProperty Associated Types
Methods set :: PropertyType "Sasl" ClientAuthenticationProperty -> ClientAuthenticationProperty -> ClientAuthenticationProperty # | |||||
| Property "Tls" ClientAuthenticationProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ClientAuthenticationProperty Associated Types
Methods set :: PropertyType "Tls" ClientAuthenticationProperty -> ClientAuthenticationProperty -> ClientAuthenticationProperty # | |||||
| Property "Unauthenticated" ClientAuthenticationProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ClientAuthenticationProperty Associated Types
Methods set :: PropertyType "Unauthenticated" ClientAuthenticationProperty -> ClientAuthenticationProperty -> ClientAuthenticationProperty # | |||||
| type PropertyType "Sasl" ClientAuthenticationProperty Source # | |||||
| type PropertyType "Tls" ClientAuthenticationProperty Source # | |||||
| type PropertyType "Unauthenticated" ClientAuthenticationProperty Source # | |||||
data OpenMonitoringProperty Source #
Constructors
| OpenMonitoringProperty | |
Fields | |
Instances
| ToJSON OpenMonitoringProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.OpenMonitoringProperty Methods toJSON :: OpenMonitoringProperty -> Value # toEncoding :: OpenMonitoringProperty -> Encoding # toJSONList :: [OpenMonitoringProperty] -> Value # toEncodingList :: [OpenMonitoringProperty] -> Encoding # omitField :: OpenMonitoringProperty -> Bool # | |||||
| Show OpenMonitoringProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.OpenMonitoringProperty Methods showsPrec :: Int -> OpenMonitoringProperty -> ShowS # show :: OpenMonitoringProperty -> String # showList :: [OpenMonitoringProperty] -> ShowS # | |||||
| Eq OpenMonitoringProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.OpenMonitoringProperty Methods (==) :: OpenMonitoringProperty -> OpenMonitoringProperty -> Bool # (/=) :: OpenMonitoringProperty -> OpenMonitoringProperty -> Bool # | |||||
| ToResourceProperties OpenMonitoringProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.OpenMonitoringProperty Methods toResourceProperties :: OpenMonitoringProperty -> ResourceProperties # | |||||
| Property "Prometheus" OpenMonitoringProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.OpenMonitoringProperty Associated Types
Methods set :: PropertyType "Prometheus" OpenMonitoringProperty -> OpenMonitoringProperty -> OpenMonitoringProperty # | |||||
| type PropertyType "Prometheus" OpenMonitoringProperty Source # | |||||
data ConnectivityInfoProperty Source #
Constructors
| ConnectivityInfoProperty | |
Instances
| ToJSON ConnectivityInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ConnectivityInfoProperty Methods toJSON :: ConnectivityInfoProperty -> Value # toEncoding :: ConnectivityInfoProperty -> Encoding # toJSONList :: [ConnectivityInfoProperty] -> Value # | |||||
| Show ConnectivityInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ConnectivityInfoProperty Methods showsPrec :: Int -> ConnectivityInfoProperty -> ShowS # show :: ConnectivityInfoProperty -> String # showList :: [ConnectivityInfoProperty] -> ShowS # | |||||
| Eq ConnectivityInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ConnectivityInfoProperty Methods (==) :: ConnectivityInfoProperty -> ConnectivityInfoProperty -> Bool # (/=) :: ConnectivityInfoProperty -> ConnectivityInfoProperty -> Bool # | |||||
| ToResourceProperties ConnectivityInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ConnectivityInfoProperty Methods toResourceProperties :: ConnectivityInfoProperty -> ResourceProperties # | |||||
| Property "PublicAccess" ConnectivityInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ConnectivityInfoProperty Associated Types
Methods set :: PropertyType "PublicAccess" ConnectivityInfoProperty -> ConnectivityInfoProperty -> ConnectivityInfoProperty # | |||||
| Property "VpcConnectivity" ConnectivityInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ConnectivityInfoProperty Associated Types
Methods set :: PropertyType "VpcConnectivity" ConnectivityInfoProperty -> ConnectivityInfoProperty -> ConnectivityInfoProperty # | |||||
| type PropertyType "PublicAccess" ConnectivityInfoProperty Source # | |||||
| type PropertyType "VpcConnectivity" ConnectivityInfoProperty Source # | |||||
data StorageInfoProperty Source #
Constructors
| StorageInfoProperty | |
Fields | |
Instances
| ToJSON StorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.StorageInfoProperty Methods toJSON :: StorageInfoProperty -> Value # toEncoding :: StorageInfoProperty -> Encoding # toJSONList :: [StorageInfoProperty] -> Value # toEncodingList :: [StorageInfoProperty] -> Encoding # omitField :: StorageInfoProperty -> Bool # | |||||
| Show StorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.StorageInfoProperty Methods showsPrec :: Int -> StorageInfoProperty -> ShowS # show :: StorageInfoProperty -> String # showList :: [StorageInfoProperty] -> ShowS # | |||||
| Eq StorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.StorageInfoProperty Methods (==) :: StorageInfoProperty -> StorageInfoProperty -> Bool # (/=) :: StorageInfoProperty -> StorageInfoProperty -> Bool # | |||||
| ToResourceProperties StorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.StorageInfoProperty Methods toResourceProperties :: StorageInfoProperty -> ResourceProperties # | |||||
| Property "EBSStorageInfo" StorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.StorageInfoProperty Associated Types
Methods set :: PropertyType "EBSStorageInfo" StorageInfoProperty -> StorageInfoProperty -> StorageInfoProperty # | |||||
| type PropertyType "EBSStorageInfo" StorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.StorageInfoProperty | |||||
data SaslProperty Source #
Constructors
| SaslProperty | |
Fields
| |
Instances
| ToJSON SaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.SaslProperty Methods toJSON :: SaslProperty -> Value # toEncoding :: SaslProperty -> Encoding # toJSONList :: [SaslProperty] -> Value # toEncodingList :: [SaslProperty] -> Encoding # omitField :: SaslProperty -> Bool # | |||||
| Show SaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.SaslProperty Methods showsPrec :: Int -> SaslProperty -> ShowS # show :: SaslProperty -> String # showList :: [SaslProperty] -> ShowS # | |||||
| Eq SaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.SaslProperty | |||||
| ToResourceProperties SaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.SaslProperty Methods toResourceProperties :: SaslProperty -> ResourceProperties # | |||||
| Property "Iam" SaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.SaslProperty Associated Types
Methods set :: PropertyType "Iam" SaslProperty -> SaslProperty -> SaslProperty # | |||||
| Property "Scram" SaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.SaslProperty Associated Types
Methods set :: PropertyType "Scram" SaslProperty -> SaslProperty -> SaslProperty # | |||||
| type PropertyType "Iam" SaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.SaslProperty | |||||
| type PropertyType "Scram" SaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.SaslProperty | |||||
data TlsProperty Source #
Constructors
| TlsProperty | |
Fields
| |
Instances
| ToJSON TlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.TlsProperty Methods toJSON :: TlsProperty -> Value # toEncoding :: TlsProperty -> Encoding # toJSONList :: [TlsProperty] -> Value # toEncodingList :: [TlsProperty] -> Encoding # omitField :: TlsProperty -> Bool # | |||||
| Show TlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.TlsProperty Methods showsPrec :: Int -> TlsProperty -> ShowS # show :: TlsProperty -> String # showList :: [TlsProperty] -> ShowS # | |||||
| Eq TlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.TlsProperty | |||||
| ToResourceProperties TlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.TlsProperty Methods | |||||
| Property "CertificateAuthorityArnList" TlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.TlsProperty Associated Types
Methods set :: PropertyType "CertificateAuthorityArnList" TlsProperty -> TlsProperty -> TlsProperty # | |||||
| Property "Enabled" TlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.TlsProperty Associated Types
Methods set :: PropertyType "Enabled" TlsProperty -> TlsProperty -> TlsProperty # | |||||
| type PropertyType "CertificateAuthorityArnList" TlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.TlsProperty | |||||
| type PropertyType "Enabled" TlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.TlsProperty | |||||
data UnauthenticatedProperty Source #
Constructors
| UnauthenticatedProperty | |
Fields
| |
Instances
| ToJSON UnauthenticatedProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.UnauthenticatedProperty Methods toJSON :: UnauthenticatedProperty -> Value # toEncoding :: UnauthenticatedProperty -> Encoding # toJSONList :: [UnauthenticatedProperty] -> Value # | |||||
| Show UnauthenticatedProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.UnauthenticatedProperty Methods showsPrec :: Int -> UnauthenticatedProperty -> ShowS # show :: UnauthenticatedProperty -> String # showList :: [UnauthenticatedProperty] -> ShowS # | |||||
| Eq UnauthenticatedProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.UnauthenticatedProperty Methods (==) :: UnauthenticatedProperty -> UnauthenticatedProperty -> Bool # (/=) :: UnauthenticatedProperty -> UnauthenticatedProperty -> Bool # | |||||
| ToResourceProperties UnauthenticatedProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.UnauthenticatedProperty Methods toResourceProperties :: UnauthenticatedProperty -> ResourceProperties # | |||||
| Property "Enabled" UnauthenticatedProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.UnauthenticatedProperty Associated Types
Methods set :: PropertyType "Enabled" UnauthenticatedProperty -> UnauthenticatedProperty -> UnauthenticatedProperty # | |||||
| type PropertyType "Enabled" UnauthenticatedProperty Source # | |||||
data PublicAccessProperty Source #
Constructors
| PublicAccessProperty | |
Fields
| |
Instances
| ToJSON PublicAccessProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PublicAccessProperty Methods toJSON :: PublicAccessProperty -> Value # toEncoding :: PublicAccessProperty -> Encoding # toJSONList :: [PublicAccessProperty] -> Value # toEncodingList :: [PublicAccessProperty] -> Encoding # omitField :: PublicAccessProperty -> Bool # | |||||
| Show PublicAccessProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PublicAccessProperty Methods showsPrec :: Int -> PublicAccessProperty -> ShowS # show :: PublicAccessProperty -> String # showList :: [PublicAccessProperty] -> ShowS # | |||||
| Eq PublicAccessProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PublicAccessProperty Methods (==) :: PublicAccessProperty -> PublicAccessProperty -> Bool # (/=) :: PublicAccessProperty -> PublicAccessProperty -> Bool # | |||||
| ToResourceProperties PublicAccessProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PublicAccessProperty Methods toResourceProperties :: PublicAccessProperty -> ResourceProperties # | |||||
| Property "Type" PublicAccessProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PublicAccessProperty Associated Types
Methods set :: PropertyType "Type" PublicAccessProperty -> PublicAccessProperty -> PublicAccessProperty # | |||||
| type PropertyType "Type" PublicAccessProperty Source # | |||||
data VpcConnectivityProperty Source #
Constructors
| VpcConnectivityProperty | |
Instances
| ToJSON VpcConnectivityProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityProperty Methods toJSON :: VpcConnectivityProperty -> Value # toEncoding :: VpcConnectivityProperty -> Encoding # toJSONList :: [VpcConnectivityProperty] -> Value # | |||||
| Show VpcConnectivityProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityProperty Methods showsPrec :: Int -> VpcConnectivityProperty -> ShowS # show :: VpcConnectivityProperty -> String # showList :: [VpcConnectivityProperty] -> ShowS # | |||||
| Eq VpcConnectivityProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityProperty Methods (==) :: VpcConnectivityProperty -> VpcConnectivityProperty -> Bool # (/=) :: VpcConnectivityProperty -> VpcConnectivityProperty -> Bool # | |||||
| ToResourceProperties VpcConnectivityProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityProperty Methods toResourceProperties :: VpcConnectivityProperty -> ResourceProperties # | |||||
| Property "ClientAuthentication" VpcConnectivityProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityProperty Associated Types
Methods set :: PropertyType "ClientAuthentication" VpcConnectivityProperty -> VpcConnectivityProperty -> VpcConnectivityProperty # | |||||
| type PropertyType "ClientAuthentication" VpcConnectivityProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityProperty type PropertyType "ClientAuthentication" VpcConnectivityProperty = VpcConnectivityClientAuthenticationProperty | |||||
data EBSStorageInfoProperty Source #
Constructors
| EBSStorageInfoProperty | |
Fields | |
Instances
| ToJSON EBSStorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.EBSStorageInfoProperty Methods toJSON :: EBSStorageInfoProperty -> Value # toEncoding :: EBSStorageInfoProperty -> Encoding # toJSONList :: [EBSStorageInfoProperty] -> Value # toEncodingList :: [EBSStorageInfoProperty] -> Encoding # omitField :: EBSStorageInfoProperty -> Bool # | |||||
| Show EBSStorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.EBSStorageInfoProperty Methods showsPrec :: Int -> EBSStorageInfoProperty -> ShowS # show :: EBSStorageInfoProperty -> String # showList :: [EBSStorageInfoProperty] -> ShowS # | |||||
| Eq EBSStorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.EBSStorageInfoProperty Methods (==) :: EBSStorageInfoProperty -> EBSStorageInfoProperty -> Bool # (/=) :: EBSStorageInfoProperty -> EBSStorageInfoProperty -> Bool # | |||||
| ToResourceProperties EBSStorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.EBSStorageInfoProperty Methods toResourceProperties :: EBSStorageInfoProperty -> ResourceProperties # | |||||
| Property "ProvisionedThroughput" EBSStorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.EBSStorageInfoProperty Associated Types
Methods set :: PropertyType "ProvisionedThroughput" EBSStorageInfoProperty -> EBSStorageInfoProperty -> EBSStorageInfoProperty # | |||||
| Property "VolumeSize" EBSStorageInfoProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.EBSStorageInfoProperty Associated Types
Methods set :: PropertyType "VolumeSize" EBSStorageInfoProperty -> EBSStorageInfoProperty -> EBSStorageInfoProperty # | |||||
| type PropertyType "ProvisionedThroughput" EBSStorageInfoProperty Source # | |||||
| type PropertyType "VolumeSize" EBSStorageInfoProperty Source # | |||||
data ProvisionedThroughputProperty Source #
Constructors
| ProvisionedThroughputProperty | |
Fields
| |
Instances
| ToJSON ProvisionedThroughputProperty Source # | |||||
| Show ProvisionedThroughputProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ProvisionedThroughputProperty Methods showsPrec :: Int -> ProvisionedThroughputProperty -> ShowS # show :: ProvisionedThroughputProperty -> String # showList :: [ProvisionedThroughputProperty] -> ShowS # | |||||
| Eq ProvisionedThroughputProperty Source # | |||||
| ToResourceProperties ProvisionedThroughputProperty Source # | |||||
| Property "Enabled" ProvisionedThroughputProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ProvisionedThroughputProperty Associated Types
Methods set :: PropertyType "Enabled" ProvisionedThroughputProperty -> ProvisionedThroughputProperty -> ProvisionedThroughputProperty # | |||||
| Property "VolumeThroughput" ProvisionedThroughputProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ProvisionedThroughputProperty Associated Types
Methods set :: PropertyType "VolumeThroughput" ProvisionedThroughputProperty -> ProvisionedThroughputProperty -> ProvisionedThroughputProperty # | |||||
| type PropertyType "Enabled" ProvisionedThroughputProperty Source # | |||||
| type PropertyType "VolumeThroughput" ProvisionedThroughputProperty Source # | |||||
data IamProperty Source #
Constructors
| IamProperty | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-iam.html |
Instances
| ToJSON IamProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.IamProperty Methods toJSON :: IamProperty -> Value # toEncoding :: IamProperty -> Encoding # toJSONList :: [IamProperty] -> Value # toEncodingList :: [IamProperty] -> Encoding # omitField :: IamProperty -> Bool # | |||||
| Show IamProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.IamProperty Methods showsPrec :: Int -> IamProperty -> ShowS # show :: IamProperty -> String # showList :: [IamProperty] -> ShowS # | |||||
| Eq IamProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.IamProperty | |||||
| ToResourceProperties IamProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.IamProperty Methods | |||||
| Property "Enabled" IamProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.IamProperty Associated Types
Methods set :: PropertyType "Enabled" IamProperty -> IamProperty -> IamProperty # | |||||
| type PropertyType "Enabled" IamProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.IamProperty | |||||
data JmxExporterProperty Source #
Constructors
| JmxExporterProperty | |
Instances
| ToJSON JmxExporterProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.JmxExporterProperty Methods toJSON :: JmxExporterProperty -> Value # toEncoding :: JmxExporterProperty -> Encoding # toJSONList :: [JmxExporterProperty] -> Value # toEncodingList :: [JmxExporterProperty] -> Encoding # omitField :: JmxExporterProperty -> Bool # | |||||
| Show JmxExporterProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.JmxExporterProperty Methods showsPrec :: Int -> JmxExporterProperty -> ShowS # show :: JmxExporterProperty -> String # showList :: [JmxExporterProperty] -> ShowS # | |||||
| Eq JmxExporterProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.JmxExporterProperty Methods (==) :: JmxExporterProperty -> JmxExporterProperty -> Bool # (/=) :: JmxExporterProperty -> JmxExporterProperty -> Bool # | |||||
| ToResourceProperties JmxExporterProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.JmxExporterProperty Methods toResourceProperties :: JmxExporterProperty -> ResourceProperties # | |||||
| Property "EnabledInBroker" JmxExporterProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.JmxExporterProperty Associated Types
Methods set :: PropertyType "EnabledInBroker" JmxExporterProperty -> JmxExporterProperty -> JmxExporterProperty # | |||||
| type PropertyType "EnabledInBroker" JmxExporterProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.JmxExporterProperty | |||||
data NodeExporterProperty Source #
Constructors
| NodeExporterProperty | |
Instances
| ToJSON NodeExporterProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.NodeExporterProperty Methods toJSON :: NodeExporterProperty -> Value # toEncoding :: NodeExporterProperty -> Encoding # toJSONList :: [NodeExporterProperty] -> Value # toEncodingList :: [NodeExporterProperty] -> Encoding # omitField :: NodeExporterProperty -> Bool # | |||||
| Show NodeExporterProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.NodeExporterProperty Methods showsPrec :: Int -> NodeExporterProperty -> ShowS # show :: NodeExporterProperty -> String # showList :: [NodeExporterProperty] -> ShowS # | |||||
| Eq NodeExporterProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.NodeExporterProperty Methods (==) :: NodeExporterProperty -> NodeExporterProperty -> Bool # (/=) :: NodeExporterProperty -> NodeExporterProperty -> Bool # | |||||
| ToResourceProperties NodeExporterProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.NodeExporterProperty Methods toResourceProperties :: NodeExporterProperty -> ResourceProperties # | |||||
| Property "EnabledInBroker" NodeExporterProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.NodeExporterProperty Associated Types
Methods set :: PropertyType "EnabledInBroker" NodeExporterProperty -> NodeExporterProperty -> NodeExporterProperty # | |||||
| type PropertyType "EnabledInBroker" NodeExporterProperty Source # | |||||
data PrometheusProperty Source #
Constructors
| PrometheusProperty | |
Fields | |
Instances
| ToJSON PrometheusProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PrometheusProperty Methods toJSON :: PrometheusProperty -> Value # toEncoding :: PrometheusProperty -> Encoding # toJSONList :: [PrometheusProperty] -> Value # toEncodingList :: [PrometheusProperty] -> Encoding # omitField :: PrometheusProperty -> Bool # | |||||
| Show PrometheusProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PrometheusProperty Methods showsPrec :: Int -> PrometheusProperty -> ShowS # show :: PrometheusProperty -> String # showList :: [PrometheusProperty] -> ShowS # | |||||
| Eq PrometheusProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PrometheusProperty Methods (==) :: PrometheusProperty -> PrometheusProperty -> Bool # (/=) :: PrometheusProperty -> PrometheusProperty -> Bool # | |||||
| ToResourceProperties PrometheusProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PrometheusProperty Methods toResourceProperties :: PrometheusProperty -> ResourceProperties # | |||||
| Property "JmxExporter" PrometheusProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PrometheusProperty Associated Types
Methods set :: PropertyType "JmxExporter" PrometheusProperty -> PrometheusProperty -> PrometheusProperty # | |||||
| Property "NodeExporter" PrometheusProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PrometheusProperty Associated Types
Methods set :: PropertyType "NodeExporter" PrometheusProperty -> PrometheusProperty -> PrometheusProperty # | |||||
| type PropertyType "JmxExporter" PrometheusProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PrometheusProperty | |||||
| type PropertyType "NodeExporter" PrometheusProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.PrometheusProperty | |||||
data ScramProperty Source #
Constructors
| ScramProperty | |
Fields
| |
Instances
| ToJSON ScramProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ScramProperty Methods toJSON :: ScramProperty -> Value # toEncoding :: ScramProperty -> Encoding # toJSONList :: [ScramProperty] -> Value # toEncodingList :: [ScramProperty] -> Encoding # omitField :: ScramProperty -> Bool # | |||||
| Show ScramProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ScramProperty Methods showsPrec :: Int -> ScramProperty -> ShowS # show :: ScramProperty -> String # showList :: [ScramProperty] -> ShowS # | |||||
| Eq ScramProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ScramProperty Methods (==) :: ScramProperty -> ScramProperty -> Bool # (/=) :: ScramProperty -> ScramProperty -> Bool # | |||||
| ToResourceProperties ScramProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ScramProperty Methods toResourceProperties :: ScramProperty -> ResourceProperties # | |||||
| Property "Enabled" ScramProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ScramProperty Associated Types
Methods set :: PropertyType "Enabled" ScramProperty -> ScramProperty -> ScramProperty # | |||||
| type PropertyType "Enabled" ScramProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.ScramProperty | |||||
data VpcConnectivityClientAuthenticationProperty Source #
Constructors
| VpcConnectivityClientAuthenticationProperty | |
Fields | |
Instances
| ToJSON VpcConnectivityClientAuthenticationProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityClientAuthenticationProperty Methods toJSON :: VpcConnectivityClientAuthenticationProperty -> Value # toEncoding :: VpcConnectivityClientAuthenticationProperty -> Encoding # toJSONList :: [VpcConnectivityClientAuthenticationProperty] -> Value # toEncodingList :: [VpcConnectivityClientAuthenticationProperty] -> Encoding # omitField :: VpcConnectivityClientAuthenticationProperty -> Bool # | |||||
| Show VpcConnectivityClientAuthenticationProperty Source # | |||||
| Eq VpcConnectivityClientAuthenticationProperty Source # | |||||
| ToResourceProperties VpcConnectivityClientAuthenticationProperty Source # | |||||
| Property "Sasl" VpcConnectivityClientAuthenticationProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityClientAuthenticationProperty Associated Types
| |||||
| Property "Tls" VpcConnectivityClientAuthenticationProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityClientAuthenticationProperty Associated Types
| |||||
| type PropertyType "Sasl" VpcConnectivityClientAuthenticationProperty Source # | |||||
| type PropertyType "Tls" VpcConnectivityClientAuthenticationProperty Source # | |||||
data VpcConnectivitySaslProperty Source #
Constructors
| VpcConnectivitySaslProperty | |
Fields | |
Instances
| ToJSON VpcConnectivitySaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivitySaslProperty Methods toJSON :: VpcConnectivitySaslProperty -> Value # toEncoding :: VpcConnectivitySaslProperty -> Encoding # toJSONList :: [VpcConnectivitySaslProperty] -> Value # toEncodingList :: [VpcConnectivitySaslProperty] -> Encoding # | |||||
| Show VpcConnectivitySaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivitySaslProperty Methods showsPrec :: Int -> VpcConnectivitySaslProperty -> ShowS # show :: VpcConnectivitySaslProperty -> String # showList :: [VpcConnectivitySaslProperty] -> ShowS # | |||||
| Eq VpcConnectivitySaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivitySaslProperty Methods (==) :: VpcConnectivitySaslProperty -> VpcConnectivitySaslProperty -> Bool # (/=) :: VpcConnectivitySaslProperty -> VpcConnectivitySaslProperty -> Bool # | |||||
| ToResourceProperties VpcConnectivitySaslProperty Source # | |||||
| Property "Iam" VpcConnectivitySaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivitySaslProperty Associated Types
Methods set :: PropertyType "Iam" VpcConnectivitySaslProperty -> VpcConnectivitySaslProperty -> VpcConnectivitySaslProperty # | |||||
| Property "Scram" VpcConnectivitySaslProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivitySaslProperty Associated Types
Methods set :: PropertyType "Scram" VpcConnectivitySaslProperty -> VpcConnectivitySaslProperty -> VpcConnectivitySaslProperty # | |||||
| type PropertyType "Iam" VpcConnectivitySaslProperty Source # | |||||
| type PropertyType "Scram" VpcConnectivitySaslProperty Source # | |||||
data VpcConnectivityTlsProperty Source #
Constructors
| VpcConnectivityTlsProperty | |
Fields
| |
Instances
| ToJSON VpcConnectivityTlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityTlsProperty Methods toJSON :: VpcConnectivityTlsProperty -> Value # toEncoding :: VpcConnectivityTlsProperty -> Encoding # toJSONList :: [VpcConnectivityTlsProperty] -> Value # toEncodingList :: [VpcConnectivityTlsProperty] -> Encoding # | |||||
| Show VpcConnectivityTlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityTlsProperty Methods showsPrec :: Int -> VpcConnectivityTlsProperty -> ShowS # show :: VpcConnectivityTlsProperty -> String # showList :: [VpcConnectivityTlsProperty] -> ShowS # | |||||
| Eq VpcConnectivityTlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityTlsProperty Methods (==) :: VpcConnectivityTlsProperty -> VpcConnectivityTlsProperty -> Bool # (/=) :: VpcConnectivityTlsProperty -> VpcConnectivityTlsProperty -> Bool # | |||||
| ToResourceProperties VpcConnectivityTlsProperty Source # | |||||
| Property "Enabled" VpcConnectivityTlsProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityTlsProperty Associated Types
Methods set :: PropertyType "Enabled" VpcConnectivityTlsProperty -> VpcConnectivityTlsProperty -> VpcConnectivityTlsProperty # | |||||
| type PropertyType "Enabled" VpcConnectivityTlsProperty Source # | |||||
data VpcConnectivityIamProperty Source #
Constructors
| VpcConnectivityIamProperty | |
Fields
| |
Instances
| ToJSON VpcConnectivityIamProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityIamProperty Methods toJSON :: VpcConnectivityIamProperty -> Value # toEncoding :: VpcConnectivityIamProperty -> Encoding # toJSONList :: [VpcConnectivityIamProperty] -> Value # toEncodingList :: [VpcConnectivityIamProperty] -> Encoding # | |||||
| Show VpcConnectivityIamProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityIamProperty Methods showsPrec :: Int -> VpcConnectivityIamProperty -> ShowS # show :: VpcConnectivityIamProperty -> String # showList :: [VpcConnectivityIamProperty] -> ShowS # | |||||
| Eq VpcConnectivityIamProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityIamProperty Methods (==) :: VpcConnectivityIamProperty -> VpcConnectivityIamProperty -> Bool # (/=) :: VpcConnectivityIamProperty -> VpcConnectivityIamProperty -> Bool # | |||||
| ToResourceProperties VpcConnectivityIamProperty Source # | |||||
| Property "Enabled" VpcConnectivityIamProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityIamProperty Associated Types
Methods set :: PropertyType "Enabled" VpcConnectivityIamProperty -> VpcConnectivityIamProperty -> VpcConnectivityIamProperty # | |||||
| type PropertyType "Enabled" VpcConnectivityIamProperty Source # | |||||
data VpcConnectivityScramProperty Source #
Constructors
| VpcConnectivityScramProperty | |
Fields
| |
Instances
| ToJSON VpcConnectivityScramProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityScramProperty Methods toJSON :: VpcConnectivityScramProperty -> Value # toEncoding :: VpcConnectivityScramProperty -> Encoding # toJSONList :: [VpcConnectivityScramProperty] -> Value # toEncodingList :: [VpcConnectivityScramProperty] -> Encoding # | |||||
| Show VpcConnectivityScramProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityScramProperty Methods showsPrec :: Int -> VpcConnectivityScramProperty -> ShowS # show :: VpcConnectivityScramProperty -> String # showList :: [VpcConnectivityScramProperty] -> ShowS # | |||||
| Eq VpcConnectivityScramProperty Source # | |||||
| ToResourceProperties VpcConnectivityScramProperty Source # | |||||
| Property "Enabled" VpcConnectivityScramProperty Source # | |||||
Defined in Stratosphere.MSK.Cluster.VpcConnectivityScramProperty Associated Types
Methods set :: PropertyType "Enabled" VpcConnectivityScramProperty -> VpcConnectivityScramProperty -> VpcConnectivityScramProperty # | |||||
| type PropertyType "Enabled" VpcConnectivityScramProperty Source # | |||||
mkBrokerNodeGroupInfoProperty :: ValueList Text -> Value Text -> BrokerNodeGroupInfoProperty Source #
mkIamProperty :: Value Bool -> IamProperty Source #
mkScramProperty :: Value Bool -> ScramProperty Source #
mkVpcConnectivityClientAuthenticationProperty :: VpcConnectivityClientAuthenticationProperty Source #
Constructors
| Cluster | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html |
Fields
| |
Instances
| ToJSON Cluster Source # | |||||
| Show Cluster Source # | |||||
| Eq Cluster Source # | |||||
| ToResourceProperties Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Methods | |||||
| Property "BrokerNodeGroupInfo" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "ClientAuthentication" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "ClusterName" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "ConfigurationInfo" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "CurrentVersion" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "EncryptionInfo" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "EnhancedMonitoring" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "KafkaVersion" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "LoggingInfo" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "NumberOfBrokerNodes" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "OpenMonitoring" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "StorageMode" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| Property "Tags" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster Associated Types
| |||||
| type PropertyType "BrokerNodeGroupInfo" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "ClientAuthentication" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "ClusterName" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "ConfigurationInfo" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "CurrentVersion" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "EncryptionInfo" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "EnhancedMonitoring" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "KafkaVersion" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "LoggingInfo" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "NumberOfBrokerNodes" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "OpenMonitoring" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "StorageMode" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||
| type PropertyType "Tags" Cluster Source # | |||||
Defined in Stratosphere.MSK.Cluster | |||||