module Stratosphere.ARCRegionSwitch.Plan.Route53HealthCheckConfigurationProperty (
module Exports, Route53HealthCheckConfigurationProperty(..),
mkRoute53HealthCheckConfigurationProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.ARCRegionSwitch.Plan.Route53ResourceRecordSetProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data Route53HealthCheckConfigurationProperty
=
Route53HealthCheckConfigurationProperty {Route53HealthCheckConfigurationProperty -> ()
haddock_workaround_ :: (),
Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
crossAccountRole :: (Prelude.Maybe (Value Prelude.Text)),
Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
externalId :: (Prelude.Maybe (Value Prelude.Text)),
Route53HealthCheckConfigurationProperty -> Value Text
hostedZoneId :: (Value Prelude.Text),
Route53HealthCheckConfigurationProperty -> Value Text
recordName :: (Value Prelude.Text),
Route53HealthCheckConfigurationProperty
-> Maybe [Route53ResourceRecordSetProperty]
recordSets :: (Prelude.Maybe [Route53ResourceRecordSetProperty]),
Route53HealthCheckConfigurationProperty -> Maybe (Value Double)
timeoutMinutes :: (Prelude.Maybe (Value Prelude.Double))}
deriving stock (Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty -> Bool
(Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty -> Bool)
-> (Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty -> Bool)
-> Eq Route53HealthCheckConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty -> Bool
== :: Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty -> Bool
$c/= :: Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty -> Bool
/= :: Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty -> Bool
Prelude.Eq, Int -> Route53HealthCheckConfigurationProperty -> ShowS
[Route53HealthCheckConfigurationProperty] -> ShowS
Route53HealthCheckConfigurationProperty -> String
(Int -> Route53HealthCheckConfigurationProperty -> ShowS)
-> (Route53HealthCheckConfigurationProperty -> String)
-> ([Route53HealthCheckConfigurationProperty] -> ShowS)
-> Show Route53HealthCheckConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Route53HealthCheckConfigurationProperty -> ShowS
showsPrec :: Int -> Route53HealthCheckConfigurationProperty -> ShowS
$cshow :: Route53HealthCheckConfigurationProperty -> String
show :: Route53HealthCheckConfigurationProperty -> String
$cshowList :: [Route53HealthCheckConfigurationProperty] -> ShowS
showList :: [Route53HealthCheckConfigurationProperty] -> ShowS
Prelude.Show)
mkRoute53HealthCheckConfigurationProperty ::
Value Prelude.Text
-> Value Prelude.Text -> Route53HealthCheckConfigurationProperty
mkRoute53HealthCheckConfigurationProperty :: Value Text -> Value Text -> Route53HealthCheckConfigurationProperty
mkRoute53HealthCheckConfigurationProperty Value Text
hostedZoneId Value Text
recordName
= Route53HealthCheckConfigurationProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), hostedZoneId :: Value Text
hostedZoneId = Value Text
hostedZoneId,
recordName :: Value Text
recordName = Value Text
recordName, crossAccountRole :: Maybe (Value Text)
crossAccountRole = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
externalId :: Maybe (Value Text)
externalId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, recordSets :: Maybe [Route53ResourceRecordSetProperty]
recordSets = Maybe [Route53ResourceRecordSetProperty]
forall a. Maybe a
Prelude.Nothing,
timeoutMinutes :: Maybe (Value Double)
timeoutMinutes = Maybe (Value Double)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Route53HealthCheckConfigurationProperty where
toResourceProperties :: Route53HealthCheckConfigurationProperty -> ResourceProperties
toResourceProperties Route53HealthCheckConfigurationProperty {Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Route53HealthCheckConfigurationProperty -> ()
crossAccountRole :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
externalId :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
hostedZoneId :: Route53HealthCheckConfigurationProperty -> Value Text
recordName :: Route53HealthCheckConfigurationProperty -> Value Text
recordSets :: Route53HealthCheckConfigurationProperty
-> Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Route53HealthCheckConfigurationProperty -> Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::ARCRegionSwitch::Plan.Route53HealthCheckConfiguration",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"HostedZoneId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
hostedZoneId,
Key
"RecordName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
recordName]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CrossAccountRole" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
crossAccountRole,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExternalId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
externalId,
Key -> [Route53ResourceRecordSetProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RecordSets" ([Route53ResourceRecordSetProperty] -> (Key, Value))
-> Maybe [Route53ResourceRecordSetProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Route53ResourceRecordSetProperty]
recordSets,
Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TimeoutMinutes" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
timeoutMinutes]))}
instance JSON.ToJSON Route53HealthCheckConfigurationProperty where
toJSON :: Route53HealthCheckConfigurationProperty -> Value
toJSON Route53HealthCheckConfigurationProperty {Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Route53HealthCheckConfigurationProperty -> ()
crossAccountRole :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
externalId :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
hostedZoneId :: Route53HealthCheckConfigurationProperty -> Value Text
recordName :: Route53HealthCheckConfigurationProperty -> Value Text
recordSets :: Route53HealthCheckConfigurationProperty
-> Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Route53HealthCheckConfigurationProperty -> Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"HostedZoneId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
hostedZoneId,
Key
"RecordName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
recordName]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CrossAccountRole" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
crossAccountRole,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExternalId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
externalId,
Key -> [Route53ResourceRecordSetProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RecordSets" ([Route53ResourceRecordSetProperty] -> (Key, Value))
-> Maybe [Route53ResourceRecordSetProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Route53ResourceRecordSetProperty]
recordSets,
Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TimeoutMinutes" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
timeoutMinutes])))
instance Property "CrossAccountRole" Route53HealthCheckConfigurationProperty where
type PropertyType "CrossAccountRole" Route53HealthCheckConfigurationProperty = Value Prelude.Text
set :: PropertyType
"CrossAccountRole" Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
set PropertyType
"CrossAccountRole" Route53HealthCheckConfigurationProperty
newValue Route53HealthCheckConfigurationProperty {Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Route53HealthCheckConfigurationProperty -> ()
crossAccountRole :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
externalId :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
hostedZoneId :: Route53HealthCheckConfigurationProperty -> Value Text
recordName :: Route53HealthCheckConfigurationProperty -> Value Text
recordSets :: Route53HealthCheckConfigurationProperty
-> Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Route53HealthCheckConfigurationProperty -> Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
= Route53HealthCheckConfigurationProperty
{crossAccountRole :: Maybe (Value Text)
crossAccountRole = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"CrossAccountRole" Route53HealthCheckConfigurationProperty
Value Text
newValue, Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
haddock_workaround_ :: ()
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
instance Property "ExternalId" Route53HealthCheckConfigurationProperty where
type PropertyType "ExternalId" Route53HealthCheckConfigurationProperty = Value Prelude.Text
set :: PropertyType "ExternalId" Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
set PropertyType "ExternalId" Route53HealthCheckConfigurationProperty
newValue Route53HealthCheckConfigurationProperty {Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Route53HealthCheckConfigurationProperty -> ()
crossAccountRole :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
externalId :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
hostedZoneId :: Route53HealthCheckConfigurationProperty -> Value Text
recordName :: Route53HealthCheckConfigurationProperty -> Value Text
recordSets :: Route53HealthCheckConfigurationProperty
-> Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Route53HealthCheckConfigurationProperty -> Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
= Route53HealthCheckConfigurationProperty
{externalId :: Maybe (Value Text)
externalId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ExternalId" Route53HealthCheckConfigurationProperty
Value Text
newValue, Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
instance Property "HostedZoneId" Route53HealthCheckConfigurationProperty where
type PropertyType "HostedZoneId" Route53HealthCheckConfigurationProperty = Value Prelude.Text
set :: PropertyType "HostedZoneId" Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
set PropertyType "HostedZoneId" Route53HealthCheckConfigurationProperty
newValue Route53HealthCheckConfigurationProperty {Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Route53HealthCheckConfigurationProperty -> ()
crossAccountRole :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
externalId :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
hostedZoneId :: Route53HealthCheckConfigurationProperty -> Value Text
recordName :: Route53HealthCheckConfigurationProperty -> Value Text
recordSets :: Route53HealthCheckConfigurationProperty
-> Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Route53HealthCheckConfigurationProperty -> Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
= Route53HealthCheckConfigurationProperty
{hostedZoneId :: Value Text
hostedZoneId = PropertyType "HostedZoneId" Route53HealthCheckConfigurationProperty
Value Text
newValue, Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
instance Property "RecordName" Route53HealthCheckConfigurationProperty where
type PropertyType "RecordName" Route53HealthCheckConfigurationProperty = Value Prelude.Text
set :: PropertyType "RecordName" Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
set PropertyType "RecordName" Route53HealthCheckConfigurationProperty
newValue Route53HealthCheckConfigurationProperty {Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Route53HealthCheckConfigurationProperty -> ()
crossAccountRole :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
externalId :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
hostedZoneId :: Route53HealthCheckConfigurationProperty -> Value Text
recordName :: Route53HealthCheckConfigurationProperty -> Value Text
recordSets :: Route53HealthCheckConfigurationProperty
-> Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Route53HealthCheckConfigurationProperty -> Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
= Route53HealthCheckConfigurationProperty
{recordName :: Value Text
recordName = PropertyType "RecordName" Route53HealthCheckConfigurationProperty
Value Text
newValue, Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
instance Property "RecordSets" Route53HealthCheckConfigurationProperty where
type PropertyType "RecordSets" Route53HealthCheckConfigurationProperty = [Route53ResourceRecordSetProperty]
set :: PropertyType "RecordSets" Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
set PropertyType "RecordSets" Route53HealthCheckConfigurationProperty
newValue Route53HealthCheckConfigurationProperty {Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Route53HealthCheckConfigurationProperty -> ()
crossAccountRole :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
externalId :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
hostedZoneId :: Route53HealthCheckConfigurationProperty -> Value Text
recordName :: Route53HealthCheckConfigurationProperty -> Value Text
recordSets :: Route53HealthCheckConfigurationProperty
-> Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Route53HealthCheckConfigurationProperty -> Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
= Route53HealthCheckConfigurationProperty
{recordSets :: Maybe [Route53ResourceRecordSetProperty]
recordSets = [Route53ResourceRecordSetProperty]
-> Maybe [Route53ResourceRecordSetProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Route53ResourceRecordSetProperty]
PropertyType "RecordSets" Route53HealthCheckConfigurationProperty
newValue, Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
timeoutMinutes :: Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
timeoutMinutes :: Maybe (Value Double)
..}
instance Property "TimeoutMinutes" Route53HealthCheckConfigurationProperty where
type PropertyType "TimeoutMinutes" Route53HealthCheckConfigurationProperty = Value Prelude.Double
set :: PropertyType
"TimeoutMinutes" Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
-> Route53HealthCheckConfigurationProperty
set PropertyType
"TimeoutMinutes" Route53HealthCheckConfigurationProperty
newValue Route53HealthCheckConfigurationProperty {Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Double)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Route53HealthCheckConfigurationProperty -> ()
crossAccountRole :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
externalId :: Route53HealthCheckConfigurationProperty -> Maybe (Value Text)
hostedZoneId :: Route53HealthCheckConfigurationProperty -> Value Text
recordName :: Route53HealthCheckConfigurationProperty -> Value Text
recordSets :: Route53HealthCheckConfigurationProperty
-> Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Route53HealthCheckConfigurationProperty -> Maybe (Value Double)
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
timeoutMinutes :: Maybe (Value Double)
..}
= Route53HealthCheckConfigurationProperty
{timeoutMinutes :: Maybe (Value Double)
timeoutMinutes = Value Double -> Maybe (Value Double)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"TimeoutMinutes" Route53HealthCheckConfigurationProperty
Value Double
newValue, Maybe [Route53ResourceRecordSetProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
haddock_workaround_ :: ()
crossAccountRole :: Maybe (Value Text)
externalId :: Maybe (Value Text)
hostedZoneId :: Value Text
recordName :: Value Text
recordSets :: Maybe [Route53ResourceRecordSetProperty]
..}