module Stratosphere.DataSync.LocationAzureBlob (
module Exports, LocationAzureBlob(..), mkLocationAzureBlob
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.DataSync.LocationAzureBlob.AzureBlobSasConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.DataSync.LocationAzureBlob.CmkSecretConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.DataSync.LocationAzureBlob.CustomSecretConfigProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data LocationAzureBlob
=
LocationAzureBlob {LocationAzureBlob -> ()
haddock_workaround_ :: (),
LocationAzureBlob -> Maybe (ValueList Text)
agentArns :: (Prelude.Maybe (ValueList Prelude.Text)),
LocationAzureBlob -> Maybe (Value Text)
azureAccessTier :: (Prelude.Maybe (Value Prelude.Text)),
LocationAzureBlob -> Value Text
azureBlobAuthenticationType :: (Value Prelude.Text),
LocationAzureBlob -> Maybe (Value Text)
azureBlobContainerUrl :: (Prelude.Maybe (Value Prelude.Text)),
LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobSasConfiguration :: (Prelude.Maybe AzureBlobSasConfigurationProperty),
LocationAzureBlob -> Maybe (Value Text)
azureBlobType :: (Prelude.Maybe (Value Prelude.Text)),
LocationAzureBlob -> Maybe CmkSecretConfigProperty
cmkSecretConfig :: (Prelude.Maybe CmkSecretConfigProperty),
LocationAzureBlob -> Maybe CustomSecretConfigProperty
customSecretConfig :: (Prelude.Maybe CustomSecretConfigProperty),
LocationAzureBlob -> Maybe (Value Text)
subdirectory :: (Prelude.Maybe (Value Prelude.Text)),
LocationAzureBlob -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag])}
deriving stock (LocationAzureBlob -> LocationAzureBlob -> Bool
(LocationAzureBlob -> LocationAzureBlob -> Bool)
-> (LocationAzureBlob -> LocationAzureBlob -> Bool)
-> Eq LocationAzureBlob
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: LocationAzureBlob -> LocationAzureBlob -> Bool
== :: LocationAzureBlob -> LocationAzureBlob -> Bool
$c/= :: LocationAzureBlob -> LocationAzureBlob -> Bool
/= :: LocationAzureBlob -> LocationAzureBlob -> Bool
Prelude.Eq, Int -> LocationAzureBlob -> ShowS
[LocationAzureBlob] -> ShowS
LocationAzureBlob -> String
(Int -> LocationAzureBlob -> ShowS)
-> (LocationAzureBlob -> String)
-> ([LocationAzureBlob] -> ShowS)
-> Show LocationAzureBlob
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> LocationAzureBlob -> ShowS
showsPrec :: Int -> LocationAzureBlob -> ShowS
$cshow :: LocationAzureBlob -> String
show :: LocationAzureBlob -> String
$cshowList :: [LocationAzureBlob] -> ShowS
showList :: [LocationAzureBlob] -> ShowS
Prelude.Show)
mkLocationAzureBlob :: Value Prelude.Text -> LocationAzureBlob
mkLocationAzureBlob :: Value Text -> LocationAzureBlob
mkLocationAzureBlob Value Text
azureBlobAuthenticationType
= LocationAzureBlob
{haddock_workaround_ :: ()
haddock_workaround_ = (),
azureBlobAuthenticationType :: Value Text
azureBlobAuthenticationType = Value Text
azureBlobAuthenticationType,
agentArns :: Maybe (ValueList Text)
agentArns = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing, azureAccessTier :: Maybe (Value Text)
azureAccessTier = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobContainerUrl = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobSasConfiguration = Maybe AzureBlobSasConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
azureBlobType :: Maybe (Value Text)
azureBlobType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, cmkSecretConfig :: Maybe CmkSecretConfigProperty
cmkSecretConfig = Maybe CmkSecretConfigProperty
forall a. Maybe a
Prelude.Nothing,
customSecretConfig :: Maybe CustomSecretConfigProperty
customSecretConfig = Maybe CustomSecretConfigProperty
forall a. Maybe a
Prelude.Nothing,
subdirectory :: Maybe (Value Text)
subdirectory = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties LocationAzureBlob where
toResourceProperties :: LocationAzureBlob -> ResourceProperties
toResourceProperties LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::DataSync::LocationAzureBlob",
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
"AzureBlobAuthenticationType" 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
azureBlobAuthenticationType]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[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
"AgentArns" (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)
agentArns,
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
"AzureAccessTier" (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)
azureAccessTier,
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
"AzureBlobContainerUrl"
(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)
azureBlobContainerUrl,
Key -> AzureBlobSasConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AzureBlobSasConfiguration"
(AzureBlobSasConfigurationProperty -> (Key, Value))
-> Maybe AzureBlobSasConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AzureBlobSasConfigurationProperty
azureBlobSasConfiguration,
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
"AzureBlobType" (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)
azureBlobType,
Key -> CmkSecretConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CmkSecretConfig" (CmkSecretConfigProperty -> (Key, Value))
-> Maybe CmkSecretConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CmkSecretConfigProperty
cmkSecretConfig,
Key -> CustomSecretConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CustomSecretConfig" (CustomSecretConfigProperty -> (Key, Value))
-> Maybe CustomSecretConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CustomSecretConfigProperty
customSecretConfig,
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
"Subdirectory" (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)
subdirectory,
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 LocationAzureBlob where
toJSON :: LocationAzureBlob -> Value
toJSON LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: 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
"AzureBlobAuthenticationType" 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
azureBlobAuthenticationType]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[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
"AgentArns" (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)
agentArns,
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
"AzureAccessTier" (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)
azureAccessTier,
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
"AzureBlobContainerUrl"
(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)
azureBlobContainerUrl,
Key -> AzureBlobSasConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AzureBlobSasConfiguration"
(AzureBlobSasConfigurationProperty -> (Key, Value))
-> Maybe AzureBlobSasConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AzureBlobSasConfigurationProperty
azureBlobSasConfiguration,
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
"AzureBlobType" (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)
azureBlobType,
Key -> CmkSecretConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CmkSecretConfig" (CmkSecretConfigProperty -> (Key, Value))
-> Maybe CmkSecretConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CmkSecretConfigProperty
cmkSecretConfig,
Key -> CustomSecretConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CustomSecretConfig" (CustomSecretConfigProperty -> (Key, Value))
-> Maybe CustomSecretConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CustomSecretConfigProperty
customSecretConfig,
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
"Subdirectory" (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)
subdirectory,
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 "AgentArns" LocationAzureBlob where
type PropertyType "AgentArns" LocationAzureBlob = ValueList Prelude.Text
set :: PropertyType "AgentArns" LocationAzureBlob
-> LocationAzureBlob -> LocationAzureBlob
set PropertyType "AgentArns" LocationAzureBlob
newValue LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= LocationAzureBlob {agentArns :: Maybe (ValueList Text)
agentArns = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AgentArns" LocationAzureBlob
ValueList Text
newValue, Maybe [Tag]
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: ()
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "AzureAccessTier" LocationAzureBlob where
type PropertyType "AzureAccessTier" LocationAzureBlob = Value Prelude.Text
set :: PropertyType "AzureAccessTier" LocationAzureBlob
-> LocationAzureBlob -> LocationAzureBlob
set PropertyType "AzureAccessTier" LocationAzureBlob
newValue LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= LocationAzureBlob {azureAccessTier :: Maybe (Value Text)
azureAccessTier = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AzureAccessTier" LocationAzureBlob
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "AzureBlobAuthenticationType" LocationAzureBlob where
type PropertyType "AzureBlobAuthenticationType" LocationAzureBlob = Value Prelude.Text
set :: PropertyType "AzureBlobAuthenticationType" LocationAzureBlob
-> LocationAzureBlob -> LocationAzureBlob
set PropertyType "AzureBlobAuthenticationType" LocationAzureBlob
newValue LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= LocationAzureBlob {azureBlobAuthenticationType :: Value Text
azureBlobAuthenticationType = PropertyType "AzureBlobAuthenticationType" LocationAzureBlob
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "AzureBlobContainerUrl" LocationAzureBlob where
type PropertyType "AzureBlobContainerUrl" LocationAzureBlob = Value Prelude.Text
set :: PropertyType "AzureBlobContainerUrl" LocationAzureBlob
-> LocationAzureBlob -> LocationAzureBlob
set PropertyType "AzureBlobContainerUrl" LocationAzureBlob
newValue LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= LocationAzureBlob
{azureBlobContainerUrl :: Maybe (Value Text)
azureBlobContainerUrl = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AzureBlobContainerUrl" LocationAzureBlob
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "AzureBlobSasConfiguration" LocationAzureBlob where
type PropertyType "AzureBlobSasConfiguration" LocationAzureBlob = AzureBlobSasConfigurationProperty
set :: PropertyType "AzureBlobSasConfiguration" LocationAzureBlob
-> LocationAzureBlob -> LocationAzureBlob
set PropertyType "AzureBlobSasConfiguration" LocationAzureBlob
newValue LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= LocationAzureBlob
{azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobSasConfiguration = AzureBlobSasConfigurationProperty
-> Maybe AzureBlobSasConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AzureBlobSasConfiguration" LocationAzureBlob
AzureBlobSasConfigurationProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "AzureBlobType" LocationAzureBlob where
type PropertyType "AzureBlobType" LocationAzureBlob = Value Prelude.Text
set :: PropertyType "AzureBlobType" LocationAzureBlob
-> LocationAzureBlob -> LocationAzureBlob
set PropertyType "AzureBlobType" LocationAzureBlob
newValue LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= LocationAzureBlob {azureBlobType :: Maybe (Value Text)
azureBlobType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AzureBlobType" LocationAzureBlob
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "CmkSecretConfig" LocationAzureBlob where
type PropertyType "CmkSecretConfig" LocationAzureBlob = CmkSecretConfigProperty
set :: PropertyType "CmkSecretConfig" LocationAzureBlob
-> LocationAzureBlob -> LocationAzureBlob
set PropertyType "CmkSecretConfig" LocationAzureBlob
newValue LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= LocationAzureBlob {cmkSecretConfig :: Maybe CmkSecretConfigProperty
cmkSecretConfig = CmkSecretConfigProperty -> Maybe CmkSecretConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CmkSecretConfig" LocationAzureBlob
CmkSecretConfigProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "CustomSecretConfig" LocationAzureBlob where
type PropertyType "CustomSecretConfig" LocationAzureBlob = CustomSecretConfigProperty
set :: PropertyType "CustomSecretConfig" LocationAzureBlob
-> LocationAzureBlob -> LocationAzureBlob
set PropertyType "CustomSecretConfig" LocationAzureBlob
newValue LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= LocationAzureBlob
{customSecretConfig :: Maybe CustomSecretConfigProperty
customSecretConfig = CustomSecretConfigProperty -> Maybe CustomSecretConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CustomSecretConfig" LocationAzureBlob
CustomSecretConfigProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
()
Value Text
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "Subdirectory" LocationAzureBlob where
type PropertyType "Subdirectory" LocationAzureBlob = Value Prelude.Text
set :: PropertyType "Subdirectory" LocationAzureBlob
-> LocationAzureBlob -> LocationAzureBlob
set PropertyType "Subdirectory" LocationAzureBlob
newValue LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= LocationAzureBlob {subdirectory :: Maybe (Value Text)
subdirectory = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Subdirectory" LocationAzureBlob
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
tags :: Maybe [Tag]
..}
instance Property "Tags" LocationAzureBlob where
type PropertyType "Tags" LocationAzureBlob = [Tag]
set :: PropertyType "Tags" LocationAzureBlob
-> LocationAzureBlob -> LocationAzureBlob
set PropertyType "Tags" LocationAzureBlob
newValue LocationAzureBlob {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: LocationAzureBlob -> ()
agentArns :: LocationAzureBlob -> Maybe (ValueList Text)
azureAccessTier :: LocationAzureBlob -> Maybe (Value Text)
azureBlobAuthenticationType :: LocationAzureBlob -> Value Text
azureBlobContainerUrl :: LocationAzureBlob -> Maybe (Value Text)
azureBlobSasConfiguration :: LocationAzureBlob -> Maybe AzureBlobSasConfigurationProperty
azureBlobType :: LocationAzureBlob -> Maybe (Value Text)
cmkSecretConfig :: LocationAzureBlob -> Maybe CmkSecretConfigProperty
customSecretConfig :: LocationAzureBlob -> Maybe CustomSecretConfigProperty
subdirectory :: LocationAzureBlob -> Maybe (Value Text)
tags :: LocationAzureBlob -> Maybe [Tag]
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= LocationAzureBlob {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" LocationAzureBlob
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AzureBlobSasConfigurationProperty
Maybe CmkSecretConfigProperty
Maybe CustomSecretConfigProperty
()
Value Text
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
agentArns :: Maybe (ValueList Text)
azureAccessTier :: Maybe (Value Text)
azureBlobAuthenticationType :: Value Text
azureBlobContainerUrl :: Maybe (Value Text)
azureBlobSasConfiguration :: Maybe AzureBlobSasConfigurationProperty
azureBlobType :: Maybe (Value Text)
cmkSecretConfig :: Maybe CmkSecretConfigProperty
customSecretConfig :: Maybe CustomSecretConfigProperty
subdirectory :: Maybe (Value Text)
..}