module Stratosphere.QBusiness.Application (
module Exports, Application(..), mkApplication
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QBusiness.Application.AttachmentsConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QBusiness.Application.AutoSubscriptionConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QBusiness.Application.EncryptionConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QBusiness.Application.PersonalizationConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QBusiness.Application.QAppsConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QBusiness.Application.QuickSightConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data Application
=
Application {Application -> ()
haddock_workaround_ :: (),
Application -> Maybe AttachmentsConfigurationProperty
attachmentsConfiguration :: (Prelude.Maybe AttachmentsConfigurationProperty),
Application -> Maybe AutoSubscriptionConfigurationProperty
autoSubscriptionConfiguration :: (Prelude.Maybe AutoSubscriptionConfigurationProperty),
Application -> Maybe (ValueList Text)
clientIdsForOIDC :: (Prelude.Maybe (ValueList Prelude.Text)),
Application -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
Application -> Value Text
displayName :: (Value Prelude.Text),
Application -> Maybe EncryptionConfigurationProperty
encryptionConfiguration :: (Prelude.Maybe EncryptionConfigurationProperty),
Application -> Maybe (Value Text)
iamIdentityProviderArn :: (Prelude.Maybe (Value Prelude.Text)),
Application -> Maybe (Value Text)
identityCenterInstanceArn :: (Prelude.Maybe (Value Prelude.Text)),
Application -> Maybe (Value Text)
identityType :: (Prelude.Maybe (Value Prelude.Text)),
Application -> Maybe PersonalizationConfigurationProperty
personalizationConfiguration :: (Prelude.Maybe PersonalizationConfigurationProperty),
Application -> Maybe QAppsConfigurationProperty
qAppsConfiguration :: (Prelude.Maybe QAppsConfigurationProperty),
Application -> Maybe QuickSightConfigurationProperty
quickSightConfiguration :: (Prelude.Maybe QuickSightConfigurationProperty),
Application -> Maybe (Value Text)
roleArn :: (Prelude.Maybe (Value Prelude.Text)),
Application -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag])}
deriving stock (Application -> Application -> Bool
(Application -> Application -> Bool)
-> (Application -> Application -> Bool) -> Eq Application
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Application -> Application -> Bool
== :: Application -> Application -> Bool
$c/= :: Application -> Application -> Bool
/= :: Application -> Application -> Bool
Prelude.Eq, Int -> Application -> ShowS
[Application] -> ShowS
Application -> String
(Int -> Application -> ShowS)
-> (Application -> String)
-> ([Application] -> ShowS)
-> Show Application
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Application -> ShowS
showsPrec :: Int -> Application -> ShowS
$cshow :: Application -> String
show :: Application -> String
$cshowList :: [Application] -> ShowS
showList :: [Application] -> ShowS
Prelude.Show)
mkApplication :: Value Prelude.Text -> Application
mkApplication :: Value Text -> Application
mkApplication Value Text
displayName
= Application
{haddock_workaround_ :: ()
haddock_workaround_ = (), displayName :: Value Text
displayName = Value Text
displayName,
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
attachmentsConfiguration = Maybe AttachmentsConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
autoSubscriptionConfiguration = Maybe AutoSubscriptionConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
clientIdsForOIDC :: Maybe (ValueList Text)
clientIdsForOIDC = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing, description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
encryptionConfiguration = Maybe EncryptionConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
iamIdentityProviderArn :: Maybe (Value Text)
iamIdentityProviderArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
identityCenterInstanceArn :: Maybe (Value Text)
identityCenterInstanceArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
identityType :: Maybe (Value Text)
identityType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
personalizationConfiguration = Maybe PersonalizationConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
qAppsConfiguration :: Maybe QAppsConfigurationProperty
qAppsConfiguration = Maybe QAppsConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
quickSightConfiguration = Maybe QuickSightConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
roleArn :: Maybe (Value Text)
roleArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Application where
toResourceProperties :: Application -> ResourceProperties
toResourceProperties Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::QBusiness::Application",
supportsTags :: Bool
supportsTags = Bool
Prelude.True,
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
"DisplayName" 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
displayName]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> AttachmentsConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AttachmentsConfiguration"
(AttachmentsConfigurationProperty -> (Key, Value))
-> Maybe AttachmentsConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AttachmentsConfigurationProperty
attachmentsConfiguration,
Key -> AutoSubscriptionConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AutoSubscriptionConfiguration"
(AutoSubscriptionConfigurationProperty -> (Key, Value))
-> Maybe AutoSubscriptionConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AutoSubscriptionConfigurationProperty
autoSubscriptionConfiguration,
Key -> ValueList 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
"ClientIdsForOIDC" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
clientIdsForOIDC,
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
"Description" (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)
description,
Key -> EncryptionConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EncryptionConfiguration"
(EncryptionConfigurationProperty -> (Key, Value))
-> Maybe EncryptionConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe EncryptionConfigurationProperty
encryptionConfiguration,
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
"IamIdentityProviderArn"
(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)
iamIdentityProviderArn,
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
"IdentityCenterInstanceArn"
(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)
identityCenterInstanceArn,
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
"IdentityType" (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)
identityType,
Key -> PersonalizationConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PersonalizationConfiguration"
(PersonalizationConfigurationProperty -> (Key, Value))
-> Maybe PersonalizationConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PersonalizationConfigurationProperty
personalizationConfiguration,
Key -> QAppsConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"QAppsConfiguration" (QAppsConfigurationProperty -> (Key, Value))
-> Maybe QAppsConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe QAppsConfigurationProperty
qAppsConfiguration,
Key -> QuickSightConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"QuickSightConfiguration"
(QuickSightConfigurationProperty -> (Key, Value))
-> Maybe QuickSightConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe QuickSightConfigurationProperty
quickSightConfiguration,
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
"RoleArn" (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)
roleArn,
Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags]))}
instance JSON.ToJSON Application where
toJSON :: Application -> Value
toJSON Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= [(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
"DisplayName" 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
displayName]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> AttachmentsConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AttachmentsConfiguration"
(AttachmentsConfigurationProperty -> (Key, Value))
-> Maybe AttachmentsConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AttachmentsConfigurationProperty
attachmentsConfiguration,
Key -> AutoSubscriptionConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AutoSubscriptionConfiguration"
(AutoSubscriptionConfigurationProperty -> (Key, Value))
-> Maybe AutoSubscriptionConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AutoSubscriptionConfigurationProperty
autoSubscriptionConfiguration,
Key -> ValueList 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
"ClientIdsForOIDC" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
clientIdsForOIDC,
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
"Description" (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)
description,
Key -> EncryptionConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EncryptionConfiguration"
(EncryptionConfigurationProperty -> (Key, Value))
-> Maybe EncryptionConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe EncryptionConfigurationProperty
encryptionConfiguration,
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
"IamIdentityProviderArn"
(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)
iamIdentityProviderArn,
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
"IdentityCenterInstanceArn"
(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)
identityCenterInstanceArn,
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
"IdentityType" (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)
identityType,
Key -> PersonalizationConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PersonalizationConfiguration"
(PersonalizationConfigurationProperty -> (Key, Value))
-> Maybe PersonalizationConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PersonalizationConfigurationProperty
personalizationConfiguration,
Key -> QAppsConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"QAppsConfiguration" (QAppsConfigurationProperty -> (Key, Value))
-> Maybe QAppsConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe QAppsConfigurationProperty
qAppsConfiguration,
Key -> QuickSightConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"QuickSightConfiguration"
(QuickSightConfigurationProperty -> (Key, Value))
-> Maybe QuickSightConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe QuickSightConfigurationProperty
quickSightConfiguration,
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
"RoleArn" (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)
roleArn,
Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags])))
instance Property "AttachmentsConfiguration" Application where
type PropertyType "AttachmentsConfiguration" Application = AttachmentsConfigurationProperty
set :: PropertyType "AttachmentsConfiguration" Application
-> Application -> Application
set PropertyType "AttachmentsConfiguration" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application
{attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
attachmentsConfiguration = AttachmentsConfigurationProperty
-> Maybe AttachmentsConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AttachmentsConfiguration" Application
AttachmentsConfigurationProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "AutoSubscriptionConfiguration" Application where
type PropertyType "AutoSubscriptionConfiguration" Application = AutoSubscriptionConfigurationProperty
set :: PropertyType "AutoSubscriptionConfiguration" Application
-> Application -> Application
set PropertyType "AutoSubscriptionConfiguration" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application
{autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
autoSubscriptionConfiguration = AutoSubscriptionConfigurationProperty
-> Maybe AutoSubscriptionConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AutoSubscriptionConfiguration" Application
AutoSubscriptionConfigurationProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "ClientIdsForOIDC" Application where
type PropertyType "ClientIdsForOIDC" Application = ValueList Prelude.Text
set :: PropertyType "ClientIdsForOIDC" Application
-> Application -> Application
set PropertyType "ClientIdsForOIDC" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application {clientIdsForOIDC :: Maybe (ValueList Text)
clientIdsForOIDC = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ClientIdsForOIDC" Application
ValueList Text
newValue, Maybe [Tag]
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "Description" Application where
type PropertyType "Description" Application = Value Prelude.Text
set :: PropertyType "Description" Application
-> Application -> Application
set PropertyType "Description" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application {description :: Maybe (Value Text)
description = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Description" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "DisplayName" Application where
type PropertyType "DisplayName" Application = Value Prelude.Text
set :: PropertyType "DisplayName" Application
-> Application -> Application
set PropertyType "DisplayName" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application {displayName :: Value Text
displayName = PropertyType "DisplayName" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "EncryptionConfiguration" Application where
type PropertyType "EncryptionConfiguration" Application = EncryptionConfigurationProperty
set :: PropertyType "EncryptionConfiguration" Application
-> Application -> Application
set PropertyType "EncryptionConfiguration" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application {encryptionConfiguration :: Maybe EncryptionConfigurationProperty
encryptionConfiguration = EncryptionConfigurationProperty
-> Maybe EncryptionConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EncryptionConfiguration" Application
EncryptionConfigurationProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "IamIdentityProviderArn" Application where
type PropertyType "IamIdentityProviderArn" Application = Value Prelude.Text
set :: PropertyType "IamIdentityProviderArn" Application
-> Application -> Application
set PropertyType "IamIdentityProviderArn" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application {iamIdentityProviderArn :: Maybe (Value Text)
iamIdentityProviderArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IamIdentityProviderArn" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "IdentityCenterInstanceArn" Application where
type PropertyType "IdentityCenterInstanceArn" Application = Value Prelude.Text
set :: PropertyType "IdentityCenterInstanceArn" Application
-> Application -> Application
set PropertyType "IdentityCenterInstanceArn" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application
{identityCenterInstanceArn :: Maybe (Value Text)
identityCenterInstanceArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IdentityCenterInstanceArn" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "IdentityType" Application where
type PropertyType "IdentityType" Application = Value Prelude.Text
set :: PropertyType "IdentityType" Application
-> Application -> Application
set PropertyType "IdentityType" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application {identityType :: Maybe (Value Text)
identityType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IdentityType" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "PersonalizationConfiguration" Application where
type PropertyType "PersonalizationConfiguration" Application = PersonalizationConfigurationProperty
set :: PropertyType "PersonalizationConfiguration" Application
-> Application -> Application
set PropertyType "PersonalizationConfiguration" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application
{personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
personalizationConfiguration = PersonalizationConfigurationProperty
-> Maybe PersonalizationConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PersonalizationConfiguration" Application
PersonalizationConfigurationProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "QAppsConfiguration" Application where
type PropertyType "QAppsConfiguration" Application = QAppsConfigurationProperty
set :: PropertyType "QAppsConfiguration" Application
-> Application -> Application
set PropertyType "QAppsConfiguration" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application {qAppsConfiguration :: Maybe QAppsConfigurationProperty
qAppsConfiguration = QAppsConfigurationProperty -> Maybe QAppsConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "QAppsConfiguration" Application
QAppsConfigurationProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "QuickSightConfiguration" Application where
type PropertyType "QuickSightConfiguration" Application = QuickSightConfigurationProperty
set :: PropertyType "QuickSightConfiguration" Application
-> Application -> Application
set PropertyType "QuickSightConfiguration" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application {quickSightConfiguration :: Maybe QuickSightConfigurationProperty
quickSightConfiguration = QuickSightConfigurationProperty
-> Maybe QuickSightConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "QuickSightConfiguration" Application
QuickSightConfigurationProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "RoleArn" Application where
type PropertyType "RoleArn" Application = Value Prelude.Text
set :: PropertyType "RoleArn" Application -> Application -> Application
set PropertyType "RoleArn" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application {roleArn :: Maybe (Value Text)
roleArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RoleArn" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
tags :: Maybe [Tag]
..}
instance Property "Tags" Application where
type PropertyType "Tags" Application = [Tag]
set :: PropertyType "Tags" Application -> Application -> Application
set PropertyType "Tags" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
attachmentsConfiguration :: Application -> Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Application -> Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Value Text
encryptionConfiguration :: Application -> Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Application -> Maybe (Value Text)
identityCenterInstanceArn :: Application -> Maybe (Value Text)
identityType :: Application -> Maybe (Value Text)
personalizationConfiguration :: Application -> Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Application -> Maybe QAppsConfigurationProperty
quickSightConfiguration :: Application -> Maybe QuickSightConfigurationProperty
roleArn :: Application -> Maybe (Value Text)
tags :: Application -> Maybe [Tag]
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Application {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" Application
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AttachmentsConfigurationProperty
Maybe AutoSubscriptionConfigurationProperty
Maybe EncryptionConfigurationProperty
Maybe PersonalizationConfigurationProperty
Maybe QAppsConfigurationProperty
Maybe QuickSightConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
haddock_workaround_ :: ()
attachmentsConfiguration :: Maybe AttachmentsConfigurationProperty
autoSubscriptionConfiguration :: Maybe AutoSubscriptionConfigurationProperty
clientIdsForOIDC :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Value Text
encryptionConfiguration :: Maybe EncryptionConfigurationProperty
iamIdentityProviderArn :: Maybe (Value Text)
identityCenterInstanceArn :: Maybe (Value Text)
identityType :: Maybe (Value Text)
personalizationConfiguration :: Maybe PersonalizationConfigurationProperty
qAppsConfiguration :: Maybe QAppsConfigurationProperty
quickSightConfiguration :: Maybe QuickSightConfigurationProperty
roleArn :: Maybe (Value Text)
..}