module Stratosphere.Config.OrganizationConfigRule.OrganizationCustomRuleMetadataProperty (
        OrganizationCustomRuleMetadataProperty(..),
        mkOrganizationCustomRuleMetadataProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data OrganizationCustomRuleMetadataProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html>
    OrganizationCustomRuleMetadataProperty {OrganizationCustomRuleMetadataProperty -> ()
haddock_workaround_ :: (),
                                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-description>
                                            OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
                                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-inputparameters>
                                            OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: (Prelude.Maybe (Value Prelude.Text)),
                                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-lambdafunctionarn>
                                            OrganizationCustomRuleMetadataProperty -> Value Text
lambdaFunctionArn :: (Value Prelude.Text),
                                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-maximumexecutionfrequency>
                                            OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: (Prelude.Maybe (Value Prelude.Text)),
                                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-organizationconfigruletriggertypes>
                                            OrganizationCustomRuleMetadataProperty -> ValueList Text
organizationConfigRuleTriggerTypes :: (ValueList Prelude.Text),
                                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourceidscope>
                                            OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceIdScope :: (Prelude.Maybe (Value Prelude.Text)),
                                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-resourcetypesscope>
                                            OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
resourceTypesScope :: (Prelude.Maybe (ValueList Prelude.Text)),
                                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagkeyscope>
                                            OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagKeyScope :: (Prelude.Maybe (Value Prelude.Text)),
                                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustomrulemetadata.html#cfn-config-organizationconfigrule-organizationcustomrulemetadata-tagvaluescope>
                                            OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty -> Bool
(OrganizationCustomRuleMetadataProperty
 -> OrganizationCustomRuleMetadataProperty -> Bool)
-> (OrganizationCustomRuleMetadataProperty
    -> OrganizationCustomRuleMetadataProperty -> Bool)
-> Eq OrganizationCustomRuleMetadataProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty -> Bool
== :: OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty -> Bool
$c/= :: OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty -> Bool
/= :: OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty -> Bool
Prelude.Eq, Int -> OrganizationCustomRuleMetadataProperty -> ShowS
[OrganizationCustomRuleMetadataProperty] -> ShowS
OrganizationCustomRuleMetadataProperty -> String
(Int -> OrganizationCustomRuleMetadataProperty -> ShowS)
-> (OrganizationCustomRuleMetadataProperty -> String)
-> ([OrganizationCustomRuleMetadataProperty] -> ShowS)
-> Show OrganizationCustomRuleMetadataProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> OrganizationCustomRuleMetadataProperty -> ShowS
showsPrec :: Int -> OrganizationCustomRuleMetadataProperty -> ShowS
$cshow :: OrganizationCustomRuleMetadataProperty -> String
show :: OrganizationCustomRuleMetadataProperty -> String
$cshowList :: [OrganizationCustomRuleMetadataProperty] -> ShowS
showList :: [OrganizationCustomRuleMetadataProperty] -> ShowS
Prelude.Show)
mkOrganizationCustomRuleMetadataProperty ::
  Value Prelude.Text
  -> ValueList Prelude.Text -> OrganizationCustomRuleMetadataProperty
mkOrganizationCustomRuleMetadataProperty :: Value Text
-> ValueList Text -> OrganizationCustomRuleMetadataProperty
mkOrganizationCustomRuleMetadataProperty
  Value Text
lambdaFunctionArn
  ValueList Text
organizationConfigRuleTriggerTypes
  = OrganizationCustomRuleMetadataProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), lambdaFunctionArn :: Value Text
lambdaFunctionArn = Value Text
lambdaFunctionArn,
       organizationConfigRuleTriggerTypes :: ValueList Text
organizationConfigRuleTriggerTypes = ValueList Text
organizationConfigRuleTriggerTypes,
       description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, inputParameters :: Maybe (Value Text)
inputParameters = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       maximumExecutionFrequency :: Maybe (Value Text)
maximumExecutionFrequency = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       resourceIdScope :: Maybe (Value Text)
resourceIdScope = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       resourceTypesScope :: Maybe (ValueList Text)
resourceTypesScope = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       tagKeyScope :: Maybe (Value Text)
tagKeyScope = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, tagValueScope :: Maybe (Value Text)
tagValueScope = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties OrganizationCustomRuleMetadataProperty where
  toResourceProperties :: OrganizationCustomRuleMetadataProperty -> ResourceProperties
