/dhall-aws-cloudformation/cloudformation/AWS::Config::ConfigurationAggregator/AccountAggregationSource.dhall
Copy path to clipboardSource
{ Type =
{ AccountIds : List (./../../Fn.dhall).CfnText
, AllAwsRegions : Optional Bool
, AwsRegions : Optional (List (./../../Fn.dhall).CfnText)
}
, default =
{ AllAwsRegions = None Bool
, AwsRegions = None (List (./../../Fn.dhall).CfnText)
}
}