| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SES.MailManagerIngressPoint
Documentation
data NetworkConfigurationProperty Source #
Constructors
| NetworkConfigurationProperty | |
Instances
data PrivateNetworkConfigurationProperty Source #
Constructors
| PrivateNetworkConfigurationProperty | |
Fields
| |
Instances
| ToJSON PrivateNetworkConfigurationProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint.PrivateNetworkConfigurationProperty | |||||
| Show PrivateNetworkConfigurationProperty Source # | |||||
| Eq PrivateNetworkConfigurationProperty Source # | |||||
| ToResourceProperties PrivateNetworkConfigurationProperty Source # | |||||
| Property "VpcEndpointId" PrivateNetworkConfigurationProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint.PrivateNetworkConfigurationProperty Associated Types
Methods set :: PropertyType "VpcEndpointId" PrivateNetworkConfigurationProperty -> PrivateNetworkConfigurationProperty -> PrivateNetworkConfigurationProperty # | |||||
| type PropertyType "VpcEndpointId" PrivateNetworkConfigurationProperty Source # | |||||
data PublicNetworkConfigurationProperty Source #
Constructors
| PublicNetworkConfigurationProperty | |
Fields
| |
Instances
| ToJSON PublicNetworkConfigurationProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint.PublicNetworkConfigurationProperty | |||||
| Show PublicNetworkConfigurationProperty Source # | |||||
| Eq PublicNetworkConfigurationProperty Source # | |||||
| ToResourceProperties PublicNetworkConfigurationProperty Source # | |||||
| Property "IpType" PublicNetworkConfigurationProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint.PublicNetworkConfigurationProperty Associated Types
Methods set :: PropertyType "IpType" PublicNetworkConfigurationProperty -> PublicNetworkConfigurationProperty -> PublicNetworkConfigurationProperty # | |||||
| type PropertyType "IpType" PublicNetworkConfigurationProperty Source # | |||||
data MailManagerIngressPoint Source #
Constructors
| MailManagerIngressPoint | |
Fields
| |
Instances
| ToJSON MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Methods toJSON :: MailManagerIngressPoint -> Value # toEncoding :: MailManagerIngressPoint -> Encoding # toJSONList :: [MailManagerIngressPoint] -> Value # | |||||
| Show MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Methods showsPrec :: Int -> MailManagerIngressPoint -> ShowS # show :: MailManagerIngressPoint -> String # showList :: [MailManagerIngressPoint] -> ShowS # | |||||
| Eq MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Methods (==) :: MailManagerIngressPoint -> MailManagerIngressPoint -> Bool # (/=) :: MailManagerIngressPoint -> MailManagerIngressPoint -> Bool # | |||||
| ToResourceProperties MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Methods toResourceProperties :: MailManagerIngressPoint -> ResourceProperties # | |||||
| Property "IngressPointConfiguration" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Associated Types
Methods set :: PropertyType "IngressPointConfiguration" MailManagerIngressPoint -> MailManagerIngressPoint -> MailManagerIngressPoint # | |||||
| Property "IngressPointName" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Associated Types
Methods set :: PropertyType "IngressPointName" MailManagerIngressPoint -> MailManagerIngressPoint -> MailManagerIngressPoint # | |||||
| Property "NetworkConfiguration" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Associated Types
Methods set :: PropertyType "NetworkConfiguration" MailManagerIngressPoint -> MailManagerIngressPoint -> MailManagerIngressPoint # | |||||
| Property "RuleSetId" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Associated Types
Methods set :: PropertyType "RuleSetId" MailManagerIngressPoint -> MailManagerIngressPoint -> MailManagerIngressPoint # | |||||
| Property "StatusToUpdate" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Associated Types
Methods set :: PropertyType "StatusToUpdate" MailManagerIngressPoint -> MailManagerIngressPoint -> MailManagerIngressPoint # | |||||
| Property "Tags" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Associated Types
Methods set :: PropertyType "Tags" MailManagerIngressPoint -> MailManagerIngressPoint -> MailManagerIngressPoint # | |||||
| Property "TrafficPolicyId" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Associated Types
Methods set :: PropertyType "TrafficPolicyId" MailManagerIngressPoint -> MailManagerIngressPoint -> MailManagerIngressPoint # | |||||
| Property "Type" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint Associated Types
Methods set :: PropertyType "Type" MailManagerIngressPoint -> MailManagerIngressPoint -> MailManagerIngressPoint # | |||||
| type PropertyType "IngressPointConfiguration" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint type PropertyType "IngressPointConfiguration" MailManagerIngressPoint = IngressPointConfigurationProperty | |||||
| type PropertyType "IngressPointName" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint | |||||
| type PropertyType "NetworkConfiguration" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint | |||||
| type PropertyType "RuleSetId" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint | |||||
| type PropertyType "StatusToUpdate" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint | |||||
| type PropertyType "Tags" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint | |||||
| type PropertyType "TrafficPolicyId" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint | |||||
| type PropertyType "Type" MailManagerIngressPoint Source # | |||||
Defined in Stratosphere.SES.MailManagerIngressPoint | |||||
mkMailManagerIngressPoint :: Value Text -> Value Text -> Value Text -> MailManagerIngressPoint Source #