module Stratosphere.SecretsManager.RotationSchedule.HostedRotationLambdaProperty (
HostedRotationLambdaProperty(..), mkHostedRotationLambdaProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data HostedRotationLambdaProperty
=
HostedRotationLambdaProperty {HostedRotationLambdaProperty -> ()
haddock_workaround_ :: (),
HostedRotationLambdaProperty -> Maybe (Value Text)
excludeCharacters :: (Prelude.Maybe (Value Prelude.Text)),
HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: (Prelude.Maybe (Value Prelude.Text)),
HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: (Prelude.Maybe (Value Prelude.Text)),
HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: (Prelude.Maybe (Value Prelude.Text)),
HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: (Prelude.Maybe (Value Prelude.Text)),
HostedRotationLambdaProperty -> Value Text
rotationType :: (Value Prelude.Text),
HostedRotationLambdaProperty -> Maybe (Value Text)
runtime :: (Prelude.Maybe (Value Prelude.Text)),
HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: (Prelude.Maybe (Value Prelude.Text)),
HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: (Prelude.Maybe (Value Prelude.Text)),
HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: (Prelude.Maybe (Value Prelude.Text)),
HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> Bool
(HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> Bool)
-> (HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> Bool)
-> Eq HostedRotationLambdaProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> Bool
== :: HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> Bool
$c/= :: HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> Bool
/= :: HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> Bool
Prelude.Eq, Int -> HostedRotationLambdaProperty -> ShowS
[HostedRotationLambdaProperty] -> ShowS
HostedRotationLambdaProperty -> String
(Int -> HostedRotationLambdaProperty -> ShowS)
-> (HostedRotationLambdaProperty -> String)
-> ([HostedRotationLambdaProperty] -> ShowS)
-> Show HostedRotationLambdaProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> HostedRotationLambdaProperty -> ShowS
showsPrec :: Int -> HostedRotationLambdaProperty -> ShowS
$cshow :: HostedRotationLambdaProperty -> String
show :: HostedRotationLambdaProperty -> String
$cshowList :: [HostedRotationLambdaProperty] -> ShowS
showList :: [HostedRotationLambdaProperty] -> ShowS
Prelude.Show)
mkHostedRotationLambdaProperty ::
Value Prelude.Text -> HostedRotationLambdaProperty
mkHostedRotationLambdaProperty :: Value Text -> HostedRotationLambdaProperty
mkHostedRotationLambdaProperty Value Text
rotationType
= HostedRotationLambdaProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), rotationType :: Value Text
rotationType = Value Text
rotationType,
excludeCharacters :: Maybe (Value Text)
excludeCharacters = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, kmsKeyArn :: Maybe (Value Text)
kmsKeyArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
masterSecretArn :: Maybe (Value Text)
masterSecretArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
masterSecretKmsKeyArn :: Maybe (Value Text)
masterSecretKmsKeyArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
rotationLambdaName :: Maybe (Value Text)
rotationLambdaName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, runtime :: Maybe (Value Text)
runtime = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
superuserSecretArn :: Maybe (Value Text)
superuserSecretArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
superuserSecretKmsKeyArn :: Maybe (Value Text)
superuserSecretKmsKeyArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSecurityGroupIds = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
vpcSubnetIds :: Maybe (Value Text)
vpcSubnetIds = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties HostedRotationLambdaProperty where
toResourceProperties :: HostedRotationLambdaProperty -> ResourceProperties
toResourceProperties HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::SecretsManager::RotationSchedule.HostedRotationLambda",
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
"RotationType" 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
rotationType]
([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
"ExcludeCharacters" (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)
excludeCharacters,
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
"KmsKeyArn" (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)
kmsKeyArn,
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
"MasterSecretArn" (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)
masterSecretArn,
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
"MasterSecretKmsKeyArn"
(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)
masterSecretKmsKeyArn,
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
"RotationLambdaName" (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)
rotationLambdaName,
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
"Runtime" (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)
runtime,
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
"SuperuserSecretArn" (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)
superuserSecretArn,
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
"SuperuserSecretKmsKeyArn"
(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)
superuserSecretKmsKeyArn,
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
"VpcSecurityGroupIds" (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)
vpcSecurityGroupIds,
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
"VpcSubnetIds" (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)
vpcSubnetIds]))}
instance JSON.ToJSON HostedRotationLambdaProperty where
toJSON :: HostedRotationLambdaProperty -> Value
toJSON HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= [(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
"RotationType" 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
rotationType]
([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
"ExcludeCharacters" (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)
excludeCharacters,
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
"KmsKeyArn" (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)
kmsKeyArn,
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
"MasterSecretArn" (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)
masterSecretArn,
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
"MasterSecretKmsKeyArn"
(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)
masterSecretKmsKeyArn,
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
"RotationLambdaName" (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)
rotationLambdaName,
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
"Runtime" (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)
runtime,
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
"SuperuserSecretArn" (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)
superuserSecretArn,
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
"SuperuserSecretKmsKeyArn"
(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)
superuserSecretKmsKeyArn,
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
"VpcSecurityGroupIds" (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)
vpcSecurityGroupIds,
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
"VpcSubnetIds" (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)
vpcSubnetIds])))
instance Property "ExcludeCharacters" HostedRotationLambdaProperty where
type PropertyType "ExcludeCharacters" HostedRotationLambdaProperty = Value Prelude.Text
set :: PropertyType "ExcludeCharacters" HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> HostedRotationLambdaProperty
set PropertyType "ExcludeCharacters" HostedRotationLambdaProperty
newValue HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= HostedRotationLambdaProperty
{excludeCharacters :: Maybe (Value Text)
excludeCharacters = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ExcludeCharacters" HostedRotationLambdaProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
haddock_workaround_ :: ()
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
instance Property "KmsKeyArn" HostedRotationLambdaProperty where
type PropertyType "KmsKeyArn" HostedRotationLambdaProperty = Value Prelude.Text
set :: PropertyType "KmsKeyArn" HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> HostedRotationLambdaProperty
set PropertyType "KmsKeyArn" HostedRotationLambdaProperty
newValue HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= HostedRotationLambdaProperty
{kmsKeyArn :: Maybe (Value Text)
kmsKeyArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "KmsKeyArn" HostedRotationLambdaProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
instance Property "MasterSecretArn" HostedRotationLambdaProperty where
type PropertyType "MasterSecretArn" HostedRotationLambdaProperty = Value Prelude.Text
set :: PropertyType "MasterSecretArn" HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> HostedRotationLambdaProperty
set PropertyType "MasterSecretArn" HostedRotationLambdaProperty
newValue HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= HostedRotationLambdaProperty
{masterSecretArn :: Maybe (Value Text)
masterSecretArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MasterSecretArn" HostedRotationLambdaProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
instance Property "MasterSecretKmsKeyArn" HostedRotationLambdaProperty where
type PropertyType "MasterSecretKmsKeyArn" HostedRotationLambdaProperty = Value Prelude.Text
set :: PropertyType "MasterSecretKmsKeyArn" HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> HostedRotationLambdaProperty
set PropertyType "MasterSecretKmsKeyArn" HostedRotationLambdaProperty
newValue HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= HostedRotationLambdaProperty
{masterSecretKmsKeyArn :: Maybe (Value Text)
masterSecretKmsKeyArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MasterSecretKmsKeyArn" HostedRotationLambdaProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
instance Property "RotationLambdaName" HostedRotationLambdaProperty where
type PropertyType "RotationLambdaName" HostedRotationLambdaProperty = Value Prelude.Text
set :: PropertyType "RotationLambdaName" HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> HostedRotationLambdaProperty
set PropertyType "RotationLambdaName" HostedRotationLambdaProperty
newValue HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= HostedRotationLambdaProperty
{rotationLambdaName :: Maybe (Value Text)
rotationLambdaName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RotationLambdaName" HostedRotationLambdaProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
instance Property "RotationType" HostedRotationLambdaProperty where
type PropertyType "RotationType" HostedRotationLambdaProperty = Value Prelude.Text
set :: PropertyType "RotationType" HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> HostedRotationLambdaProperty
set PropertyType "RotationType" HostedRotationLambdaProperty
newValue HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= HostedRotationLambdaProperty {rotationType :: Value Text
rotationType = PropertyType "RotationType" HostedRotationLambdaProperty
Value Text
newValue, Maybe (Value Text)
()
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
instance Property "Runtime" HostedRotationLambdaProperty where
type PropertyType "Runtime" HostedRotationLambdaProperty = Value Prelude.Text
set :: PropertyType "Runtime" HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> HostedRotationLambdaProperty
set PropertyType "Runtime" HostedRotationLambdaProperty
newValue HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= HostedRotationLambdaProperty
{runtime :: Maybe (Value Text)
runtime = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Runtime" HostedRotationLambdaProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
instance Property "SuperuserSecretArn" HostedRotationLambdaProperty where
type PropertyType "SuperuserSecretArn" HostedRotationLambdaProperty = Value Prelude.Text
set :: PropertyType "SuperuserSecretArn" HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> HostedRotationLambdaProperty
set PropertyType "SuperuserSecretArn" HostedRotationLambdaProperty
newValue HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= HostedRotationLambdaProperty
{superuserSecretArn :: Maybe (Value Text)
superuserSecretArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SuperuserSecretArn" HostedRotationLambdaProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
instance Property "SuperuserSecretKmsKeyArn" HostedRotationLambdaProperty where
type PropertyType "SuperuserSecretKmsKeyArn" HostedRotationLambdaProperty = Value Prelude.Text
set :: PropertyType
"SuperuserSecretKmsKeyArn" HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> HostedRotationLambdaProperty
set PropertyType
"SuperuserSecretKmsKeyArn" HostedRotationLambdaProperty
newValue HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= HostedRotationLambdaProperty
{superuserSecretKmsKeyArn :: Maybe (Value Text)
superuserSecretKmsKeyArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"SuperuserSecretKmsKeyArn" HostedRotationLambdaProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
instance Property "VpcSecurityGroupIds" HostedRotationLambdaProperty where
type PropertyType "VpcSecurityGroupIds" HostedRotationLambdaProperty = Value Prelude.Text
set :: PropertyType "VpcSecurityGroupIds" HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> HostedRotationLambdaProperty
set PropertyType "VpcSecurityGroupIds" HostedRotationLambdaProperty
newValue HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= HostedRotationLambdaProperty
{vpcSecurityGroupIds :: Maybe (Value Text)
vpcSecurityGroupIds = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "VpcSecurityGroupIds" HostedRotationLambdaProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
instance Property "VpcSubnetIds" HostedRotationLambdaProperty where
type PropertyType "VpcSubnetIds" HostedRotationLambdaProperty = Value Prelude.Text
set :: PropertyType "VpcSubnetIds" HostedRotationLambdaProperty
-> HostedRotationLambdaProperty -> HostedRotationLambdaProperty
set PropertyType "VpcSubnetIds" HostedRotationLambdaProperty
newValue HostedRotationLambdaProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: HostedRotationLambdaProperty -> ()
excludeCharacters :: HostedRotationLambdaProperty -> Maybe (Value Text)
kmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
masterSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationLambdaName :: HostedRotationLambdaProperty -> Maybe (Value Text)
rotationType :: HostedRotationLambdaProperty -> Value Text
runtime :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
superuserSecretKmsKeyArn :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSecurityGroupIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
vpcSubnetIds :: HostedRotationLambdaProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
vpcSubnetIds :: Maybe (Value Text)
..}
= HostedRotationLambdaProperty
{vpcSubnetIds :: Maybe (Value Text)
vpcSubnetIds = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "VpcSubnetIds" HostedRotationLambdaProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
haddock_workaround_ :: ()
excludeCharacters :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
masterSecretArn :: Maybe (Value Text)
masterSecretKmsKeyArn :: Maybe (Value Text)
rotationLambdaName :: Maybe (Value Text)
rotationType :: Value Text
runtime :: Maybe (Value Text)
superuserSecretArn :: Maybe (Value Text)
superuserSecretKmsKeyArn :: Maybe (Value Text)
vpcSecurityGroupIds :: Maybe (Value Text)
..}