module Stratosphere.ACMPCA.CertificateAuthority.CrlConfigurationProperty (
module Exports, CrlConfigurationProperty(..),
mkCrlConfigurationProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.ACMPCA.CertificateAuthority.CrlDistributionPointExtensionConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data CrlConfigurationProperty
=
CrlConfigurationProperty {CrlConfigurationProperty -> ()
haddock_workaround_ :: (),
CrlConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
crlDistributionPointExtensionConfiguration :: (Prelude.Maybe CrlDistributionPointExtensionConfigurationProperty),
CrlConfigurationProperty -> Maybe (Value Text)
crlType :: (Prelude.Maybe (Value Prelude.Text)),
CrlConfigurationProperty -> Maybe (Value Text)
customCname :: (Prelude.Maybe (Value Prelude.Text)),
CrlConfigurationProperty -> Maybe (Value Text)
customPath :: (Prelude.Maybe (Value Prelude.Text)),
CrlConfigurationProperty -> Value Bool
enabled :: (Value Prelude.Bool),
CrlConfigurationProperty -> Maybe (Value Integer)
expirationInDays :: (Prelude.Maybe (Value Prelude.Integer)),
CrlConfigurationProperty -> Maybe (Value Text)
s3BucketName :: (Prelude.Maybe (Value Prelude.Text)),
CrlConfigurationProperty -> Maybe (Value Text)
s3ObjectAcl :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (CrlConfigurationProperty -> CrlConfigurationProperty -> Bool
(CrlConfigurationProperty -> CrlConfigurationProperty -> Bool)
-> (CrlConfigurationProperty -> CrlConfigurationProperty -> Bool)
-> Eq CrlConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: CrlConfigurationProperty -> CrlConfigurationProperty -> Bool
== :: CrlConfigurationProperty -> CrlConfigurationProperty -> Bool
$c/= :: CrlConfigurationProperty -> CrlConfigurationProperty -> Bool
/= :: CrlConfigurationProperty -> CrlConfigurationProperty -> Bool
Prelude.Eq, Int -> CrlConfigurationProperty -> ShowS
[CrlConfigurationProperty] -> ShowS
CrlConfigurationProperty -> String
(Int -> CrlConfigurationProperty -> ShowS)
-> (CrlConfigurationProperty -> String)
-> ([CrlConfigurationProperty] -> ShowS)
-> Show CrlConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> CrlConfigurationProperty -> ShowS
showsPrec :: Int -> CrlConfigurationProperty -> ShowS
$cshow :: CrlConfigurationProperty -> String
show :: CrlConfigurationProperty -> String
$cshowList :: [CrlConfigurationProperty] -> ShowS
showList :: [CrlConfigurationProperty] -> ShowS
Prelude.Show)
mkCrlConfigurationProperty ::
Value Prelude.Bool -> CrlConfigurationProperty
mkCrlConfigurationProperty :: Value Bool -> CrlConfigurationProperty
mkCrlConfigurationProperty Value Bool
enabled
= CrlConfigurationProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), enabled :: Value Bool
enabled = Value Bool
enabled,
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlDistributionPointExtensionConfiguration = Maybe CrlDistributionPointExtensionConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
crlType :: Maybe (Value Text)
crlType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, customCname :: Maybe (Value Text)
customCname = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
customPath :: Maybe (Value Text)
customPath = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, expirationInDays :: Maybe (Value Integer)
expirationInDays = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
s3BucketName :: Maybe (Value Text)
s3BucketName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, s3ObjectAcl :: Maybe (Value Text)
s3ObjectAcl = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties CrlConfigurationProperty where
toResourceProperties :: CrlConfigurationProperty -> ResourceProperties
toResourceProperties CrlConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: CrlConfigurationProperty -> ()
crlDistributionPointExtensionConfiguration :: CrlConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: CrlConfigurationProperty -> Maybe (Value Text)
customCname :: CrlConfigurationProperty -> Maybe (Value Text)
customPath :: CrlConfigurationProperty -> Maybe (Value Text)
enabled :: CrlConfigurationProperty -> Value Bool
expirationInDays :: CrlConfigurationProperty -> Maybe (Value Integer)
s3BucketName :: CrlConfigurationProperty -> Maybe (Value Text)
s3ObjectAcl :: CrlConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::ACMPCA::CertificateAuthority.CrlConfiguration",
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
"Enabled" Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Bool
enabled]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key
-> CrlDistributionPointExtensionConfigurationProperty
-> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CrlDistributionPointExtensionConfiguration"
(CrlDistributionPointExtensionConfigurationProperty
-> (Key, Value))
-> Maybe CrlDistributionPointExtensionConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CrlDistributionPointExtensionConfigurationProperty
crlDistributionPointExtensionConfiguration,
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
"CrlType" (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)
crlType,
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
"CustomCname" (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)
customCname,
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
"CustomPath" (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)
customPath,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExpirationInDays" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
expirationInDays,
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
"S3BucketName" (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)
s3BucketName,
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
"S3ObjectAcl" (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)
s3ObjectAcl]))}
instance JSON.ToJSON CrlConfigurationProperty where
toJSON :: CrlConfigurationProperty -> Value
toJSON CrlConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: CrlConfigurationProperty -> ()
crlDistributionPointExtensionConfiguration :: CrlConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: CrlConfigurationProperty -> Maybe (Value Text)
customCname :: CrlConfigurationProperty -> Maybe (Value Text)
customPath :: CrlConfigurationProperty -> Maybe (Value Text)
enabled :: CrlConfigurationProperty -> Value Bool
expirationInDays :: CrlConfigurationProperty -> Maybe (Value Integer)
s3BucketName :: CrlConfigurationProperty -> Maybe (Value Text)
s3ObjectAcl :: CrlConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: 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
"Enabled" Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Bool
enabled]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key
-> CrlDistributionPointExtensionConfigurationProperty
-> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CrlDistributionPointExtensionConfiguration"
(CrlDistributionPointExtensionConfigurationProperty
-> (Key, Value))
-> Maybe CrlDistributionPointExtensionConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CrlDistributionPointExtensionConfigurationProperty
crlDistributionPointExtensionConfiguration,
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
"CrlType" (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)
crlType,
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
"CustomCname" (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)
customCname,
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
"CustomPath" (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)
customPath,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExpirationInDays" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
expirationInDays,
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
"S3BucketName" (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)
s3BucketName,
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
"S3ObjectAcl" (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)
s3ObjectAcl])))
instance Property "CrlDistributionPointExtensionConfiguration" CrlConfigurationProperty where
type PropertyType "CrlDistributionPointExtensionConfiguration" CrlConfigurationProperty = CrlDistributionPointExtensionConfigurationProperty
set :: PropertyType
"CrlDistributionPointExtensionConfiguration"
CrlConfigurationProperty
-> CrlConfigurationProperty -> CrlConfigurationProperty
set PropertyType
"CrlDistributionPointExtensionConfiguration"
CrlConfigurationProperty
newValue CrlConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: CrlConfigurationProperty -> ()
crlDistributionPointExtensionConfiguration :: CrlConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: CrlConfigurationProperty -> Maybe (Value Text)
customCname :: CrlConfigurationProperty -> Maybe (Value Text)
customPath :: CrlConfigurationProperty -> Maybe (Value Text)
enabled :: CrlConfigurationProperty -> Value Bool
expirationInDays :: CrlConfigurationProperty -> Maybe (Value Integer)
s3BucketName :: CrlConfigurationProperty -> Maybe (Value Text)
s3ObjectAcl :: CrlConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
= CrlConfigurationProperty
{crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlDistributionPointExtensionConfiguration = CrlDistributionPointExtensionConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure
PropertyType
"CrlDistributionPointExtensionConfiguration"
CrlConfigurationProperty
CrlDistributionPointExtensionConfigurationProperty
newValue,
Maybe (Value Integer)
Maybe (Value Text)
()
Value Bool
haddock_workaround_ :: ()
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
haddock_workaround_ :: ()
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
instance Property "CrlType" CrlConfigurationProperty where
type PropertyType "CrlType" CrlConfigurationProperty = Value Prelude.Text
set :: PropertyType "CrlType" CrlConfigurationProperty
-> CrlConfigurationProperty -> CrlConfigurationProperty
set PropertyType "CrlType" CrlConfigurationProperty
newValue CrlConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: CrlConfigurationProperty -> ()
crlDistributionPointExtensionConfiguration :: CrlConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: CrlConfigurationProperty -> Maybe (Value Text)
customCname :: CrlConfigurationProperty -> Maybe (Value Text)
customPath :: CrlConfigurationProperty -> Maybe (Value Text)
enabled :: CrlConfigurationProperty -> Value Bool
expirationInDays :: CrlConfigurationProperty -> Maybe (Value Integer)
s3BucketName :: CrlConfigurationProperty -> Maybe (Value Text)
s3ObjectAcl :: CrlConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
= CrlConfigurationProperty {crlType :: Maybe (Value Text)
crlType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CrlType" CrlConfigurationProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
instance Property "CustomCname" CrlConfigurationProperty where
type PropertyType "CustomCname" CrlConfigurationProperty = Value Prelude.Text
set :: PropertyType "CustomCname" CrlConfigurationProperty
-> CrlConfigurationProperty -> CrlConfigurationProperty
set PropertyType "CustomCname" CrlConfigurationProperty
newValue CrlConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: CrlConfigurationProperty -> ()
crlDistributionPointExtensionConfiguration :: CrlConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: CrlConfigurationProperty -> Maybe (Value Text)
customCname :: CrlConfigurationProperty -> Maybe (Value Text)
customPath :: CrlConfigurationProperty -> Maybe (Value Text)
enabled :: CrlConfigurationProperty -> Value Bool
expirationInDays :: CrlConfigurationProperty -> Maybe (Value Integer)
s3BucketName :: CrlConfigurationProperty -> Maybe (Value Text)
s3ObjectAcl :: CrlConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
= CrlConfigurationProperty
{customCname :: Maybe (Value Text)
customCname = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CustomCname" CrlConfigurationProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
instance Property "CustomPath" CrlConfigurationProperty where
type PropertyType "CustomPath" CrlConfigurationProperty = Value Prelude.Text
set :: PropertyType "CustomPath" CrlConfigurationProperty
-> CrlConfigurationProperty -> CrlConfigurationProperty
set PropertyType "CustomPath" CrlConfigurationProperty
newValue CrlConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: CrlConfigurationProperty -> ()
crlDistributionPointExtensionConfiguration :: CrlConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: CrlConfigurationProperty -> Maybe (Value Text)
customCname :: CrlConfigurationProperty -> Maybe (Value Text)
customPath :: CrlConfigurationProperty -> Maybe (Value Text)
enabled :: CrlConfigurationProperty -> Value Bool
expirationInDays :: CrlConfigurationProperty -> Maybe (Value Integer)
s3BucketName :: CrlConfigurationProperty -> Maybe (Value Text)
s3ObjectAcl :: CrlConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
= CrlConfigurationProperty {customPath :: Maybe (Value Text)
customPath = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CustomPath" CrlConfigurationProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
instance Property "Enabled" CrlConfigurationProperty where
type PropertyType "Enabled" CrlConfigurationProperty = Value Prelude.Bool
set :: PropertyType "Enabled" CrlConfigurationProperty
-> CrlConfigurationProperty -> CrlConfigurationProperty
set PropertyType "Enabled" CrlConfigurationProperty
newValue CrlConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: CrlConfigurationProperty -> ()
crlDistributionPointExtensionConfiguration :: CrlConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: CrlConfigurationProperty -> Maybe (Value Text)
customCname :: CrlConfigurationProperty -> Maybe (Value Text)
customPath :: CrlConfigurationProperty -> Maybe (Value Text)
enabled :: CrlConfigurationProperty -> Value Bool
expirationInDays :: CrlConfigurationProperty -> Maybe (Value Integer)
s3BucketName :: CrlConfigurationProperty -> Maybe (Value Text)
s3ObjectAcl :: CrlConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
= CrlConfigurationProperty {enabled :: Value Bool
enabled = PropertyType "Enabled" CrlConfigurationProperty
Value Bool
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
instance Property "ExpirationInDays" CrlConfigurationProperty where
type PropertyType "ExpirationInDays" CrlConfigurationProperty = Value Prelude.Integer
set :: PropertyType "ExpirationInDays" CrlConfigurationProperty
-> CrlConfigurationProperty -> CrlConfigurationProperty
set PropertyType "ExpirationInDays" CrlConfigurationProperty
newValue CrlConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: CrlConfigurationProperty -> ()
crlDistributionPointExtensionConfiguration :: CrlConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: CrlConfigurationProperty -> Maybe (Value Text)
customCname :: CrlConfigurationProperty -> Maybe (Value Text)
customPath :: CrlConfigurationProperty -> Maybe (Value Text)
enabled :: CrlConfigurationProperty -> Value Bool
expirationInDays :: CrlConfigurationProperty -> Maybe (Value Integer)
s3BucketName :: CrlConfigurationProperty -> Maybe (Value Text)
s3ObjectAcl :: CrlConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
= CrlConfigurationProperty
{expirationInDays :: Maybe (Value Integer)
expirationInDays = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ExpirationInDays" CrlConfigurationProperty
Value Integer
newValue, Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
instance Property "S3BucketName" CrlConfigurationProperty where
type PropertyType "S3BucketName" CrlConfigurationProperty = Value Prelude.Text
set :: PropertyType "S3BucketName" CrlConfigurationProperty
-> CrlConfigurationProperty -> CrlConfigurationProperty
set PropertyType "S3BucketName" CrlConfigurationProperty
newValue CrlConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: CrlConfigurationProperty -> ()
crlDistributionPointExtensionConfiguration :: CrlConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: CrlConfigurationProperty -> Maybe (Value Text)
customCname :: CrlConfigurationProperty -> Maybe (Value Text)
customPath :: CrlConfigurationProperty -> Maybe (Value Text)
enabled :: CrlConfigurationProperty -> Value Bool
expirationInDays :: CrlConfigurationProperty -> Maybe (Value Integer)
s3BucketName :: CrlConfigurationProperty -> Maybe (Value Text)
s3ObjectAcl :: CrlConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
= CrlConfigurationProperty
{s3BucketName :: Maybe (Value Text)
s3BucketName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "S3BucketName" CrlConfigurationProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3ObjectAcl :: Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3ObjectAcl :: Maybe (Value Text)
..}
instance Property "S3ObjectAcl" CrlConfigurationProperty where
type PropertyType "S3ObjectAcl" CrlConfigurationProperty = Value Prelude.Text
set :: PropertyType "S3ObjectAcl" CrlConfigurationProperty
-> CrlConfigurationProperty -> CrlConfigurationProperty
set PropertyType "S3ObjectAcl" CrlConfigurationProperty
newValue CrlConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: CrlConfigurationProperty -> ()
crlDistributionPointExtensionConfiguration :: CrlConfigurationProperty
-> Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: CrlConfigurationProperty -> Maybe (Value Text)
customCname :: CrlConfigurationProperty -> Maybe (Value Text)
customPath :: CrlConfigurationProperty -> Maybe (Value Text)
enabled :: CrlConfigurationProperty -> Value Bool
expirationInDays :: CrlConfigurationProperty -> Maybe (Value Integer)
s3BucketName :: CrlConfigurationProperty -> Maybe (Value Text)
s3ObjectAcl :: CrlConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
s3ObjectAcl :: Maybe (Value Text)
..}
= CrlConfigurationProperty
{s3ObjectAcl :: Maybe (Value Text)
s3ObjectAcl = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "S3ObjectAcl" CrlConfigurationProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe CrlDistributionPointExtensionConfigurationProperty
()
Value Bool
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
haddock_workaround_ :: ()
crlDistributionPointExtensionConfiguration :: Maybe CrlDistributionPointExtensionConfigurationProperty
crlType :: Maybe (Value Text)
customCname :: Maybe (Value Text)
customPath :: Maybe (Value Text)
enabled :: Value Bool
expirationInDays :: Maybe (Value Integer)
s3BucketName :: Maybe (Value Text)
..}