/dhall-aws-cloudformation/cloudformation/AWS::M2::Environment/StorageConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ Efs : Optional (./EfsStorageConfiguration.dhall).Type
, Fsx : Optional (./FsxStorageConfiguration.dhall).Type
}
, default =
{ Efs = None (./EfsStorageConfiguration.dhall).Type
, Fsx = None (./FsxStorageConfiguration.dhall).Type
}
}