/dhall-aws-cloudformation/cloudformation/AWS::EC2::VolumeAttachment/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ Device : Optional (./../../Fn.dhall).CfnText
, InstanceId : (./../../Fn.dhall).CfnText
, VolumeId : (./../../Fn.dhall).CfnText
}
, default.Device = None (./../../Fn.dhall).CfnText
}