/dhall-aws-cloudformation/cloudformation/AWS::OpenSearchService::Domain/EBSOptions.dhall

Copy path to clipboard

Source

{ Type =
{ EBSEnabled : Optional Bool
, Iops : Optional Integer
, Throughput : Optional Integer
, VolumeSize : Optional Integer
, VolumeType : Optional (./../../Fn.dhall).CfnText
}
, default =
{ EBSEnabled = None Bool
, Iops = None Integer
, Throughput = None Integer
, VolumeSize = None Integer
, VolumeType = None (./../../Fn.dhall).CfnText
}
}