/dhall-aws-cloudformation/cloudformation/AWS::CleanRooms::ConfiguredTable/ConfiguredTableAnalysisRulePolicyV1.dhall
Copy path to clipboardSource
{ Type =
{ Aggregation : Optional (./AnalysisRuleAggregation.dhall).Type
, Custom : Optional (./AnalysisRuleCustom.dhall).Type
, List : Optional (./AnalysisRuleList.dhall).Type
}
, default =
{ Aggregation = None (./AnalysisRuleAggregation.dhall).Type
, Custom = None (./AnalysisRuleCustom.dhall).Type
, List = None (./AnalysisRuleList.dhall).Type
}
}