module Stratosphere.VpcLattice.ResourceConfiguration (
module Exports, ResourceConfiguration(..), mkResourceConfiguration
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.VpcLattice.ResourceConfiguration.ResourceConfigurationDefinitionProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data ResourceConfiguration
=
ResourceConfiguration {ResourceConfiguration -> ()
haddock_workaround_ :: (),
ResourceConfiguration -> Maybe (Value Bool)
allowAssociationToSharableServiceNetwork :: (Prelude.Maybe (Value Prelude.Bool)),
ResourceConfiguration -> Value Text
name :: (Value Prelude.Text),
ResourceConfiguration -> Maybe (ValueList Text)
portRanges :: (Prelude.Maybe (ValueList Prelude.Text)),
ResourceConfiguration -> Maybe (Value Text)
protocolType :: (Prelude.Maybe (Value Prelude.Text)),
ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: (Prelude.Maybe (Value Prelude.Text)),
ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationDefinition :: (Prelude.Maybe ResourceConfigurationDefinitionProperty),
ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationGroupId :: (Prelude.Maybe (Value Prelude.Text)),
ResourceConfiguration -> Value Text
resourceConfigurationType :: (Value Prelude.Text),
ResourceConfiguration -> Maybe (Value Text)
resourceGatewayId :: (Prelude.Maybe (Value Prelude.Text)),
ResourceConfiguration -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag])}
deriving stock (ResourceConfiguration -> ResourceConfiguration -> Bool
(ResourceConfiguration -> ResourceConfiguration -> Bool)
-> (ResourceConfiguration -> ResourceConfiguration -> Bool)
-> Eq ResourceConfiguration
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: ResourceConfiguration -> ResourceConfiguration -> Bool
== :: ResourceConfiguration -> ResourceConfiguration -> Bool
$c/= :: ResourceConfiguration -> ResourceConfiguration -> Bool
/= :: ResourceConfiguration -> ResourceConfiguration -> Bool
Prelude.Eq, Int -> ResourceConfiguration -> ShowS
[ResourceConfiguration] -> ShowS
ResourceConfiguration -> String
(Int -> ResourceConfiguration -> ShowS)
-> (ResourceConfiguration -> String)
-> ([ResourceConfiguration] -> ShowS)
-> Show ResourceConfiguration
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> ResourceConfiguration -> ShowS
showsPrec :: Int -> ResourceConfiguration -> ShowS
$cshow :: ResourceConfiguration -> String
show :: ResourceConfiguration -> String
$cshowList :: [ResourceConfiguration] -> ShowS
showList :: [ResourceConfiguration] -> ShowS
Prelude.Show)
mkResourceConfiguration ::
Value Prelude.Text -> Value Prelude.Text -> ResourceConfiguration
mkResourceConfiguration :: Value Text -> Value Text -> ResourceConfiguration
mkResourceConfiguration Value Text
name Value Text
resourceConfigurationType
= ResourceConfiguration
{haddock_workaround_ :: ()
haddock_workaround_ = (), name :: Value Text
name = Value Text
name,
resourceConfigurationType :: Value Text
resourceConfigurationType = Value Text
resourceConfigurationType,
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
allowAssociationToSharableServiceNetwork = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
portRanges :: Maybe (ValueList Text)
portRanges = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing, protocolType :: Maybe (Value Text)
protocolType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationAuthType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationDefinition = Maybe ResourceConfigurationDefinitionProperty
forall a. Maybe a
Prelude.Nothing,
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationGroupId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
resourceGatewayId :: Maybe (Value Text)
resourceGatewayId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties ResourceConfiguration where
toResourceProperties :: ResourceConfiguration -> ResourceProperties
toResourceProperties ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::VpcLattice::ResourceConfiguration",
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
"Name" 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
name,
Key
"ResourceConfigurationType" 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
resourceConfigurationType]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AllowAssociationToSharableServiceNetwork"
(Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
allowAssociationToSharableServiceNetwork,
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
"PortRanges" (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)
portRanges,
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
"ProtocolType" (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)
protocolType,
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
"ResourceConfigurationAuthType"
(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)
resourceConfigurationAuthType,
Key -> ResourceConfigurationDefinitionProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ResourceConfigurationDefinition"
(ResourceConfigurationDefinitionProperty -> (Key, Value))
-> Maybe ResourceConfigurationDefinitionProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationDefinition,
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
"ResourceConfigurationGroupId"
(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)
resourceConfigurationGroupId,
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
"ResourceGatewayId" (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)
resourceGatewayId,
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 ResourceConfiguration where
toJSON :: ResourceConfiguration -> Value
toJSON ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: 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
"Name" 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
name,
Key
"ResourceConfigurationType" 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
resourceConfigurationType]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AllowAssociationToSharableServiceNetwork"
(Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
allowAssociationToSharableServiceNetwork,
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
"PortRanges" (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)
portRanges,
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
"ProtocolType" (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)
protocolType,
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
"ResourceConfigurationAuthType"
(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)
resourceConfigurationAuthType,
Key -> ResourceConfigurationDefinitionProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ResourceConfigurationDefinition"
(ResourceConfigurationDefinitionProperty -> (Key, Value))
-> Maybe ResourceConfigurationDefinitionProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationDefinition,
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
"ResourceConfigurationGroupId"
(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)
resourceConfigurationGroupId,
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
"ResourceGatewayId" (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)
resourceGatewayId,
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 "AllowAssociationToSharableServiceNetwork" ResourceConfiguration where
type PropertyType "AllowAssociationToSharableServiceNetwork" ResourceConfiguration = Value Prelude.Bool
set :: PropertyType
"AllowAssociationToSharableServiceNetwork" ResourceConfiguration
-> ResourceConfiguration -> ResourceConfiguration
set PropertyType
"AllowAssociationToSharableServiceNetwork" ResourceConfiguration
newValue ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceConfiguration
{allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
allowAssociationToSharableServiceNetwork = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"AllowAssociationToSharableServiceNetwork" ResourceConfiguration
Value Bool
newValue,
Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "Name" ResourceConfiguration where
type PropertyType "Name" ResourceConfiguration = Value Prelude.Text
set :: PropertyType "Name" ResourceConfiguration
-> ResourceConfiguration -> ResourceConfiguration
set PropertyType "Name" ResourceConfiguration
newValue ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceConfiguration {name :: Value Text
name = PropertyType "Name" ResourceConfiguration
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "PortRanges" ResourceConfiguration where
type PropertyType "PortRanges" ResourceConfiguration = ValueList Prelude.Text
set :: PropertyType "PortRanges" ResourceConfiguration
-> ResourceConfiguration -> ResourceConfiguration
set PropertyType "PortRanges" ResourceConfiguration
newValue ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceConfiguration {portRanges :: Maybe (ValueList Text)
portRanges = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PortRanges" ResourceConfiguration
ValueList Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "ProtocolType" ResourceConfiguration where
type PropertyType "ProtocolType" ResourceConfiguration = Value Prelude.Text
set :: PropertyType "ProtocolType" ResourceConfiguration
-> ResourceConfiguration -> ResourceConfiguration
set PropertyType "ProtocolType" ResourceConfiguration
newValue ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceConfiguration {protocolType :: Maybe (Value Text)
protocolType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ProtocolType" ResourceConfiguration
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "ResourceConfigurationAuthType" ResourceConfiguration where
type PropertyType "ResourceConfigurationAuthType" ResourceConfiguration = Value Prelude.Text
set :: PropertyType "ResourceConfigurationAuthType" ResourceConfiguration
-> ResourceConfiguration -> ResourceConfiguration
set PropertyType "ResourceConfigurationAuthType" ResourceConfiguration
newValue ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceConfiguration
{resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationAuthType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ResourceConfigurationAuthType" ResourceConfiguration
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "ResourceConfigurationDefinition" ResourceConfiguration where
type PropertyType "ResourceConfigurationDefinition" ResourceConfiguration = ResourceConfigurationDefinitionProperty
set :: PropertyType
"ResourceConfigurationDefinition" ResourceConfiguration
-> ResourceConfiguration -> ResourceConfiguration
set PropertyType
"ResourceConfigurationDefinition" ResourceConfiguration
newValue ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceConfiguration
{resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationDefinition = ResourceConfigurationDefinitionProperty
-> Maybe ResourceConfigurationDefinitionProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ResourceConfigurationDefinition" ResourceConfiguration
ResourceConfigurationDefinitionProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "ResourceConfigurationGroupId" ResourceConfiguration where
type PropertyType "ResourceConfigurationGroupId" ResourceConfiguration = Value Prelude.Text
set :: PropertyType "ResourceConfigurationGroupId" ResourceConfiguration
-> ResourceConfiguration -> ResourceConfiguration
set PropertyType "ResourceConfigurationGroupId" ResourceConfiguration
newValue ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceConfiguration
{resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationGroupId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ResourceConfigurationGroupId" ResourceConfiguration
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "ResourceConfigurationType" ResourceConfiguration where
type PropertyType "ResourceConfigurationType" ResourceConfiguration = Value Prelude.Text
set :: PropertyType "ResourceConfigurationType" ResourceConfiguration
-> ResourceConfiguration -> ResourceConfiguration
set PropertyType "ResourceConfigurationType" ResourceConfiguration
newValue ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceConfiguration {resourceConfigurationType :: Value Text
resourceConfigurationType = PropertyType "ResourceConfigurationType" ResourceConfiguration
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "ResourceGatewayId" ResourceConfiguration where
type PropertyType "ResourceGatewayId" ResourceConfiguration = Value Prelude.Text
set :: PropertyType "ResourceGatewayId" ResourceConfiguration
-> ResourceConfiguration -> ResourceConfiguration
set PropertyType "ResourceGatewayId" ResourceConfiguration
newValue ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceConfiguration
{resourceGatewayId :: Maybe (Value Text)
resourceGatewayId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ResourceGatewayId" ResourceConfiguration
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
tags :: Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
tags :: Maybe [Tag]
..}
instance Property "Tags" ResourceConfiguration where
type PropertyType "Tags" ResourceConfiguration = [Tag]
set :: PropertyType "Tags" ResourceConfiguration
-> ResourceConfiguration -> ResourceConfiguration
set PropertyType "Tags" ResourceConfiguration
newValue ResourceConfiguration {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ResourceConfiguration -> ()
allowAssociationToSharableServiceNetwork :: ResourceConfiguration -> Maybe (Value Bool)
name :: ResourceConfiguration -> Value Text
portRanges :: ResourceConfiguration -> Maybe (ValueList Text)
protocolType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationAuthType :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationDefinition :: ResourceConfiguration
-> Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: ResourceConfiguration -> Maybe (Value Text)
resourceConfigurationType :: ResourceConfiguration -> Value Text
resourceGatewayId :: ResourceConfiguration -> Maybe (Value Text)
tags :: ResourceConfiguration -> Maybe [Tag]
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceConfiguration {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" ResourceConfiguration
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe ResourceConfigurationDefinitionProperty
()
Value Text
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
haddock_workaround_ :: ()
allowAssociationToSharableServiceNetwork :: Maybe (Value Bool)
name :: Value Text
portRanges :: Maybe (ValueList Text)
protocolType :: Maybe (Value Text)
resourceConfigurationAuthType :: Maybe (Value Text)
resourceConfigurationDefinition :: Maybe ResourceConfigurationDefinitionProperty
resourceConfigurationGroupId :: Maybe (Value Text)
resourceConfigurationType :: Value Text
resourceGatewayId :: Maybe (Value Text)
..}