toResourceProperties OrganizationCustomRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: OrganizationCustomRuleMetadataProperty -> ()
description :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
lambdaFunctionArn :: OrganizationCustomRuleMetadataProperty -> Value Text
maximumExecutionFrequency :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomRuleMetadataProperty -> ValueList Text
resourceIdScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
tagKeyScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::Config::OrganizationConfigRule.OrganizationCustomRuleMetadata",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"LambdaFunctionArn" 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
lambdaFunctionArn,
                            Key
"OrganizationConfigRuleTriggerTypes"
                              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..= ValueList Text
organizationConfigRuleTriggerTypes]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"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 -> 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
"InputParameters" (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)
inputParameters,
                               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
"MaximumExecutionFrequency"
                                 (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)
maximumExecutionFrequency,
                               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
"ResourceIdScope" (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)
resourceIdScope,
                               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
"ResourceTypesScope" (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)
resourceTypesScope,
                               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
"TagKeyScope" (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)
tagKeyScope,
                               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
"TagValueScope" (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)
tagValueScope]))}
instance JSON.ToJSON OrganizationCustomRuleMetadataProperty where
  toJSON :: OrganizationCustomRuleMetadataProperty -> Value
toJSON OrganizationCustomRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: OrganizationCustomRuleMetadataProperty -> ()
description :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
lambdaFunctionArn :: OrganizationCustomRuleMetadataProperty -> Value Text
maximumExecutionFrequency :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomRuleMetadataProperty -> ValueList Text
resourceIdScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
tagKeyScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
              [Key
"LambdaFunctionArn" 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
lambdaFunctionArn,
               Key
"OrganizationConfigRuleTriggerTypes"
                 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..= ValueList Text
organizationConfigRuleTriggerTypes]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"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 -> 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
"InputParameters" (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)
inputParameters,
                  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
"MaximumExecutionFrequency"
                    (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)
maximumExecutionFrequency,
                  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
"ResourceIdScope" (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)
resourceIdScope,
                  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
"ResourceTypesScope" (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)
resourceTypesScope,
                  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
"TagKeyScope" (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)
tagKeyScope,
                  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
"TagValueScope" (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)
tagValueScope])))
instance Property "Description" OrganizationCustomRuleMetadataProperty where
  type PropertyType "Description" OrganizationCustomRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType "Description" OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
