module Stratosphere.Config.OrganizationConfigRule.OrganizationCustomPolicyRuleMetadataProperty (
        OrganizationCustomPolicyRuleMetadataProperty(..),
        mkOrganizationCustomPolicyRuleMetadataProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data OrganizationCustomPolicyRuleMetadataProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html>
    OrganizationCustomPolicyRuleMetadataProperty {OrganizationCustomPolicyRuleMetadataProperty -> ()
haddock_workaround_ :: (),
                                                  -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html#cfn-config-organizationconfigrule-organizationcustompolicyrulemetadata-debuglogdeliveryaccounts>
                                                  OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
debugLogDeliveryAccounts :: (Prelude.Maybe (ValueList Prelude.Text)),
                                                  -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html#cfn-config-organizationconfigrule-organizationcustompolicyrulemetadata-description>
                                                  OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
                                                  -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html#cfn-config-organizationconfigrule-organizationcustompolicyrulemetadata-inputparameters>
                                                  OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: (Prelude.Maybe (Value Prelude.Text)),
                                                  -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html#cfn-config-organizationconfigrule-organizationcustompolicyrulemetadata-maximumexecutionfrequency>
                                                  OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: (Prelude.Maybe (Value Prelude.Text)),
                                                  -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html#cfn-config-organizationconfigrule-organizationcustompolicyrulemetadata-organizationconfigruletriggertypes>
                                                  OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
organizationConfigRuleTriggerTypes :: (Prelude.Maybe (ValueList Prelude.Text)),
                                                  -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html#cfn-config-organizationconfigrule-organizationcustompolicyrulemetadata-policytext>
                                                  OrganizationCustomPolicyRuleMetadataProperty -> Value Text
policyText :: (Value Prelude.Text),
                                                  -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html#cfn-config-organizationconfigrule-organizationcustompolicyrulemetadata-resourceidscope>
                                                  OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceIdScope :: (Prelude.Maybe (Value Prelude.Text)),
                                                  -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html#cfn-config-organizationconfigrule-organizationcustompolicyrulemetadata-resourcetypesscope>
                                                  OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
resourceTypesScope :: (Prelude.Maybe (ValueList Prelude.Text)),
                                                  -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html#cfn-config-organizationconfigrule-organizationcustompolicyrulemetadata-runtime>
                                                  OrganizationCustomPolicyRuleMetadataProperty -> Value Text
runtime :: (Value Prelude.Text),
                                                  -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html#cfn-config-organizationconfigrule-organizationcustompolicyrulemetadata-tagkeyscope>
                                                  OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagKeyScope :: (Prelude.Maybe (Value Prelude.Text)),
                                                  -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconfigrule-organizationcustompolicyrulemetadata.html#cfn-config-organizationconfigrule-organizationcustompolicyrulemetadata-tagvaluescope>
                                                  OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty -> Bool
(OrganizationCustomPolicyRuleMetadataProperty
 -> OrganizationCustomPolicyRuleMetadataProperty -> Bool)
-> (OrganizationCustomPolicyRuleMetadataProperty
    -> OrganizationCustomPolicyRuleMetadataProperty -> Bool)
-> Eq OrganizationCustomPolicyRuleMetadataProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty -> Bool
== :: OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty -> Bool
$c/= :: OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty -> Bool
/= :: OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty -> Bool
Prelude.Eq, Int -> OrganizationCustomPolicyRuleMetadataProperty -> ShowS
[OrganizationCustomPolicyRuleMetadataProperty] -> ShowS
OrganizationCustomPolicyRuleMetadataProperty -> String
(Int -> OrganizationCustomPolicyRuleMetadataProperty -> ShowS)
-> (OrganizationCustomPolicyRuleMetadataProperty -> String)
-> ([OrganizationCustomPolicyRuleMetadataProperty] -> ShowS)
-> Show OrganizationCustomPolicyRuleMetadataProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> OrganizationCustomPolicyRuleMetadataProperty -> ShowS
showsPrec :: Int -> OrganizationCustomPolicyRuleMetadataProperty -> ShowS
$cshow :: OrganizationCustomPolicyRuleMetadataProperty -> String
show :: OrganizationCustomPolicyRuleMetadataProperty -> String
$cshowList :: [OrganizationCustomPolicyRuleMetadataProperty] -> ShowS
showList :: [OrganizationCustomPolicyRuleMetadataProperty] -> ShowS
Prelude.Show)
mkOrganizationCustomPolicyRuleMetadataProperty ::
  Value Prelude.Text
  -> Value Prelude.Text
     -> OrganizationCustomPolicyRuleMetadataProperty
mkOrganizationCustomPolicyRuleMetadataProperty :: Value Text
-> Value Text -> OrganizationCustomPolicyRuleMetadataProperty
mkOrganizationCustomPolicyRuleMetadataProperty Value Text
policyText Value Text
runtime
  = OrganizationCustomPolicyRuleMetadataProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), policyText :: Value Text
