/dhall-aws-cloudformation/cloudformation/AWS::FSx::Volume/AggregateConfiguration.dhall
Copy path to clipboardSource
{ Type =
{ Aggregates : Optional (List (./../../Fn.dhall).CfnText)
, ConstituentsPerAggregate : Optional Integer
}
, default =
{ Aggregates = None (List (./../../Fn.dhall).CfnText)
, ConstituentsPerAggregate = None Integer
}
}