set PropertyType "Description" OrganizationCustomRuleMetadataProperty
newValue OrganizationCustomRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: OrganizationCustomRuleMetadataProperty -> ()
description :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
lambdaFunctionArn :: OrganizationCustomRuleMetadataProperty -> Value Text
maximumExecutionFrequency :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomRuleMetadataProperty -> ValueList Text
resourceIdScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
tagKeyScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomRuleMetadataProperty
        {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" OrganizationCustomRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "InputParameters" OrganizationCustomRuleMetadataProperty where
  type PropertyType "InputParameters" OrganizationCustomRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType
  "InputParameters" OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
set PropertyType
  "InputParameters" OrganizationCustomRuleMetadataProperty
newValue OrganizationCustomRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: OrganizationCustomRuleMetadataProperty -> ()
description :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
lambdaFunctionArn :: OrganizationCustomRuleMetadataProperty -> Value Text
maximumExecutionFrequency :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomRuleMetadataProperty -> ValueList Text
resourceIdScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
tagKeyScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomRuleMetadataProperty
        {inputParameters :: Maybe (Value Text)
inputParameters = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "InputParameters" OrganizationCustomRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "LambdaFunctionArn" OrganizationCustomRuleMetadataProperty where
  type PropertyType "LambdaFunctionArn" OrganizationCustomRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType
  "LambdaFunctionArn" OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
set PropertyType
  "LambdaFunctionArn" OrganizationCustomRuleMetadataProperty
newValue OrganizationCustomRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: OrganizationCustomRuleMetadataProperty -> ()
description :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
lambdaFunctionArn :: OrganizationCustomRuleMetadataProperty -> Value Text
maximumExecutionFrequency :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomRuleMetadataProperty -> ValueList Text
resourceIdScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
tagKeyScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomRuleMetadataProperty
        {lambdaFunctionArn :: Value Text
lambdaFunctionArn = PropertyType
  "LambdaFunctionArn" OrganizationCustomRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "MaximumExecutionFrequency" OrganizationCustomRuleMetadataProperty where
  type PropertyType "MaximumExecutionFrequency" OrganizationCustomRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType
  "MaximumExecutionFrequency" OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
set PropertyType
  "MaximumExecutionFrequency" OrganizationCustomRuleMetadataProperty
newValue OrganizationCustomRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: OrganizationCustomRuleMetadataProperty -> ()
description :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
lambdaFunctionArn :: OrganizationCustomRuleMetadataProperty -> Value Text
maximumExecutionFrequency :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomRuleMetadataProperty -> ValueList Text
resourceIdScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
tagKeyScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomRuleMetadataProperty
        {maximumExecutionFrequency :: Maybe (Value Text)
maximumExecutionFrequency = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "MaximumExecutionFrequency" OrganizationCustomRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "OrganizationConfigRuleTriggerTypes" OrganizationCustomRuleMetadataProperty where
  type PropertyType "OrganizationConfigRuleTriggerTypes" OrganizationCustomRuleMetadataProperty = ValueList Prelude.Text
  set :: PropertyType
  "OrganizationConfigRuleTriggerTypes"
  OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
set PropertyType
  "OrganizationConfigRuleTriggerTypes"
  OrganizationCustomRuleMetadataProperty
newValue OrganizationCustomRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: OrganizationCustomRuleMetadataProperty -> ()
description :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
lambdaFunctionArn :: OrganizationCustomRuleMetadataProperty -> Value Text
maximumExecutionFrequency :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomRuleMetadataProperty -> ValueList Text
resourceIdScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
tagKeyScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomRuleMetadataProperty
        {organizationConfigRuleTriggerTypes :: ValueList Text
organizationConfigRuleTriggerTypes = PropertyType
  "OrganizationConfigRuleTriggerTypes"
  OrganizationCustomRuleMetadataProperty
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "ResourceIdScope" OrganizationCustomRuleMetadataProperty where
  type PropertyType "ResourceIdScope" OrganizationCustomRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType
  "ResourceIdScope" OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
set PropertyType
  "ResourceIdScope" OrganizationCustomRuleMetadataProperty
newValue OrganizationCustomRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: OrganizationCustomRuleMetadataProperty -> ()
description :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
lambdaFunctionArn :: OrganizationCustomRuleMetadataProperty -> Value Text
maximumExecutionFrequency :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomRuleMetadataProperty -> ValueList Text
resourceIdScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
tagKeyScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomRuleMetadataProperty
        {resourceIdScope :: Maybe (Value Text)
resourceIdScope = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "ResourceIdScope" OrganizationCustomRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "ResourceTypesScope" OrganizationCustomRuleMetadataProperty where
  type PropertyType "ResourceTypesScope" OrganizationCustomRuleMetadataProperty = ValueList Prelude.Text
  set :: PropertyType
  "ResourceTypesScope" OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
set PropertyType
  "ResourceTypesScope" OrganizationCustomRuleMetadataProperty
newValue OrganizationCustomRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: OrganizationCustomRuleMetadataProperty -> ()
description :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
lambdaFunctionArn :: OrganizationCustomRuleMetadataProperty -> Value Text
maximumExecutionFrequency :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomRuleMetadataProperty -> ValueList Text
resourceIdScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
tagKeyScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomRuleMetadataProperty
        {resourceTypesScope :: Maybe (ValueList Text)
resourceTypesScope = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "ResourceTypesScope" OrganizationCustomRuleMetadataProperty
ValueList Text
newValue, Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "TagKeyScope" OrganizationCustomRuleMetadataProperty where
  type PropertyType "TagKeyScope" OrganizationCustomRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType "TagKeyScope" OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
set PropertyType "TagKeyScope" OrganizationCustomRuleMetadataProperty
newValue OrganizationCustomRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: OrganizationCustomRuleMetadataProperty -> ()
description :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
lambdaFunctionArn :: OrganizationCustomRuleMetadataProperty -> Value Text
maximumExecutionFrequency :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomRuleMetadataProperty -> ValueList Text
resourceIdScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
tagKeyScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomRuleMetadataProperty
        {tagKeyScope :: Maybe (Value Text)
tagKeyScope = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TagKeyScope" OrganizationCustomRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "TagValueScope" OrganizationCustomRuleMetadataProperty where
  type PropertyType "TagValueScope" OrganizationCustomRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType "TagValueScope" OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
-> OrganizationCustomRuleMetadataProperty
set PropertyType "TagValueScope" OrganizationCustomRuleMetadataProperty
newValue OrganizationCustomRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: OrganizationCustomRuleMetadataProperty -> ()
description :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
lambdaFunctionArn :: OrganizationCustomRuleMetadataProperty -> Value Text
maximumExecutionFrequency :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomRuleMetadataProperty -> ValueList Text
resourceIdScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomRuleMetadataProperty -> Maybe (ValueList Text)
tagKeyScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomRuleMetadataProperty
        {tagValueScope :: Maybe (Value Text)
tagValueScope = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TagValueScope" OrganizationCustomRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
lambdaFunctionArn :: Value Text
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: ValueList Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
..}