/dhall-aws-cloudformation/cloudformation/AWS::Config::RemediationConfiguration/RemediationParameterValue.dhall
Copy path to clipboardSource
{ Type =
{ ResourceValue : Optional (./ResourceValue.dhall).Type
, StaticValue : Optional (./StaticValue.dhall).Type
}
, default =
{ ResourceValue = None (./ResourceValue.dhall).Type
, StaticValue = None (./StaticValue.dhall).Type
}
}