policyText = Value Text
policyText,
       runtime :: Value Text
runtime = Value Text
runtime, debugLogDeliveryAccounts :: Maybe (ValueList Text)
debugLogDeliveryAccounts = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       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,
       organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
organizationConfigRuleTriggerTypes = Maybe (ValueList 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 OrganizationCustomPolicyRuleMetadataProperty where
  toResourceProperties :: OrganizationCustomPolicyRuleMetadataProperty -> ResourceProperties
toResourceProperties
    OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::Config::OrganizationConfigRule.OrganizationCustomPolicyRuleMetadata",
         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
"PolicyText" 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
policyText, Key
"Runtime" 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
runtime]
                           ([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
"DebugLogDeliveryAccounts"
                                 (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)
debugLogDeliveryAccounts,
                               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 -> 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
"OrganizationConfigRuleTriggerTypes"
                                 (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)
organizationConfigRuleTriggerTypes,
                               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 OrganizationCustomPolicyRuleMetadataProperty where
  toJSON :: OrganizationCustomPolicyRuleMetadataProperty -> Value
toJSON OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value 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
"PolicyText" 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
policyText, Key
"Runtime" 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
runtime]
              ([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
"DebugLogDeliveryAccounts"
                    (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)
debugLogDeliveryAccounts,
                  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 -> 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
"OrganizationConfigRuleTriggerTypes"
                    (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)
organizationConfigRuleTriggerTypes,
                  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 "DebugLogDeliveryAccounts" OrganizationCustomPolicyRuleMetadataProperty where
  type PropertyType "DebugLogDeliveryAccounts" OrganizationCustomPolicyRuleMetadataProperty = ValueList Prelude.Text
  set :: PropertyType
  "DebugLogDeliveryAccounts"
  OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
set PropertyType
  "DebugLogDeliveryAccounts"
  OrganizationCustomPolicyRuleMetadataProperty
newValue OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomPolicyRuleMetadataProperty
        {debugLogDeliveryAccounts :: Maybe (ValueList Text)
debugLogDeliveryAccounts = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "DebugLogDeliveryAccounts"
  OrganizationCustomPolicyRuleMetadataProperty
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "Description" OrganizationCustomPolicyRuleMetadataProperty where
  type PropertyType "Description" OrganizationCustomPolicyRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType
  "Description" OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
set PropertyType
  "Description" OrganizationCustomPolicyRuleMetadataProperty
newValue OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomPolicyRuleMetadataProperty
        {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" OrganizationCustomPolicyRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "InputParameters" OrganizationCustomPolicyRuleMetadataProperty where
  type PropertyType "InputParameters" OrganizationCustomPolicyRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType
  "InputParameters" OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
set PropertyType
  "InputParameters" OrganizationCustomPolicyRuleMetadataProperty
newValue OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomPolicyRuleMetadataProperty
        {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" OrganizationCustomPolicyRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "MaximumExecutionFrequency" OrganizationCustomPolicyRuleMetadataProperty where
  type PropertyType "MaximumExecutionFrequency" OrganizationCustomPolicyRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType
  "MaximumExecutionFrequency"
  OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
set PropertyType
  "MaximumExecutionFrequency"
  OrganizationCustomPolicyRuleMetadataProperty
newValue OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomPolicyRuleMetadataProperty
        {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"
  OrganizationCustomPolicyRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "OrganizationConfigRuleTriggerTypes" OrganizationCustomPolicyRuleMetadataProperty where
  type PropertyType "OrganizationConfigRuleTriggerTypes" OrganizationCustomPolicyRuleMetadataProperty = ValueList Prelude.Text
  set :: PropertyType
  "OrganizationConfigRuleTriggerTypes"
  OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
set PropertyType
  "OrganizationConfigRuleTriggerTypes"
  OrganizationCustomPolicyRuleMetadataProperty
newValue OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomPolicyRuleMetadataProperty
        {organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
organizationConfigRuleTriggerTypes = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "OrganizationConfigRuleTriggerTypes"
  OrganizationCustomPolicyRuleMetadataProperty
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "PolicyText" OrganizationCustomPolicyRuleMetadataProperty where
  type PropertyType "PolicyText" OrganizationCustomPolicyRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType
  "PolicyText" OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
set PropertyType
  "PolicyText" OrganizationCustomPolicyRuleMetadataProperty
newValue OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomPolicyRuleMetadataProperty
        {policyText :: Value Text
policyText = PropertyType
  "PolicyText" OrganizationCustomPolicyRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "ResourceIdScope" OrganizationCustomPolicyRuleMetadataProperty where
  type PropertyType "ResourceIdScope" OrganizationCustomPolicyRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType
  "ResourceIdScope" OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
set PropertyType
  "ResourceIdScope" OrganizationCustomPolicyRuleMetadataProperty
newValue OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomPolicyRuleMetadataProperty
        {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" OrganizationCustomPolicyRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "ResourceTypesScope" OrganizationCustomPolicyRuleMetadataProperty where
  type PropertyType "ResourceTypesScope" OrganizationCustomPolicyRuleMetadataProperty = ValueList Prelude.Text
  set :: PropertyType
  "ResourceTypesScope" OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
set PropertyType
  "ResourceTypesScope" OrganizationCustomPolicyRuleMetadataProperty
newValue OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomPolicyRuleMetadataProperty
        {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" OrganizationCustomPolicyRuleMetadataProperty
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "Runtime" OrganizationCustomPolicyRuleMetadataProperty where
  type PropertyType "Runtime" OrganizationCustomPolicyRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType "Runtime" OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
set PropertyType "Runtime" OrganizationCustomPolicyRuleMetadataProperty
newValue OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomPolicyRuleMetadataProperty
        {runtime :: Value Text
runtime = PropertyType "Runtime" OrganizationCustomPolicyRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
instance Property "TagKeyScope" OrganizationCustomPolicyRuleMetadataProperty where
  type PropertyType "TagKeyScope" OrganizationCustomPolicyRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType
  "TagKeyScope" OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
set PropertyType
  "TagKeyScope" OrganizationCustomPolicyRuleMetadataProperty
newValue OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomPolicyRuleMetadataProperty
        {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" OrganizationCustomPolicyRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagValueScope :: Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagValueScope :: Maybe (Value Text)
..}
instance Property "TagValueScope" OrganizationCustomPolicyRuleMetadataProperty where
  type PropertyType "TagValueScope" OrganizationCustomPolicyRuleMetadataProperty = Value Prelude.Text
  set :: PropertyType
  "TagValueScope" OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
-> OrganizationCustomPolicyRuleMetadataProperty
set PropertyType
  "TagValueScope" OrganizationCustomPolicyRuleMetadataProperty
newValue OrganizationCustomPolicyRuleMetadataProperty {Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: OrganizationCustomPolicyRuleMetadataProperty -> ()
debugLogDeliveryAccounts :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
description :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
inputParameters :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
maximumExecutionFrequency :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
organizationConfigRuleTriggerTypes :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
policyText :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
resourceIdScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
resourceTypesScope :: OrganizationCustomPolicyRuleMetadataProperty
-> Maybe (ValueList Text)
runtime :: OrganizationCustomPolicyRuleMetadataProperty -> Value Text
tagKeyScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
tagValueScope :: OrganizationCustomPolicyRuleMetadataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
tagValueScope :: Maybe (Value Text)
..}
    = OrganizationCustomPolicyRuleMetadataProperty
        {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" OrganizationCustomPolicyRuleMetadataProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
haddock_workaround_ :: ()
debugLogDeliveryAccounts :: Maybe (ValueList Text)
description :: Maybe (Value Text)
inputParameters :: Maybe (Value Text)
maximumExecutionFrequency :: Maybe (Value Text)
organizationConfigRuleTriggerTypes :: Maybe (ValueList Text)
policyText :: Value Text
resourceIdScope :: Maybe (Value Text)
resourceTypesScope :: Maybe (ValueList Text)
runtime :: Value Text
tagKeyScope :: Maybe (Value Text)
..}